FORTRAN Generation
(/./ftp/cats/J/ApJ/711/928)

Conversion of standardized ReadMe file for file /./ftp/cats/J/ApJ/711/928 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.5, on 2013-May-20
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__
ter  (rNULL__=-1.e37)     	! NULL real number
      parameter  (iNULL__=-2147483647)	! NULL int  number

C=============================================================================
Cat. J/ApJ/711/928     Low-redshift Ly{alpha} galaxies from GALEX     (Cowie+, 2010)
*================================================================================
*Low-redshift Ly{alpha} selected galaxies from GALEX spectroscopy: a comparison
*with both UV-continuum selected galaxies and high-redshift Ly{alpha} emitters.
*    Cowie L.L., Barger A.J., Hu E.M.
*   <Astrophys. J., 711, 928-958 (2010)>
*   =2010ApJ...711..928C
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table2.dat'	! *GALEX spectral sample identifications: GROTH 00

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

      integer*4     Seq        (nr__) ! Running sequence number
      character*9   GALEX      (nr__) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX    (nr__) ! [ob] Flag on source (1)
      real*8        RAdeg      (nr__) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg      (nr__) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag     (nr__) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag     (nr__) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z          (nr__) ! Redshift
      integer*4     Width      (nr__) ! (km/s) Ly{alpha} line width
      integer*4     e_Width    (nr__) ! (km/s) The 1{sigma} error on Width
      character*6   Class      (nr__) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table3.dat'	! *GALEX spectral sample identifications: NGPDWS 00

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

      integer*4     Seq_1      (nr__1) ! Running sequence number
      character*9   GALEX_1    (nr__1) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_1  (nr__1) ! [ob] Flag on source (1)
      real*8        RAdeg_1    (nr__1) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_1    (nr__1) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_1   (nr__1) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_1   (nr__1) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_1        (nr__1) ! Redshift
      integer*4     Width_1    (nr__1) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_1  (nr__1) ! (km/s) The 1{sigma} error on Width
      character*6   Class_1    (nr__1) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table4.dat'	! *GALEX spectral sample identifications: CDFS 00

      integer*4 nr__2
      parameter (nr__2=39)	! Number of records
      character*78 ar__2  	! Full-size record

      integer*4     Seq_2      (nr__2) ! Running sequence number
      character*9   GALEX_2    (nr__2) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_2  (nr__2) ! [ob] Flag on source (1)
      real*8        RAdeg_2    (nr__2) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_2    (nr__2) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_2   (nr__2) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_2   (nr__2) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_2        (nr__2) ! Redshift
      integer*4     Width_2    (nr__2) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_2  (nr__2) ! (km/s) The 1{sigma} error on Width
      character*6   Class_2    (nr__2) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table5.dat'	! *GALEX spectral sample identifications: COSMOS 00

      integer*4 nr__3
      parameter (nr__3=29)	! Number of records
      character*78 ar__3  	! Full-size record

      integer*4     Seq_3      (nr__3) ! Running sequence number
      character*9   GALEX_3    (nr__3) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_3  (nr__3) ! [ob] Flag on source (1)
      real*8        RAdeg_3    (nr__3) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_3    (nr__3) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_3   (nr__3) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_3   (nr__3) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_3        (nr__3) ! Redshift
      integer*4     Width_3    (nr__3) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_3  (nr__3) ! (km/s) The 1{sigma} error on Width
      character*6   Class_3    (nr__3) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table6.dat'	! *GALEX spectral sample identifications: ELAISS1 00

      integer*4 nr__4
      parameter (nr__4=19)	! Number of records
      character*78 ar__4  	! Full-size record

      integer*4     Seq_4      (nr__4) ! Running sequence number
      character*9   GALEX_4    (nr__4) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_4  (nr__4) ! [ob] Flag on source (1)
      real*8        RAdeg_4    (nr__4) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_4    (nr__4) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_4   (nr__4) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_4   (nr__4) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_4        (nr__4) ! Redshift
      integer*4     Width_4    (nr__4) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_4  (nr__4) ! (km/s) The 1{sigma} error on Width
      character*6   Class_4    (nr__4) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table7.dat'	! *GALEX spectral sample identifications: SIRTFFL 00

      integer*4 nr__5
      parameter (nr__5=22)	! Number of records
      character*78 ar__5  	! Full-size record

      integer*4     Seq_5      (nr__5) ! Running sequence number
      character*9   GALEX_5    (nr__5) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_5  (nr__5) ! [ob] Flag on source (1)
      real*8        RAdeg_5    (nr__5) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_5    (nr__5) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_5   (nr__5) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_5   (nr__5) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_5        (nr__5) ! Redshift
      integer*4     Width_5    (nr__5) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_5  (nr__5) ! (km/s) The 1{sigma} error on Width
      character*6   Class_5    (nr__5) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table8.dat'	! *GALEX spectral sample identifications: LOCK 00

      integer*4 nr__6
      parameter (nr__6=12)	! Number of records
      character*78 ar__6  	! Full-size record

      integer*4     Seq_6      (nr__6) ! Running sequence number
      character*9   GALEX_6    (nr__6) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_6  (nr__6) ! [ob] Flag on source (1)
      real*8        RAdeg_6    (nr__6) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_6    (nr__6) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_6   (nr__6) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_6   (nr__6) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_6        (nr__6) ! Redshift
      integer*4     Width_6    (nr__6) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_6  (nr__6) ! (km/s) The 1{sigma} error on Width
      character*6   Class_6    (nr__6) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table9.dat'	! *GALEX spectral sample identifications: SIRTFFL 01

      integer*4 nr__7
      parameter (nr__7=14)	! Number of records
      character*78 ar__7  	! Full-size record

      integer*4     Seq_7      (nr__7) ! Running sequence number
      character*9   GALEX_7    (nr__7) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_7  (nr__7) ! [ob] Flag on source (1)
      real*8        RAdeg_7    (nr__7) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_7    (nr__7) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_7   (nr__7) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_7   (nr__7) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_7        (nr__7) ! Redshift
      integer*4     Width_7    (nr__7) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_7  (nr__7) ! (km/s) The 1{sigma} error on Width
      character*6   Class_7    (nr__7) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table10.dat'	! *GALEX spectral sample identifications: HDFN 00

      integer*4 nr__8
      parameter (nr__8=10)	! Number of records
      character*78 ar__8  	! Full-size record

      integer*4     Seq_8      (nr__8) ! Running sequence number
      character*9   GALEX_8    (nr__8) ! GALEX name (HHMM+DDMM; J2000)
      character*1   f_GALEX_8  (nr__8) ! [ob] Flag on source (1)
      real*8        RAdeg_8    (nr__8) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_8    (nr__8) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_8   (nr__8) ! (mag) ?=999 GALEX NUV magnitude
      real*4        FUVmag_8   (nr__8) ! (mag) ?=999 GALEX FUV magnitude
      real*4        z_8        (nr__8) ! Redshift
      integer*4     Width_8    (nr__8) ! (km/s) Ly{alpha} line width
      integer*4     e_Width_8  (nr__8) ! (km/s) The 1{sigma} error on Width
      character*6   Class_8    (nr__8) ! Object type (AGN or Galaxy) from the UV spectra
*Note (1): Flag as follows:
*   o = re-measured coordinates that have a significant offset from the
*       cataloged position in the data archive.
*   b = significant enough blends to seriously affect the photometry and
*       coordinates.

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

C  Declarations for 'table11.dat'	! DEIMOS observations: GALEX candidate Ly{alpha}
                               galaxies

      integer*4 nr__9
      parameter (nr__9=39)	! Number of records
      character*82 ar__9  	! Full-size record

      character*9   GALEX_9    (nr__9) ! GALEX identification (HHMM+DDMM; J2000)
      real*8        RAdeg_9    (nr__9) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_9    (nr__9) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_9   (nr__9) ! (mag) GALEX NUV magnitude
      real*4        gmag       (nr__9) ! (mag) ? SDSS-DR6 model C g-band magnitude (not for
*                                  table 12)
      real*4        zGALEX     (nr__9) ! ? GALEX redshift
      real*4        zsp        (nr__9) ! Optical spectroscopic redshift
      integer*4     EW         (nr__9) ! (0.1nm) ? Observed-frame H{alpha} equivalent width
*                                  (not for table 12)
      integer*4     e_EW       (nr__9) ! (0.1nm) ? The 1{sigma} error on EW
      character*11  Class_9    (nr__9) ! Object type from the optical spectrum (Galaxy,
*                                  Seyfert 1.8/1.5 or AGN)

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

C  Declarations for 'table12.dat'	! DEIMOS observations: GALEX AGNs

      integer*4 nr__10
      parameter (nr__10=15)	! Number of records
      character*82 ar__10 	! Full-size record

      character*9   GALEX_10   (nr__10) ! GALEX identification (HHMM+DDMM; J2000)
      real*8        RAdeg_10   (nr__10) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_10   (nr__10) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_10  (nr__10) ! (mag) GALEX NUV magnitude
      real*4        gmag_1     (nr__10) ! (mag) ? SDSS-DR6 model C g-band magnitude (not for
*                                  table 12)
      real*4        zGALEX_1   (nr__10) ! ? GALEX redshift
      real*4        zsp_1      (nr__10) ! Optical spectroscopic redshift
      integer*4     EW_1       (nr__10) ! (0.1nm) ? Observed-frame H{alpha} equivalent width
*                                  (not for table 12)
      integer*4     e_EW_1     (nr__10) ! (0.1nm) ? The 1{sigma} error on EW
      character*11  Class_10   (nr__10) ! Object type from the optical spectrum (Galaxy,
*                                  Seyfert 1.8/1.5 or AGN)

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

C  Declarations for 'table13.dat'	! DEIMOS observations: GALEX spectra without
                               Strong Ly{alpha} emission

      integer*4 nr__11
      parameter (nr__11=47)	! Number of records
      character*82 ar__11 	! Full-size record

      character*9   GALEX_11   (nr__11) ! GALEX identification (HHMM+DDMM; J2000)
      real*8        RAdeg_11   (nr__11) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_11   (nr__11) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_11  (nr__11) ! (mag) GALEX NUV magnitude
      real*4        gmag_2     (nr__11) ! (mag) ? SDSS-DR6 model C g-band magnitude (not for
*                                  table 12)
      real*4        zGALEX_2   (nr__11) ! ? GALEX redshift
      real*4        zsp_2      (nr__11) ! Optical spectroscopic redshift
      integer*4     EW_2       (nr__11) ! (0.1nm) ? Observed-frame H{alpha} equivalent width
*                                  (not for table 12)
      integer*4     e_EW_2     (nr__11) ! (0.1nm) ? The 1{sigma} error on EW
      character*11  Class_11   (nr__11) ! Object type from the optical spectrum (Galaxy,
*                                  Seyfert 1.8/1.5 or AGN)

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

C  Declarations for 'table14.dat'	! GALEX X-ray properties

      integer*4 nr__12
      parameter (nr__12=11)	! Number of records
      character*72 ar__12 	! Full-size record

      character*9   GALEX_12   (nr__12) ! GALEX designation (HHMM+DDMM; J2000)
      real*8        RAdeg_12   (nr__12) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_12   (nr__12) ! (deg) Declination in decimal degrees (J2000)
      real*4        Fhard      (nr__12) ! (mW/m2) ? Chandra flux in 2-8keV band (1)
      real*4        Fsoft      (nr__12) ! (mW/m2) ? Chandra flux in 0.5-2keV band (1)
      character*1   l_logL     (nr__12) ! Limit flag on logL
      real*4        logL       (nr__12) ! ([10-7W]) Chandra log of luminosity in 2-8keV band
      real*4        zGALEX_3   (nr__12) ! GALEX redshift
      character*6   Class_12   (nr__12) ! Object type (AGN or Galaxy)
*Note (1): We compare the CDF-N sources (Alexander et al. 2003, Cat.
*     J/AJ/126/539) with the HDFN 00 sources; the CLANS sources (Trouille et
*     al. 2008, Cat. J/ApJS/179/1, 2009, Cat. J/ApJ/703/2160) with the LOCK
*     00 sources; and the extended CDF-S sources (Lehmer et al. 2005, Cat.
*     J/ApJS/161/21; Virani et al. 2006, Cat. J/AJ/131/2373) and the 2 Ms
*     CDF-S sources (Luo et al. 2008, Cat. J/ApJS/179/19) with the CDFS 00
*     sources. See section 4 for further details.

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

C  Declarations for 'table15.dat'	! Low-redshift GALEX LAE sample

      integer*4 nr__13
      parameter (nr__13=62)	! Number of records
      character*89 ar__13 	! Full-size record

      character*9   GALEX_13   (nr__13) ! GALEX designation (HHMM+DDMM; J2000)
      real*8        RAdeg_13   (nr__13) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_13   (nr__13) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_12  (nr__13) ! (mag) GALEX NUV magnitude
      real*4        FUVmag_9   (nr__13) ! (mag) GALEX FUV magnitude
      real*4        zGALEX_4   (nr__13) ! GALEX redshift
      real*4        logL_1     (nr__13) ! ([10-7W]) Log of Ly{alpha} luminosity (1)
      real*4        e_logL     (nr__13) ! ([10-7W]) The 1{sigma} error on logL
      integer*4     EW_3       (nr__13) ! (0.1nm) Rest-frame Ly{alpha} equivalent width
      integer*4     e_EW_3     (nr__13) ! (0.1nm) The 1{sigma} error on EW
      real*4        zsp_3      (nr__13) ! ? Ground-based redshift
      character*1   r_zsp      (nr__13) ! [pf] Flag on zsp (2)
      character*7   Class_13   (nr__13) ! Optical object type (AGN, BPT AGN or SF) (3)
*Note (1): The logarithm of the Ly{alpha} luminosity,
*     L=4{pi}d^2^_L_f(Ly{alpha}), where f(Ly{alpha}) is the observed line
*     flux and d_L_ is the luminosity distance.
*Note (2): The ground-based redshifts are based on this paper's
*     observations, except for two sources in the COSMOS 00 field (p) and
*     two sources in the GROTH 00 field (f) which are from:
*   * p = Prescott et al. 2006, Cat. J/ApJ/644/100 
*   * f = Finkelstein et al.  2009ApJ...700..276F
*Note (3): For our LAE analysis we do not eliminate any sources that we
*     know to be AGNs from their optical spectra, since we do not have this
*     information for a substantial part of the sample. However, we do note
*     in the table where a source is clearly an AGN based on its optical
*     spectrum, either because it has broad lines or based on the Baldwin 
*     et al. (1981PASP...93....5B) diagnostic diagram of [OIII]5007/H{beta}
*     versus [NII]6584/H{alpha}. We denote these latter sources with "BPT AGN".

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

C  Declarations for 'table16.dat'	! Moderate-redshift GALEX LAE sample

      integer*4 nr__14
      parameter (nr__14=4)	! Number of records
      character*89 ar__14 	! Full-size record

      character*9   GALEX_14   (nr__14) ! GALEX designation (HHMM+DDMM; J2000)
      real*8        RAdeg_14   (nr__14) ! (deg) Right ascension in decimal degrees (J2000)
      real*8        DEdeg_14   (nr__14) ! (deg) Declination in decimal degrees (J2000)
      real*4        NUVmag_13  (nr__14) ! (mag) GALEX NUV magnitude
      real*4        FUVmag_10  (nr__14) ! (mag) GALEX FUV magnitude
      real*4        zGALEX_5   (nr__14) ! GALEX redshift
      real*4        logL_2     (nr__14) ! ([10-7W]) Log of Ly{alpha} luminosity (1)
      real*4        e_logL_1   (nr__14) ! ([10-7W]) The 1{sigma} error on logL
      integer*4     EW_4       (nr__14) ! (0.1nm) Rest-frame Ly{alpha} equivalent width
      integer*4     e_EW_4     (nr__14) ! (0.1nm) The 1{sigma} error on EW
      real*4        zsp_4      (nr__14) ! ? Ground-based redshift
      character*1   r_zsp_1    (nr__14) ! [pf] Flag on zsp (2)
      character*7   Class_14   (nr__14) ! Optical object type (AGN, BPT AGN or SF) (3)
*Note (1): The logarithm of the Ly{alpha} luminosity,
*     L=4{pi}d^2^_L_f(Ly{alpha}), where f(Ly{alpha}) is the observed line
*     flux and d_L_ is the luminosity distance.
*Note (2): The ground-based redshifts are based on this paper's
*     observations, except for two sources in the COSMOS 00 field (p) and
*     two sources in the GROTH 00 field (f) which are from:
*   * p = Prescott et al. 2006, Cat. J/ApJ/644/100 
*   * f = Finkelstein et al.  2009ApJ...700..276F
*Note (3): For our LAE analysis we do not eliminate any sources that we
*     know to be AGNs from their optical spectra, since we do not have this
*     information for a substantial part of the sample. However, we do note
*     in the table where a source is clearly an AGN based on its optical
*     spectrum, either because it has broad lines or based on the Baldwin 
*     et al. (1981PASP...93....5B) diagnostic diagram of [OIII]5007/H{beta}
*     versus [NII]6584/H{alpha}. We denote these latter sources with "BPT AGN".

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

C  Loading file 'table2.dat'	! *GALEX spectral sample identifications: GROTH 00

C  Format for file interpretation

    1 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table2.dat', status='old')
      write(6,*) '....Loading file: table2.dat'
      do i__=1,69
        read(1,'(A78)')ar__
        read(ar__,1)
     +  Seq(i__),GALEX(i__),f_GALEX(i__),RAdeg(i__),DEdeg(i__),
     +  NUVmag(i__),FUVmag(i__),z(i__),Width(i__),e_Width(i__),
     +  Class(i__)
c    ..............Just test output...........
        write(6,1)
     +  Seq(i__),GALEX(i__),f_GALEX(i__),RAdeg(i__),DEdeg(i__),
     +  NUVmag(i__),FUVmag(i__),z(i__),Width(i__),e_Width(i__),
     +  Class(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table3.dat'	! *GALEX spectral sample identifications: NGPDWS 00

C  Format for file interpretation

    2 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table3.dat', status='old')
      write(6,*) '....Loading file: table3.dat'
      do i__=1,46
        read(1,'(A78)')ar__1
        read(ar__1,2)
     +  Seq_1(i__),GALEX_1(i__),f_GALEX_1(i__),RAdeg_1(i__),
     +  DEdeg_1(i__),NUVmag_1(i__),FUVmag_1(i__),z_1(i__),
     +  Width_1(i__),e_Width_1(i__),Class_1(i__)
c    ..............Just test output...........
        write(6,2)
     +  Seq_1(i__),GALEX_1(i__),f_GALEX_1(i__),RAdeg_1(i__),
     +  DEdeg_1(i__),NUVmag_1(i__),FUVmag_1(i__),z_1(i__),
     +  Width_1(i__),e_Width_1(i__),Class_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table4.dat'	! *GALEX spectral sample identifications: CDFS 00

C  Format for file interpretation

    3 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table4.dat', status='old')
      write(6,*) '....Loading file: table4.dat'
      do i__=1,39
        read(1,'(A78)')ar__2
        read(ar__2,3)
     +  Seq_2(i__),GALEX_2(i__),f_GALEX_2(i__),RAdeg_2(i__),
     +  DEdeg_2(i__),NUVmag_2(i__),FUVmag_2(i__),z_2(i__),
     +  Width_2(i__),e_Width_2(i__),Class_2(i__)
c    ..............Just test output...........
        write(6,3)
     +  Seq_2(i__),GALEX_2(i__),f_GALEX_2(i__),RAdeg_2(i__),
     +  DEdeg_2(i__),NUVmag_2(i__),FUVmag_2(i__),z_2(i__),
     +  Width_2(i__),e_Width_2(i__),Class_2(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table5.dat'	! *GALEX spectral sample identifications: COSMOS 00

C  Format for file interpretation

    4 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table5.dat', status='old')
      write(6,*) '....Loading file: table5.dat'
      do i__=1,29
        read(1,'(A78)')ar__3
        read(ar__3,4)
     +  Seq_3(i__),GALEX_3(i__),f_GALEX_3(i__),RAdeg_3(i__),
     +  DEdeg_3(i__),NUVmag_3(i__),FUVmag_3(i__),z_3(i__),
     +  Width_3(i__),e_Width_3(i__),Class_3(i__)
c    ..............Just test output...........
        write(6,4)
     +  Seq_3(i__),GALEX_3(i__),f_GALEX_3(i__),RAdeg_3(i__),
     +  DEdeg_3(i__),NUVmag_3(i__),FUVmag_3(i__),z_3(i__),
     +  Width_3(i__),e_Width_3(i__),Class_3(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table6.dat'	! *GALEX spectral sample identifications: ELAISS1 00

C  Format for file interpretation

    5 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table6.dat', status='old')
      write(6,*) '....Loading file: table6.dat'
      do i__=1,19
        read(1,'(A78)')ar__4
        read(ar__4,5)
     +  Seq_4(i__),GALEX_4(i__),f_GALEX_4(i__),RAdeg_4(i__),
     +  DEdeg_4(i__),NUVmag_4(i__),FUVmag_4(i__),z_4(i__),
     +  Width_4(i__),e_Width_4(i__),Class_4(i__)
c    ..............Just test output...........
        write(6,5)
     +  Seq_4(i__),GALEX_4(i__),f_GALEX_4(i__),RAdeg_4(i__),
     +  DEdeg_4(i__),NUVmag_4(i__),FUVmag_4(i__),z_4(i__),
     +  Width_4(i__),e_Width_4(i__),Class_4(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table7.dat'	! *GALEX spectral sample identifications: SIRTFFL 00

C  Format for file interpretation

    6 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table7.dat', status='old')
      write(6,*) '....Loading file: table7.dat'
      do i__=1,22
        read(1,'(A78)')ar__5
        read(ar__5,6)
     +  Seq_5(i__),GALEX_5(i__),f_GALEX_5(i__),RAdeg_5(i__),
     +  DEdeg_5(i__),NUVmag_5(i__),FUVmag_5(i__),z_5(i__),
     +  Width_5(i__),e_Width_5(i__),Class_5(i__)
c    ..............Just test output...........
        write(6,6)
     +  Seq_5(i__),GALEX_5(i__),f_GALEX_5(i__),RAdeg_5(i__),
     +  DEdeg_5(i__),NUVmag_5(i__),FUVmag_5(i__),z_5(i__),
     +  Width_5(i__),e_Width_5(i__),Class_5(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table8.dat'	! *GALEX spectral sample identifications: LOCK 00

C  Format for file interpretation

    7 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table8.dat', status='old')
      write(6,*) '....Loading file: table8.dat'
      do i__=1,12
        read(1,'(A78)')ar__6
        read(ar__6,7)
     +  Seq_6(i__),GALEX_6(i__),f_GALEX_6(i__),RAdeg_6(i__),
     +  DEdeg_6(i__),NUVmag_6(i__),FUVmag_6(i__),z_6(i__),
     +  Width_6(i__),e_Width_6(i__),Class_6(i__)
c    ..............Just test output...........
        write(6,7)
     +  Seq_6(i__),GALEX_6(i__),f_GALEX_6(i__),RAdeg_6(i__),
     +  DEdeg_6(i__),NUVmag_6(i__),FUVmag_6(i__),z_6(i__),
     +  Width_6(i__),e_Width_6(i__),Class_6(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table9.dat'	! *GALEX spectral sample identifications: SIRTFFL 01

C  Format for file interpretation

    8 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table9.dat', status='old')
      write(6,*) '....Loading file: table9.dat'
      do i__=1,14
        read(1,'(A78)')ar__7
        read(ar__7,8)
     +  Seq_7(i__),GALEX_7(i__),f_GALEX_7(i__),RAdeg_7(i__),
     +  DEdeg_7(i__),NUVmag_7(i__),FUVmag_7(i__),z_7(i__),
     +  Width_7(i__),e_Width_7(i__),Class_7(i__)
c    ..............Just test output...........
        write(6,8)
     +  Seq_7(i__),GALEX_7(i__),f_GALEX_7(i__),RAdeg_7(i__),
     +  DEdeg_7(i__),NUVmag_7(i__),FUVmag_7(i__),z_7(i__),
     +  Width_7(i__),e_Width_7(i__),Class_7(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table10.dat'	! *GALEX spectral sample identifications: HDFN 00

C  Format for file interpretation

    9 format(
     +  I2,6X,A9,A1,1X,F10.6,1X,F10.6,1X,F6.2,1X,F6.2,1X,F5.3,1X,I5,
     +  1X,I4,1X,A6)

C  Effective file loading

      open(unit=1,file='table10.dat', status='old')
      write(6,*) '....Loading file: table10.dat'
      do i__=1,10
        read(1,'(A78)')ar__8
        read(ar__8,9)
     +  Seq_8(i__),GALEX_8(i__),f_GALEX_8(i__),RAdeg_8(i__),
     +  DEdeg_8(i__),NUVmag_8(i__),FUVmag_8(i__),z_8(i__),
     +  Width_8(i__),e_Width_8(i__),Class_8(i__)
c    ..............Just test output...........
        write(6,9)
     +  Seq_8(i__),GALEX_8(i__),f_GALEX_8(i__),RAdeg_8(i__),
     +  DEdeg_8(i__),NUVmag_8(i__),FUVmag_8(i__),z_8(i__),
     +  Width_8(i__),e_Width_8(i__),Class_8(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table11.dat'	! DEIMOS observations: GALEX candidate Ly{alpha}
*                               galaxies

C  Format for file interpretation

   10 format(
     +  5X,A9,1X,F10.6,1X,F10.6,1X,F5.2,1X,F5.2,1X,F6.4,1X,F6.4,1X,I4,
     +  1X,I2,1X,A11)

C  Effective file loading

      open(unit=1,file='table11.dat', status='old')
      write(6,*) '....Loading file: table11.dat'
      do i__=1,39
        read(1,'(A82)')ar__9
        read(ar__9,10)
     +  GALEX_9(i__),RAdeg_9(i__),DEdeg_9(i__),NUVmag_9(i__),
     +  gmag(i__),zGALEX(i__),zsp(i__),EW(i__),e_EW(i__),Class_9(i__)
        if(ar__9(44:48) .EQ. '') gmag(i__) = rNULL__
        if(ar__9(50:55) .EQ. '') zGALEX(i__) = rNULL__
        if(ar__9(64:67) .EQ. '') EW(i__) = iNULL__
        if(ar__9(69:70) .EQ. '') e_EW(i__) = iNULL__
c    ..............Just test output...........
        write(6,10)
     +  GALEX_9(i__),RAdeg_9(i__),DEdeg_9(i__),NUVmag_9(i__),
     +  gmag(i__),zGALEX(i__),zsp(i__),EW(i__),e_EW(i__),Class_9(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table12.dat'	! DEIMOS observations: GALEX AGNs

C  Format for file interpretation

   11 format(
     +  5X,A9,1X,F10.6,1X,F10.6,1X,F5.2,1X,F5.2,1X,F6.4,1X,F6.4,1X,I4,
     +  1X,I2,1X,A11)

C  Effective file loading

      open(unit=1,file='table12.dat', status='old')
      write(6,*) '....Loading file: table12.dat'
      do i__=1,15
        read(1,'(A82)')ar__10
        read(ar__10,11)
     +  GALEX_10(i__),RAdeg_10(i__),DEdeg_10(i__),NUVmag_10(i__),
     +  gmag_1(i__),zGALEX_1(i__),zsp_1(i__),EW_1(i__),e_EW_1(i__),
     +  Class_10(i__)
        if(ar__10(44:48) .EQ. '') gmag_1(i__) = rNULL__
        if(ar__10(50:55) .EQ. '') zGALEX_1(i__) = rNULL__
        if(ar__10(64:67) .EQ. '') EW_1(i__) = iNULL__
        if(ar__10(69:70) .EQ. '') e_EW_1(i__) = iNULL__
c    ..............Just test output...........
        write(6,11)
     +  GALEX_10(i__),RAdeg_10(i__),DEdeg_10(i__),NUVmag_10(i__),
     +  gmag_1(i__),zGALEX_1(i__),zsp_1(i__),EW_1(i__),e_EW_1(i__),
     +  Class_10(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table13.dat'	! DEIMOS observations: GALEX spectra without
*                               Strong Ly{alpha} emission

C  Format for file interpretation

   12 format(
     +  5X,A9,1X,F10.6,1X,F10.6,1X,F5.2,1X,F5.2,1X,F6.4,1X,F6.4,1X,I4,
     +  1X,I2,1X,A11)

C  Effective file loading

      open(unit=1,file='table13.dat', status='old')
      write(6,*) '....Loading file: table13.dat'
      do i__=1,47
        read(1,'(A82)')ar__11
        read(ar__11,12)
     +  GALEX_11(i__),RAdeg_11(i__),DEdeg_11(i__),NUVmag_11(i__),
     +  gmag_2(i__),zGALEX_2(i__),zsp_2(i__),EW_2(i__),e_EW_2(i__),
     +  Class_11(i__)
        if(ar__11(44:48) .EQ. '') gmag_2(i__) = rNULL__
        if(ar__11(50:55) .EQ. '') zGALEX_2(i__) = rNULL__
        if(ar__11(64:67) .EQ. '') EW_2(i__) = iNULL__
        if(ar__11(69:70) .EQ. '') e_EW_2(i__) = iNULL__
c    ..............Just test output...........
        write(6,12)
     +  GALEX_11(i__),RAdeg_11(i__),DEdeg_11(i__),NUVmag_11(i__),
     +  gmag_2(i__),zGALEX_2(i__),zsp_2(i__),EW_2(i__),e_EW_2(i__),
     +  Class_11(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table14.dat'	! GALEX X-ray properties

C  Format for file interpretation

   13 format(
     +  5X,A9,1X,F8.4,1X,F8.4,1X,E9.3,1X,E8.3,1X,A1,F5.2,1X,F6.4,1X,A6)

C  Effective file loading

      open(unit=1,file='table14.dat', status='old')
      write(6,*) '....Loading file: table14.dat'
      do i__=1,11
        read(1,'(A72)')ar__12
        read(ar__12,13)
     +  GALEX_12(i__),RAdeg_12(i__),DEdeg_12(i__),Fhard(i__),
     +  Fsoft(i__),l_logL(i__),logL(i__),zGALEX_3(i__),Class_12(i__)
        if(ar__12(34:42) .EQ. '') Fhard(i__) = rNULL__
        if(ar__12(44:51) .EQ. '') Fsoft(i__) = rNULL__
c    ..............Just test output...........
        write(6,13)
     +  GALEX_12(i__),RAdeg_12(i__),DEdeg_12(i__),Fhard(i__),
     +  Fsoft(i__),l_logL(i__),logL(i__),zGALEX_3(i__),Class_12(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table15.dat'	! Low-redshift GALEX LAE sample

C  Format for file interpretation

   14 format(
     +  5X,A9,1X,F10.6,1X,F10.6,1X,F5.2,1X,F5.2,1X,F6.4,1X,F5.2,1X,
     +  F4.2,1X,I3,1X,I2,1X,F6.4,A1,1X,A7)

C  Effective file loading

      open(unit=1,file='table15.dat', status='old')
      write(6,*) '....Loading file: table15.dat'
      do i__=1,62
        read(1,'(A89)')ar__13
        read(ar__13,14)
     +  GALEX_13(i__),RAdeg_13(i__),DEdeg_13(i__),NUVmag_12(i__),
     +  FUVmag_9(i__),zGALEX_4(i__),logL_1(i__),e_logL(i__),EW_3(i__),
     +  e_EW_3(i__),zsp_3(i__),r_zsp(i__),Class_13(i__)
        if(ar__13(75:80) .EQ. '') zsp_3(i__) = rNULL__
c    ..............Just test output...........
        write(6,14)
     +  GALEX_13(i__),RAdeg_13(i__),DEdeg_13(i__),NUVmag_12(i__),
     +  FUVmag_9(i__),zGALEX_4(i__),logL_1(i__),e_logL(i__),EW_3(i__),
     +  e_EW_3(i__),zsp_3(i__),r_zsp(i__),Class_13(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table16.dat'	! Moderate-redshift GALEX LAE sample

C  Format for file interpretation

   15 format(
     +  5X,A9,1X,F10.6,1X,F10.6,1X,F5.2,1X,F5.2,1X,F6.4,1X,F5.2,1X,
     +  F4.2,1X,I3,1X,I2,1X,F6.4,A1,1X,A7)

C  Effective file loading

      open(unit=1,file='table16.dat', status='old')
      write(6,*) '....Loading file: table16.dat'
      do i__=1,4
        read(1,'(A89)')ar__14
        read(ar__14,15)
     +  GALEX_14(i__),RAdeg_14(i__),DEdeg_14(i__),NUVmag_13(i__),
     +  FUVmag_10(i__),zGALEX_5(i__),logL_2(i__),e_logL_1(i__),
     +  EW_4(i__),e_EW_4(i__),zsp_4(i__),r_zsp_1(i__),Class_14(i__)
        if(ar__14(75:80) .EQ. '') zsp_4(i__) = rNULL__
c    ..............Just test output...........
        write(6,15)
     +  GALEX_14(i__),RAdeg_14(i__),DEdeg_14(i__),NUVmag_13(i__),
     +  FUVmag_10(i__),zGALEX_5(i__),logL_2(i__),e_logL_1(i__),
     +  EW_4(i__),e_EW_4(i__),zsp_4(i__),r_zsp_1(i__),Class_14(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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