Conversion of standardized ReadMe file for
file /./ftp/cats/J/ApJ/655/51 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 2026-Jul-13
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/655/51 HDFS IRAC observations of 2<z<3.5 galaxies (Wuyts+, 2007)
*================================================================================
*What do we learn from IRAC observations of galaxies at 2 < z < 3.5?.
* Wuyts S., Labbe I., Franx M., Rudnick G., Van Dokkum P.G., Fazio G.G.,
* Forster Schreiber N.M., Huang J., Moorwood A.F.M., Rix H.-W.,
* Rottgering H., Van Der Werf P.
* <Astrophys. J., 655, 51-65 (2007)>
* =2007ApJ...655...51W
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table3.dat' ! K+IRAC photometry of HDFS galaxies at 2<z<3.5
integer*4 nr__
parameter (nr__=75) ! Number of records
character*69 ar__ ! Full-size record
integer*4 v_LFR2003_ ! Object identification number (1)
real*4 FKtot ! Total aperture K band flux (2)
real*4 e_FKtot ! Uncertainty in FKtot
real*4 FK ! Color aperture K band flux (2)
real*4 e_FK ! Uncertainty in FK
real*4 F3_6 ! Color aperture 3.6 micron flux (2)
real*4 e_F3_6 ! Uncertainty in f3.6
real*4 F4_5 ! Color aperture 4.8 micron flux (2)
real*4 e_F4_5 ! Uncertainty in f4.5
real*4 F5_8 ! Color aperture 5.8 micron flux (2)
real*4 e_F5_8 ! Uncertainty in f5.8
real*4 F8_0 ! Color aperture 8.0 micron flux (2)
real*4 e_F8_0 ! Uncertainty in f8.0
*Note (1): Object identification number corresponds to that of the U-to-K
* catalog by Labbe et al. (2003, Cat. <J/AJ/125/1107>).
*Note (2): Scaled to an AB zeropoint of 25, i.e. mag_AB_=25-2.5log(f).
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table4.dat' ! Modeling results for HDFS galaxies at 2<z<3.5
integer*4 nr__1
parameter (nr__1=75) ! Number of records
character*73 ar__1 ! Full-size record
integer*4 v_LFR2003__1 ! Object identification number (1)
real*4 z ! Redshift
real*4 E_z ! Upper limit uncertainty on z
real*4 e_z_1 ! Lower limit uncertainty on z
character*10 SFH ! Star-formation history (2)
real*4 logM ! ([solMass]) Log of the modeled mass
real*4 E_logM ! ([solMass]) Upper limit uncertainty on logM
real*4 e_logM_1 ! ([solMass]) Lower limit uncertainty on logM
real*4 AV ! (mag) Model V band extinction
real*4 E_AV ! (mag) Upper limit uncertainty on AV
real*4 e_AV_1 ! (mag) Lower limit uncertainty on AV
real*4 logA ! ([Gyr]) Log of the model mass-weighted age
real*4 E_logA ! ([Gyr]) Upper limit uncertainty on logA
real*4 e_logA_1 ! ([Gyr]) Lower limit uncertainty on logA
*Note (1): Object identification number corresponds to that of the U-to-K
* catalog by Labbe et al. (2003, Cat. <J/AJ/125/1107>).
*Note (2): Star-formation history is:
* CSF = constant star-formation;
* SSP = single stellar population;
* {tau}_300_ = an exponentially declining star-formation history
* with an e-folding timescale of 300Myr
C=============================================================================
C Loading file 'table3.dat' ! K+IRAC photometry of HDFS galaxies at 2<z<3.5
C Format for file interpretation
1 format(
+ I3,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)
C Effective file loading
open(unit=1,status='old',file=
+'table3.dat')
write(6,*) '....Loading file: table3.dat'
do i__=1,75
read(1,'(A69)')ar__
read(ar__,1)
+ v_LFR2003_,FKtot,e_FKtot,FK,e_FK,F3_6,e_F3_6,F4_5,e_F4_5,F5_8,
+ e_F5_8,F8_0,e_F8_0
c ..............Just test output...........
write(6,1)
+ v_LFR2003_,FKtot,e_FKtot,FK,e_FK,F3_6,e_F3_6,F4_5,e_F4_5,F5_8,
+ e_F5_8,F8_0,e_F8_0
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'table4.dat' ! Modeling results for HDFS galaxies at 2<z<3.5
C Format for file interpretation
2 format(
+ I3,1X,F4.2,1X,F4.2,1X,F4.2,1X,A10,1X,F5.2,1X,F4.2,1X,F4.2,1X,
+ F3.1,1X,F3.1,1X,F3.1,1X,F5.2,1X,F4.2,1X,F4.2)
C Effective file loading
open(unit=1,status='old',file=
+'table4.dat')
write(6,*) '....Loading file: table4.dat'
do i__=1,75
read(1,'(A73)')ar__1
read(ar__1,2)
+ v_LFR2003__1,z,E_z,e_z_1,SFH,logM,E_logM,e_logM_1,AV,E_AV,
+ e_AV_1,logA,E_logA,e_logA_1
c ..............Just test output...........
write(6,2)
+ v_LFR2003__1,z,E_z,e_z_1,SFH,logM,E_logM,e_logM_1,AV,E_AV,
+ e_AV_1,logA,E_logA,e_logA_1
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end