FORTRAN Generation
(/./ftp/cats/J/AJ/134/321)

Conversion of standardized ReadMe file for file /./ftp/cats/J/AJ/134/321 into FORTRAN code for reading data files line by line.

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 2024-Mar-19
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/134/321        H{delta} line in globular clusters      (Prochaska+, 2007)
*================================================================================
*H{delta} in the integrated light of galaxies: what are we actually measuring?
*    Prochaska L.C., Rose J.A., Caldwell N., Castilho B.V., Concannon K.,
*    Harding P., Morrison H., Schiavon R.P.
*   <Astron. J., 134, 321-333 (2007)>
*   =2007AJ....134..321P    (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table1.dat'	! Index definitions

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

      character*6   Index       ! Abbreviated index name
      character*13  Name        ! Index name
      real*8        bp1         ! (0.1nm) Lower bound of central bandpass
      real*8        bp2         ! (0.1nm) Upper bound of central bandpass
      real*8        cont1       ! (0.1nm) Lower bound of pseudo-continuum
      real*8        cont2       ! (0.1nm) Upper bound of pseudo-continuum
      real*8        Bcont1      ! (0.1nm) ? Lower bound of second pseudo-continuum
      real*8        Bcont2      ! (0.1nm) ? Upper bound of second pseudo-continuum
      character*1   Ref         ! [ab] Reference of index (1)
*Note (1): Note as follows:
*      a = Bandpass definitions are from Worthey & Ottaviani, 1997,
*          Cat. J/ApJS/111/377
*      b = Bandpass definitions are from Worthey et al., 1994, Cat. J/ApJS/94/687

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

C  Declarations for 'table2.dat'	! Index measurements and error

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

      character*5   Type        ! Source location (1)
      character*9   Name_1      ! Source name
      real*4        HdAb        ! H{delta}_A_b index (2)
      real*4        e_HdAb      ! 1{sigma} error in hdAb
      real*4        HdA         ! H{delta}_A_ index (2)
      real*4        e_HdA       ! 1{sigma} error in HdA
      real*4        HdAr        ! H{delta}_A_r index (2)
      real*4        e_HdAr      ! 1{sigma} error in HdAr
      real*4        HdFb        ! H{delta}_F_b index (2)
      real*4        e_HdFb      ! 1{sigma} error in HdFb
      real*4        HdF         ! H{delta}_F_ index (2)
      real*4        e_HdF       ! 1{sigma} error in HdF
      real*4        HdFr        ! H{delta}_F_r index (2)
      real*4        e_HdFr      ! 1{sigma} error in HdFr
      real*4        Hbb         ! H{beta}_b_ index (2)
      real*4        e_Hbb       ! 1{sigma} error in Hbb
      real*4        Hb          ! H{beta} index (2)
      real*4        e_Hb        ! 1{sigma} error in Hb
      real*4        Hbr         ! H{beta}_r_ index (2)
      real*4        e_Hbr       ! 1{sigma} error in Hbr
      real*4        Fe4383      ! Fe4383 index (2)
      real*4        e_Fe4383    ! 1{sigma} error in Fe4383
*Note (1): Source location is abbreviated as:
*      Gal = Milky Way
*      M31 = M31 Globular Clusters
*    CRC03 = Early Type Galaxies in Caldwell, Rose, & Concannon 
*            (2003AJ....125.2891C)
*Note (2): as defined in table1

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

C  Loading file 'table1.dat'	! Index definitions

C  Format for file interpretation

    1 format(
     +  A6,1X,A13,1X,F8.3,1X,F8.3,1X,F8.3,1X,F8.3,2X,F8.3,1X,F8.3,A1)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table1.dat')
      write(6,*) '....Loading file: table1.dat'
      do i__=1,16
        read(1,'(A76)')ar__
        read(ar__,1)Index,Name,bp1,bp2,cont1,cont2,Bcont1,Bcont2,Ref
        if(ar__(59:66) .EQ. '') Bcont1 = rNULL__
        if(ar__(68:75) .EQ. '') Bcont2 = rNULL__
c    ..............Just test output...........
        write(6,1)Index,Name,bp1,bp2,cont1,cont2,Bcont1,Bcont2,Ref
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table2.dat'	! Index measurements and error

C  Format for file interpretation

    2 format(
     +  A5,1X,A9,1X,F5.2,1X,F4.2,1X,F5.2,1X,F4.2,1X,F5.2,1X,F4.2,1X,
     +  F5.2,1X,F4.2,1X,F5.2,1X,F4.2,1X,F5.2,1X,F4.2,1X,F4.2,1X,F4.2,
     +  1X,F4.2,1X,F4.2,1X,F4.2,1X,F4.2,1X,F4.2,1X,F4.2)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2.dat')
      write(6,*) '....Loading file: table2.dat'
      do i__=1,128
        read(1,'(A121)')ar__1
        read(ar__1,2)
     +  Type,Name_1,HdAb,e_HdAb,HdA,e_HdA,HdAr,e_HdAr,HdFb,e_HdFb,HdF,
     +  e_HdF,HdFr,e_HdFr,Hbb,e_Hbb,Hb,e_Hb,Hbr,e_Hbr,Fe4383,e_Fe4383
c    ..............Just test output...........
        write(6,2)
     +  Type,Name_1,HdAb,e_HdAb,HdA,e_HdA,HdAr,e_HdAr,HdFb,e_HdFb,HdF,
     +  e_HdF,HdFr,e_HdFr,Hbb,e_Hbb,Hb,e_Hb,Hbr,e_Hbr,Fe4383,e_Fe4383
c    .......End.of.Just test output...........
      end do
      close(1)

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