FORTRAN Generation
(/./ftp/cats/J/AJ/105/1637)

Conversion of standardized ReadMe file for file /./ftp/cats/J/AJ/105/1637 into FORTRAN code for loading all data files into arrays.

Note that special values are assigned to unknown or unspecified numbers (also called NULL numbers); when necessary, the coordinate components making up the right ascension and declination are converted into floating-point numbers representing these angles in degrees.



      program load_ReadMe
C=============================================================================
C  F77-compliant program generated by readme2f_1.81 (2015-09-23), on 2026-Jun-08
C=============================================================================
*  This code was generated from the ReadMe file documenting a catalogue
*  according to the "Standard for Documentation of Astronomical Catalogues"
*  currently in use by the Astronomical Data Centers (CDS, ADC, A&A)
*  (see full documentation at URL http://vizier.u-strasbg.fr/doc/catstd.htx)
*  Please report problems or questions to   
C=============================================================================

      implicit none
*  Unspecified or NULL values, generally corresponding to blank columns,
*  are assigned one of the following special values:
*     rNULL__    for unknown or NULL floating-point values
*     iNULL__    for unknown or NULL   integer      values
      real*4     rNULL__
      integer*4  iNULL__
      parameter  (rNULL__=--2147483648.)  	! NULL real number
      parameter  (iNULL__=(-2147483647-1))	! NULL int  number
      integer    idig			! testing NULL number

C=============================================================================
Cat. J/AJ/105/1637      Redshifts in equatorial strip                  (Huchra+ 1993)
*================================================================================
*The morphological catalogue of galaxies equatorial survey
*     Huchra J., Latham D.W., Nicolaci da Costa L., Pellegrini P.S.,
*     Willmer C.N.A.
*    <Astron. J. 105, 1637 (1993)>
*    =1993AJ....105.1637H
C=============================================================================

C  Internal variables

      integer*4 i__

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'table1.dat'	! Radial velocities

      integer*4 nr__
      parameter (nr__=833)	! Number of records
      character*114 ar__   	! Full-size record

C  1950.0 position composed of: RAh RAm RAs DE- DEd DEm DEs
      real*8        RAdeg      (nr__) ! (deg) Right Ascension 1950.0
      real*8        DEdeg      (nr__) ! (deg)     Declination 1950.0
C  ---------------------------------- ! (position vector(s) in degrees)

      character*10  Name       (nr__) ! Name of the galaxy adopting the order NGC, IC,
*                                  or coordinates as suggested by the IAU
      integer*4     RAh        (nr__) ! (h) Right ascension 1950.0 (1)
      integer*4     RAm        (nr__) ! (min) Right ascension 1950
      real*4        RAs        (nr__) ! (s) Right ascension 1950
      character*1   DE_        (nr__) ! Declination sign
      integer*4     DEd        (nr__) ! (deg) Declination 1950.0 (1)
      integer*4     DEm        (nr__) ! (arcmin) Declination 1950.0
      integer*4     DEs        (nr__) ! (arcsec) Declination 1950.0
      real*4        m_B        (nr__) ! (mag) ? Magnitude, m(B) of the galaxy (2)
      character*1   r_m_B      (nr__) ! Source of magnitude (see notes1 file)
      integer*4     RV         (nr__) ! (km/s) Heliocentric velocity
      integer*4     e_RV       (nr__) ! (km/s) ? Heliocentric velocity error
      character*4   r_RV       (nr__) ! Velocity source (see notes1 file )
      integer*4     T          (nr__) ! [-9/20]? de Vaucouleurs' morphological type (3)
      real*4        d1         (nr__) ! (arcmin) ? Major diameter
      real*4        d2         (nr__) ! (arcmin) ? Minor diameter
      character*10  MCG        (nr__) ! MCG (or Markarian or Zwicky) name
      character*33  Notes      (nr__) ! Remarks and cross-identifications
*Note (1): from the Morphological Catalog of Galaxies (MCG, Cat. VII/62
*     and VII/100). Occasionally these can be greatly in error and better
*     positions were adopted whenever possible.
*Note (2): generally from MCG.
*     Especially for brighter galaxies, more accurate magnitudes were taken
*     from other sources, even though they are not exactly on the same
*     photometric system (see file "refs.dat")
*Note (3): Additional types (beyond de Vaucouleurs' range)
*     are from the CfA Redshift Catalog (Huchra et al. 1992, available from
*     the NSSDC and CDS, Cat. VII/164), e.g., type "20" is a "Spiral galaxy"
*     that has not been subclassified further.

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'table2.dat'	! Radial velocities

      integer*4 nr__1
      parameter (nr__1=29)	! Number of records
      character*114 ar__1  	! Full-size record

C  1950.0 position composed of: RAh RAm RAs DE- DEd DEm DEs
      real*8        RAdeg_1    (nr__1) ! (deg) Right Ascension 1950.0
      real*8        DEdeg_1    (nr__1) ! (deg)     Declination 1950.0
C  ---------------------------------- ! (position vector(s) in degrees)

      character*10  Name_1     (nr__1) ! Name of the galaxy adopting the order NGC, IC,
*                                  or coordinates as suggested by the IAU
      integer*4     RAh_1      (nr__1) ! (h) Right ascension 1950.0 (1)
      integer*4     RAm_1      (nr__1) ! (min) Right ascension 1950
      real*4        RAs_1      (nr__1) ! (s) Right ascension 1950
      character*1   DE__1      (nr__1) ! Declination sign
      integer*4     DEd_1      (nr__1) ! (deg) Declination 1950.0 (1)
      integer*4     DEm_1      (nr__1) ! (arcmin) Declination 1950.0
      integer*4     DEs_1      (nr__1) ! (arcsec) Declination 1950.0
      real*4        m_B_1      (nr__1) ! (mag) ? Magnitude, m(B) of the galaxy (2)
      character*1   r_m_B_1    (nr__1) ! Source of magnitude (see notes1 file)
      integer*4     RV_1       (nr__1) ! (km/s) Heliocentric velocity
      integer*4     e_RV_1     (nr__1) ! (km/s) ? Heliocentric velocity error
      character*4   r_RV_1     (nr__1) ! Velocity source (see notes1 file )
      integer*4     T_1        (nr__1) ! [-9/20]? de Vaucouleurs' morphological type (3)
      real*4        d1_1       (nr__1) ! (arcmin) ? Major diameter
      real*4        d2_1       (nr__1) ! (arcmin) ? Minor diameter
      character*10  MCG_1      (nr__1) ! MCG (or Markarian or Zwicky) name
      character*33  Notes_1    (nr__1) ! Remarks and cross-identifications
*Note (1): from the Morphological Catalog of Galaxies (MCG, Cat. VII/62
*     and VII/100). Occasionally these can be greatly in error and better
*     positions were adopted whenever possible.
*Note (2): generally from MCG.
*     Especially for brighter galaxies, more accurate magnitudes were taken
*     from other sources, even though they are not exactly on the same
*     photometric system (see file "refs.dat")
*Note (3): Additional types (beyond de Vaucouleurs' range)
*     are from the CfA Redshift Catalog (Huchra et al. 1992, available from
*     the NSSDC and CDS, Cat. VII/164), e.g., type "20" is a "Spiral galaxy"
*     that has not been subclassified further.

C=============================================================================

C  Loading file 'table1.dat'	! Radial velocities

C  Format for file interpretation

    1 format(
     +  A10,1X,I2,1X,I2,1X,F4.1,1X,A1,I2,1X,I2,1X,I2,2X,F5.2,1X,A1,I7,
     +  I4,1X,A4,1X,I2,F5.1,F5.1,1X,A10,1X,A33)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table1.dat')
      write(6,*) '....Loading file: table1.dat'
      do i__=1,833
        read(1,'(A114)')ar__
        read(ar__,1)
     +  Name(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
     +  DEm(i__),DEs(i__),m_B(i__),r_m_B(i__),RV(i__),e_RV(i__),
     +  r_RV(i__),T(i__),d1(i__),d2(i__),MCG(i__),Notes(i__)
        if(ar__(34:38) .EQ. '') m_B(i__) = rNULL__
        if(ar__(48:51) .EQ. '') e_RV(i__) = iNULL__
        if(ar__(58:59) .EQ. '') T(i__) = iNULL__
        if(ar__(60:64) .EQ. '') d1(i__) = rNULL__
        if(ar__(65:69) .EQ. '') d2(i__) = rNULL__
        RAdeg(i__) = rNULL__
        DEdeg(i__) = rNULL__
c  Derive coordinates RAdeg and DEdeg from input data
c  (RAdeg and DEdeg are set to rNULL__ when unknown)
        if(RAh(i__) .GT. -180) RAdeg(i__)=RAh(i__)*15.
        if(RAm(i__) .GT. -180) RAdeg(i__)=RAdeg(i__)+RAm(i__)/4.
        if(RAs(i__) .GT. -180) RAdeg(i__)=RAdeg(i__)+RAs(i__)/240.
        if(DEd(i__) .GE. 0) DEdeg(i__)=DEd(i__)
        if(DEm(i__) .GE. 0) DEdeg(i__)=DEdeg(i__)+DEm(i__)/60.
        if(DEs(i__) .GE. 0) DEdeg(i__)=DEdeg(i__)+DEs(i__)/3600.
        if(DE_(i__).EQ.'-'.AND.DEdeg(i__).GE.0) DEdeg(i__)=-DEdeg(i__)
c    ..............Just test output...........
        write(6,1)
     +  Name(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
     +  DEm(i__),DEs(i__),m_B(i__),r_m_B(i__),RV(i__),e_RV(i__),
     +  r_RV(i__),T(i__),d1(i__),d2(i__),MCG(i__),Notes(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg(i__),DEdeg(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'table2.dat'	! Radial velocities

C  Format for file interpretation

    2 format(
     +  A10,1X,I2,1X,I2,1X,F4.1,1X,A1,I2,1X,I2,1X,I2,2X,F5.2,1X,A1,I7,
     +  I4,1X,A4,1X,I2,F5.1,F5.1,1X,A10,1X,A33)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2.dat')
      write(6,*) '....Loading file: table2.dat'
      do i__=1,29
        read(1,'(A114)')ar__1
        read(ar__1,2)
     +  Name_1(i__),RAh_1(i__),RAm_1(i__),RAs_1(i__),DE__1(i__),
     +  DEd_1(i__),DEm_1(i__),DEs_1(i__),m_B_1(i__),r_m_B_1(i__),
     +  RV_1(i__),e_RV_1(i__),r_RV_1(i__),T_1(i__),d1_1(i__),
     +  d2_1(i__),MCG_1(i__),Notes_1(i__)
        if(ar__1(34:38) .EQ. '') m_B_1(i__) = rNULL__
        if(ar__1(48:51) .EQ. '') e_RV_1(i__) = iNULL__
        if(ar__1(58:59) .EQ. '') T_1(i__) = iNULL__
        if(ar__1(60:64) .EQ. '') d1_1(i__) = rNULL__
        if(ar__1(65:69) .EQ. '') d2_1(i__) = rNULL__
        RAdeg_1(i__) = rNULL__
        DEdeg_1(i__) = rNULL__
c  Derive coordinates RAdeg_1 and DEdeg_1 from input data
c  (RAdeg_1 and DEdeg_1 are set to rNULL__ when unknown)
        if(RAh_1(i__) .GT. -180) RAdeg_1(i__)=RAh_1(i__)*15.
        if(RAm_1(i__) .GT. -180) RAdeg_1(i__)=RAdeg_1(i__)+RAm_1(i__)/4.
        if(RAs_1(i__) .GT. -180) RAdeg_1(i__)=RAdeg_1(i__)+RAs_1(i__)/240.
        if(DEd_1(i__) .GE. 0) DEdeg_1(i__)=DEd_1(i__)
        if(DEm_1(i__) .GE. 0) DEdeg_1(i__)=DEdeg_1(i__)+DEm_1(i__)/60.
        if(DEs_1(i__) .GE. 0) DEdeg_1(i__)=DEdeg_1(i__)+DEs_1(i__)/3600.
        if(DE__1(i__).EQ.'-'.AND.DEdeg_1(i__).GE.0) DEdeg_1(i__)=-DEdeg_1(i__)
c    ..............Just test output...........
        write(6,2)
     +  Name_1(i__),RAh_1(i__),RAm_1(i__),RAs_1(i__),DE__1(i__),
     +  DEd_1(i__),DEm_1(i__),DEs_1(i__),m_B_1(i__),r_m_B_1(i__),
     +  RV_1(i__),e_RV_1(i__),r_RV_1(i__),T_1(i__),d1_1(i__),
     +  d2_1(i__),MCG_1(i__),Notes_1(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg_1(i__),DEdeg_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================
      stop
      end