Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/481/411 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-Apr-23
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/A+A/481/411 submm point sources from the Archeops experiment (Desert+, 2008)
*================================================================================
*Submillimetre point sources from the Archeops experiment:
*very cold clumps in the Galactic plane.
* Desert F.-X., Macias-Perez J.F., Mayet F., Giardino G., Renault C.,
* Aumont J., Benoit A., Bernard J.-P., Ponthieu N., Tristram M.
* <Astron. Astrophys. 481, 411 (2008)>
* =2008A&A...481..411D
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table3.dat' ! Cloud position and fluxes
integer*4 nr__
parameter (nr__=302) ! Number of records
character*105 ar__ ! Full-size record
C J2000 position composed of: RAh RAm RAs DE- DEd DEm DEs
real*8 RAdeg ! (deg) Right Ascension J2000
real*8 DEdeg ! (deg) Declination J2000
C ---------------------------------- ! (position vector(s) in degrees)
integer*4 v_DMM2008_ ! [1/302] Sequential number
character*13 Arch ! Arch name (GLLL.ll+BB.bb)
character*1 n_Arch ! [*] * for positional uncertainty >4' (1sigma)
integer*4 RAh ! (h) Right ascension (J2000)
integer*4 RAm ! (min) Right ascension (J2000)
real*4 RAs ! (s) Right ascension (J2000)
character*1 DE_ ! Declination sign (J2000)
integer*4 DEd ! (deg) Declination (J2000)
integer*4 DEm ! (arcmin) Declination (J2000)
integer*4 DEs ! (arcsec) Declination (J2000)
character*1 l_F143 ! Limit flag on F143
real*4 F143 ! (Jy) Flux density at 143GHz
real*4 e_F143 ! (Jy) rms uncertainty on F143
character*1 l_S_N143 ! Limit flag on S/N143
integer*4 S_N143 ! Signal-to-noise ratio for F143
character*1 l_F217 ! Limit flag on F217
real*4 F217 ! (Jy) Flux density at 217GHz
real*4 e_F217 ! (Jy) rms uncertainty on F217
character*1 l_S_N217 ! Limit flag on S/N217
integer*4 S_N217 ! Signal-to-noise ratio for F217
character*1 l_F353 ! Limit flag on F353
integer*4 F353 ! (Jy) ?=0 Flux density at 353GHz
integer*4 e_F353 ! (Jy) ?=-1 rms uncertainty on F353
character*1 l_S_N353 ! Limit flag on S/N353
integer*4 S_N353 ! ?=0 Signal-to-noise ratio for F353
character*1 l_F545 ! Limit flag on F545
integer*4 F545 ! (Jy) ?=0 Flux density at 545GHz
integer*4 e_F545 ! (Jy) ?=-1 rms uncertainty on F545
character*1 l_S_N545 ! Limit flag on F545
integer*4 S_N545 ! ?=0 Signal-to-noise ratio for F545
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table4.dat' ! Cloud model fit parameters and associations
integer*4 nr__1
parameter (nr__1=302) ! Number of records
character*139 ar__1 ! Full-size record
integer*4 v_DMM2008__1 ! [1/302] Sequential number
character*13 Arch_1 ! Arch name (GLLL.ll+BB.bb)
real*4 beta ! ? Emissivity exponent beta
real*4 e_beta ! ? rms uncertainty on beta
real*4 T ! (K) ? Temperature
real*4 e_T ! (K) ? rms uncertainty on T
real*4 chi2r ! ? Reduced chi^2^ value
real*4 beta11 ! ? Emissivity exponent beta for fixed T=11K
real*4 e_beta11 ! ? rms uncertainty on beta11
real*4 T2 ! (K) ? Temperature for fixed beta=2
real*4 e_T2 ! (K) ? rms uncertainty on T2
character*11 IRAS ! Associated IRAS source
character*1 n_IRAS ! [*] * for IRAS source having IRAS colours of
* an ultra-compact HII region
real*8 F100um ! (Jy) ? IRAS flux at 100um
real*8 F60um ! (Jy) ? IRAS flux at 60um
character*41 Name_s ! Associations with a commonly used name with
* Lynds Dark Nebulae, Bright Nebulae,
* Sharpless and other common catalogs
C=============================================================================
C Loading file 'table3.dat' ! Cloud position and fluxes
C Format for file interpretation
1 format(
+ I3,5X,A13,A1,1X,I2,1X,I2,1X,F4.1,1X,A1,I2,1X,I2,1X,I2,1X,A1,
+ F5.1,1X,F3.1,1X,A1,I3,1X,A1,F6.1,1X,F4.1,1X,A1,I3,1X,A1,I4,1X,
+ I2,1X,A1,I2,1X,A1,I4,1X,I3,1X,A1,I3)
C Effective file loading
open(unit=1,status='old',file=
+'table3.dat')
write(6,*) '....Loading file: table3.dat'
do i__=1,302
read(1,'(A105)')ar__
read(ar__,1)
+ v_DMM2008_,Arch,n_Arch,RAh,RAm,RAs,DE_,DEd,DEm,DEs,l_F143,
+ F143,e_F143,l_S_N143,S_N143,l_F217,F217,e_F217,l_S_N217,
+ S_N217,l_F353,F353,e_F353,l_S_N353,S_N353,l_F545,F545,e_F545,
+ l_S_N545,S_N545
RAdeg = rNULL__
DEdeg = rNULL__
c Derive coordinates RAdeg and DEdeg from input data
c (RAdeg and DEdeg are set to rNULL__ when unknown)
if(RAh .GT. -180) RAdeg=RAh*15.
if(RAm .GT. -180) RAdeg=RAdeg+RAm/4.
if(RAs .GT. -180) RAdeg=RAdeg+RAs/240.
if(DEd .GE. 0) DEdeg=DEd
if(DEm .GE. 0) DEdeg=DEdeg+DEm/60.
if(DEs .GE. 0) DEdeg=DEdeg+DEs/3600.
if(DE_.EQ.'-'.AND.DEdeg.GE.0) DEdeg=-DEdeg
c ..............Just test output...........
write(6,1)
+ v_DMM2008_,Arch,n_Arch,RAh,RAm,RAs,DE_,DEd,DEm,DEs,l_F143,
+ F143,e_F143,l_S_N143,S_N143,l_F217,F217,e_F217,l_S_N217,
+ S_N217,l_F353,F353,e_F353,l_S_N353,S_N353,l_F545,F545,e_F545,
+ l_S_N545,S_N545
write(6,'(6H Pos: 2F8.4)') RAdeg,DEdeg
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'table4.dat' ! Cloud model fit parameters and associations
C Format for file interpretation
2 format(
+ I3,5X,A13,1X,F4.2,1X,F4.2,1X,F5.2,1X,F4.2,1X,F4.2,1X,F4.2,1X,
+ F4.2,1X,F5.2,1X,F4.2,1X,A11,A1,1X,F7.1,1X,F7.1,1X,A41)
C Effective file loading
open(unit=1,status='old',file=
+'table4.dat')
write(6,*) '....Loading file: table4.dat'
do i__=1,302
read(1,'(A139)')ar__1
read(ar__1,2)
+ v_DMM2008__1,Arch_1,beta,e_beta,T,e_T,chi2r,beta11,e_beta11,
+ T2,e_T2,IRAS,n_IRAS,F100um,F60um,Name_s
if(ar__1(23:26) .EQ. '') beta = rNULL__
if(ar__1(28:31) .EQ. '') e_beta = rNULL__
if(ar__1(33:37) .EQ. '') T = rNULL__
if(ar__1(39:42) .EQ. '') e_T = rNULL__
if(ar__1(44:47) .EQ. '') chi2r = rNULL__
if(ar__1(49:52) .EQ. '') beta11 = rNULL__
if(ar__1(54:57) .EQ. '') e_beta11 = rNULL__
if(ar__1(59:63) .EQ. '') T2 = rNULL__
if(ar__1(65:68) .EQ. '') e_T2 = rNULL__
if(ar__1(83:89) .EQ. '') F100um = rNULL__
if(ar__1(91:97) .EQ. '') F60um = rNULL__
c ..............Just test output...........
write(6,2)
+ v_DMM2008__1,Arch_1,beta,e_beta,T,e_T,chi2r,beta11,e_beta11,
+ T2,e_T2,IRAS,n_IRAS,F100um,F60um,Name_s
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end