FORTRAN Generation
(/./ftp/cats/J/ApJ/706/762)

Conversion of standardized ReadMe file for file /./ftp/cats/J/ApJ/706/762 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-Apr-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/ApJ/706/762         LAEs at z~4.5 in the LALA Cetus field        (Wang+, 2009)
*================================================================================
*Ly{alpha}-emitting galaxies at redshift z~ 4.5 in the LALA Cetus field.
*    Wang J.-X., Malhotra S., Rhoads J.E., Zhang H.-T., Finkelstein S.L.
*   <Astrophys. J., 706, 762-771 (2009)>
*   =2009ApJ...706..762W
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table3.dat'	! IMACS spectroscopically confirmed Ly{alpha}
                             emitters at z~4.5 in the LALA Cetus field

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

      character*16  v_WMR2009_  ! Target designation (JHHMMSS.s+DDMMSS)
      real*4        z           ! Spectroscopic redshift (1)
      real*4        FLya        ! (10-20W/m2) Ly{alpha} line flux (2)
      real*4        e_FLya      ! (10-20W/m2) FLya uncertainty
      character*1   l_EW        ! Limit flag on EW
      integer*4     EW          ! (0.1nm) Rest-frame equivalent width in Angstroms (3)
      integer*4     E_EW        ! (0.1nm) ? Positive error in EW
      integer*4     e_EW_1      ! (0.1nm) ? Negative error in EW
*Note (1): The redshift was measured from the wavelength of the peak pixel
*     in the line profile from one-dimensional spectra. Due to the
*     uncertainties in the wavelength calibration (see the text for
*     details), we expect the error in the measurement to be {delta}z~0.005.
*Note (2): The line flux was measured based on narrowband and broadband
*     photometry, in units of 10^-17^erg/cm^2^/s.
*Note (3): The EW were obtained based on broadband and narrowband
*     photometry. See Section 3.3 for details.

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

C  Loading file 'table3.dat'	! IMACS spectroscopically confirmed Ly{alpha}
*                             emitters at z~4.5 in the LALA Cetus field

C  Format for file interpretation

    1 format(A16,1X,F5.3,1X,F5.3,1X,F5.3,1X,A1,I3,1X,I4,1X,I3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table3.dat')
      write(6,*) '....Loading file: table3.dat'
      do i__=1,110
        read(1,'(A48)')ar__
        read(ar__,1)v_WMR2009_,z,FLya,e_FLya,l_EW,EW,E_EW,e_EW_1
        if(ar__(41:44) .EQ. '') E_EW = iNULL__
        if(ar__(46:48) .EQ. '') e_EW_1 = iNULL__
c    ..............Just test output...........
        write(6,1)v_WMR2009_,z,FLya,e_FLya,l_EW,EW,E_EW,e_EW_1
c    .......End.of.Just test output...........
      end do
      close(1)

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