Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/595/A96 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-Jun-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/A+A/595/A96 QSO B0218+357 molecular absorption lines (Wallstroem+, 2016)
*================================================================================
*Isotopic ratios at z=0.68 from molecular absorption lines toward B0218+357.
* Wallstroem S.H.J., Muller S., Guelin M.
* <Astron. Astrophys. 595, A96 (2016)>
* =2016A&A...595A..96W (SIMBAD/NED BibCode)
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-c34s.dat' ! C^34^S absorption spectrum
integer*4 nr__
parameter (nr__=95) ! Number of records
character*26 ar__ ! Full-size record
real*8 HV (nr__) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int (nr__) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-cs.dat' ! CS absorption spectrum
integer*4 nr__1
parameter (nr__1=96) ! Number of records
character*26 ar__1 ! Full-size record
real*8 HV_1 (nr__1) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_1 (nr__1) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-h13cn.dat' ! H^13^CN absorption spectrum
integer*4 nr__2
parameter (nr__2=111) ! Number of records
character*26 ar__2 ! Full-size record
real*8 HV_2 (nr__2) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_2 (nr__2) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-h13co.dat' ! H^13^CO absorption spectrum
integer*4 nr__3
parameter (nr__3=111) ! Number of records
character*26 ar__3 ! Full-size record
real*8 HV_3 (nr__3) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_3 (nr__3) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-h234s.dat' ! H_2_^34^S absorption spectrum
integer*4 nr__4
parameter (nr__4=109) ! Number of records
character*26 ar__4 ! Full-size record
real*8 HV_4 (nr__4) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_4 (nr__4) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-h2s.dat' ! H_2_S absorption spectrum
integer*4 nr__5
parameter (nr__5=110) ! Number of records
character*26 ar__5 ! Full-size record
real*8 HV_5 (nr__5) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_5 (nr__5) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-hc15n.dat' ! HC^15^N absorption spectrum
integer*4 nr__6
parameter (nr__6=111) ! Number of records
character*26 ar__6 ! Full-size record
real*8 HV_6 (nr__6) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_6 (nr__6) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-hc17o.dat' ! HC^17^O absorption spectrum
integer*4 nr__7
parameter (nr__7=111) ! Number of records
character*26 ar__7 ! Full-size record
real*8 HV_7 (nr__7) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_7 (nr__7) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-hc18o.dat' ! HC^18^O absorption spectrum
integer*4 nr__8
parameter (nr__8=111) ! Number of records
character*26 ar__8 ! Full-size record
real*8 HV_8 (nr__8) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_8 (nr__8) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-hcn.dat' ! HCN absorption spectrum
integer*4 nr__9
parameter (nr__9=116) ! Number of records
character*26 ar__9 ! Full-size record
real*8 HV_9 (nr__9) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_9 (nr__9) ! Normalized intensity (normalized to 1)
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'sp-hco.dat' ! HCO absorption spectrum
integer*4 nr__10
parameter (nr__10=116) ! Number of records
character*26 ar__10 ! Full-size record
real*8 HV_10 (nr__10) ! (km/s) Velocity in heliocentric frame,
* with z_abs_=0.68466
real*4 Int_10 (nr__10) ! Normalized intensity (normalized to 1)
C=============================================================================
C Loading file 'sp-c34s.dat' ! C^34^S absorption spectrum
C Format for file interpretation
1 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-c34s.dat')
write(6,*) '....Loading file: sp-c34s.dat'
do i__=1,95
read(1,'(A26)')ar__
read(ar__,1)HV(i__),Int(i__)
c ..............Just test output...........
write(6,1)HV(i__),Int(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-cs.dat' ! CS absorption spectrum
C Format for file interpretation
2 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-cs.dat')
write(6,*) '....Loading file: sp-cs.dat'
do i__=1,96
read(1,'(A26)')ar__1
read(ar__1,2)HV_1(i__),Int_1(i__)
c ..............Just test output...........
write(6,2)HV_1(i__),Int_1(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-h13cn.dat' ! H^13^CN absorption spectrum
C Format for file interpretation
3 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-h13cn.dat')
write(6,*) '....Loading file: sp-h13cn.dat'
do i__=1,111
read(1,'(A26)')ar__2
read(ar__2,3)HV_2(i__),Int_2(i__)
c ..............Just test output...........
write(6,3)HV_2(i__),Int_2(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-h13co.dat' ! H^13^CO absorption spectrum
C Format for file interpretation
4 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-h13co.dat')
write(6,*) '....Loading file: sp-h13co.dat'
do i__=1,111
read(1,'(A26)')ar__3
read(ar__3,4)HV_3(i__),Int_3(i__)
c ..............Just test output...........
write(6,4)HV_3(i__),Int_3(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-h234s.dat' ! H_2_^34^S absorption spectrum
C Format for file interpretation
5 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-h234s.dat')
write(6,*) '....Loading file: sp-h234s.dat'
do i__=1,109
read(1,'(A26)')ar__4
read(ar__4,5)HV_4(i__),Int_4(i__)
c ..............Just test output...........
write(6,5)HV_4(i__),Int_4(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-h2s.dat' ! H_2_S absorption spectrum
C Format for file interpretation
6 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-h2s.dat')
write(6,*) '....Loading file: sp-h2s.dat'
do i__=1,110
read(1,'(A26)')ar__5
read(ar__5,6)HV_5(i__),Int_5(i__)
c ..............Just test output...........
write(6,6)HV_5(i__),Int_5(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-hc15n.dat' ! HC^15^N absorption spectrum
C Format for file interpretation
7 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-hc15n.dat')
write(6,*) '....Loading file: sp-hc15n.dat'
do i__=1,111
read(1,'(A26)')ar__6
read(ar__6,7)HV_6(i__),Int_6(i__)
c ..............Just test output...........
write(6,7)HV_6(i__),Int_6(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-hc17o.dat' ! HC^17^O absorption spectrum
C Format for file interpretation
8 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-hc17o.dat')
write(6,*) '....Loading file: sp-hc17o.dat'
do i__=1,111
read(1,'(A26)')ar__7
read(ar__7,8)HV_7(i__),Int_7(i__)
c ..............Just test output...........
write(6,8)HV_7(i__),Int_7(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-hc18o.dat' ! HC^18^O absorption spectrum
C Format for file interpretation
9 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-hc18o.dat')
write(6,*) '....Loading file: sp-hc18o.dat'
do i__=1,111
read(1,'(A26)')ar__8
read(ar__8,9)HV_8(i__),Int_8(i__)
c ..............Just test output...........
write(6,9)HV_8(i__),Int_8(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-hcn.dat' ! HCN absorption spectrum
C Format for file interpretation
10 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-hcn.dat')
write(6,*) '....Loading file: sp-hcn.dat'
do i__=1,116
read(1,'(A26)')ar__9
read(ar__9,10)HV_9(i__),Int_9(i__)
c ..............Just test output...........
write(6,10)HV_9(i__),Int_9(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'sp-hco.dat' ! HCO absorption spectrum
C Format for file interpretation
11 format(2X,F17.13,1X,F6.4)
C Effective file loading
open(unit=1,status='old',file=
+'sp-hco.dat')
write(6,*) '....Loading file: sp-hco.dat'
do i__=1,116
read(1,'(A26)')ar__10
read(ar__10,11)HV_10(i__),Int_10(i__)
c ..............Just test output...........
write(6,11)HV_10(i__),Int_10(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end