Conversion of standardized ReadMe file for
file /./ftp/cats/J/ApJ/655/51 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-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_ (nr__) ! Object identification number (1)
real*4 FKtot (nr__) ! Total aperture K band flux (2)
real*4 e_FKtot (nr__) ! Uncertainty in FKtot
real*4 FK (nr__) ! Color aperture K band flux (2)
real*4 e_FK (nr__) ! Uncertainty in FK
real*4 F3_6 (nr__) ! Color aperture 3.6 micron flux (2)
real*4 e_F3_6 (nr__) ! Uncertainty in f3.6
real*4 F4_5 (nr__) ! Color aperture 4.8 micron flux (2)
real*4 e_F4_5 (nr__) ! Uncertainty in f4.5
real*4 F5_8 (nr__) ! Color aperture 5.8 micron flux (2)
real*4 e_F5_8 (nr__) ! Uncertainty in f5.8
real*4 F8_0 (nr__) ! Color aperture 8.0 micron flux (2)
real*4 e_F8_0 (nr__) ! 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(nr__1) ! Object identification number (1)
real*4 z (nr__1) ! Redshift
real*4 E_z (nr__1) ! Upper limit uncertainty on z
real*4 e_z_1 (nr__1) ! Lower limit uncertainty on z
character*10 SFH (nr__1) ! Star-formation history (2)
real*4 logM (nr__1) ! ([solMass]) Log of the modeled mass
real*4 E_logM (nr__1) ! ([solMass]) Upper limit uncertainty on logM
real*4 e_logM_1 (nr__1) ! ([solMass]) Lower limit uncertainty on logM
real*4 AV (nr__1) ! (mag) Model V band extinction
real*4 E_AV (nr__1) ! (mag) Upper limit uncertainty on AV
real*4 e_AV_1 (nr__1) ! (mag) Lower limit uncertainty on AV
real*4 logA (nr__1) ! ([Gyr]) Log of the model mass-weighted age
real*4 E_logA (nr__1) ! ([Gyr]) Upper limit uncertainty on logA
real*4 e_logA_1 (nr__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_(i__),FKtot(i__),e_FKtot(i__),FK(i__),e_FK(i__),
+ F3_6(i__),e_F3_6(i__),F4_5(i__),e_F4_5(i__),F5_8(i__),
+ e_F5_8(i__),F8_0(i__),e_F8_0(i__)
c ..............Just test output...........
write(6,1)
+ v_LFR2003_(i__),FKtot(i__),e_FKtot(i__),FK(i__),e_FK(i__),
+ F3_6(i__),e_F3_6(i__),F4_5(i__),e_F4_5(i__),F5_8(i__),
+ e_F5_8(i__),F8_0(i__),e_F8_0(i__)
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(i__),z(i__),E_z(i__),e_z_1(i__),SFH(i__),
+ logM(i__),E_logM(i__),e_logM_1(i__),AV(i__),E_AV(i__),
+ e_AV_1(i__),logA(i__),E_logA(i__),e_logA_1(i__)
c ..............Just test output...........
write(6,2)
+ v_LFR2003__1(i__),z(i__),E_z(i__),e_z_1(i__),SFH(i__),
+ logM(i__),E_logM(i__),e_logM_1(i__),AV(i__),E_AV(i__),
+ e_AV_1(i__),logA(i__),E_logA(i__),e_logA_1(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end