Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/584/A12 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-Aug-18
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/584/A12 PNV J03093063+2638031 outburst evolution (Munari+, 2015)
*================================================================================
*Outburst evolution, historic light curve and a flash-ionized nebula around the
*WZ Sge-type object PNV J03093063+2638031.
* Munari U., Jurdana-Sepic R., Ochner P., Cherini G.
* <Astron. Astrophys. 584, A12 (2015)>
* =2015A&A...584A..12M (SIMBAD/NED BibCode)
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table4.dat' ! Upper limits to the magnitude of PNV
J03093063+2638031 on the 332 Harvard plates we
inspected looking for previous unrecorded outbursts
integer*4 nr__
parameter (nr__=332) ! Number of records
character*42 ar__ ! Full-size record
character*10 JD (nr__) ! Julian date
character*10 Obs_date (nr__) ! ("YYYY-MM-DD") Observation date
character*5 Obs_time (nr__) ! ("h:m") Observation time (UT)
character*3 SPlate (nr__) ! Plate series
integer*4 NPlate (nr__) ! Plate number
real*4 maglim (nr__) ! (mag) Limiting magnitude of the plate
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for '20141030.dat' ! PNV J03093063+2638031 spectrum on 2014/10/30
integer*4 nr__1
parameter (nr__1=2043) ! Number of records
character*21 ar__1 ! Full-size record
real*8 lambda (nr__1) ! (0.1nm) Wavelength
real*8 logFlux (nr__1) ! ([10mW/m2/nm]) Flux (in erg/cm^2^/s/{AA})
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for '20141102.dat' ! PNV J03093063+2638031 spectrum on 2014/11/02
integer*4 nr__2
parameter (nr__2=2043) ! Number of records
character*21 ar__2 ! Full-size record
real*8 lambda_1 (nr__2) ! (0.1nm) Wavelength
real*8 logFlux_1 (nr__2) ! ([10mW/m2/nm]) Flux (in erg/cm^2^/s/{AA})
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for '20141123.dat' ! PNV J03093063+2638031 spectrum on 2014/11/23
integer*4 nr__3
parameter (nr__3=2043) ! Number of records
character*21 ar__3 ! Full-size record
real*8 lambda_2 (nr__3) ! (0.1nm) Wavelength
real*8 logFlux_2 (nr__3) ! ([10mW/m2/nm]) Flux (in erg/cm^2^/s/{AA})
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for '20141223.dat' ! PNV J03093063+2638031 spectrum on 2014/12/23
integer*4 nr__4
parameter (nr__4=2023) ! Number of records
character*21 ar__4 ! Full-size record
real*8 lambda_3 (nr__4) ! (0.1nm) Wavelength
real*8 logFlux_3 (nr__4) ! ([10mW/m2/nm]) Flux (in erg/cm^2^/s/{AA})
C=============================================================================
C Loading file 'table4.dat' ! Upper limits to the magnitude of PNV
* J03093063+2638031 on the 332 Harvard plates we
* inspected looking for previous unrecorded outbursts
C Format for file interpretation
1 format(A10,1X,A10,1X,A5,1X,A3,1X,I5,1X,F4.1)
C Effective file loading
open(unit=1,status='old',file=
+'table4.dat')
write(6,*) '....Loading file: table4.dat'
do i__=1,332
read(1,'(A42)')ar__
read(ar__,1)
+ JD(i__),Obs_date(i__),Obs_time(i__),SPlate(i__),NPlate(i__),
+ maglim(i__)
c ..............Just test output...........
write(6,1)
+ JD(i__),Obs_date(i__),Obs_time(i__),SPlate(i__),NPlate(i__),
+ maglim(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file '20141030.dat' ! PNV J03093063+2638031 spectrum on 2014/10/30
C Format for file interpretation
2 format(2X,F8.3,2X,F9.5)
C Effective file loading
open(unit=1,status='old',file=
+'20141030.dat')
write(6,*) '....Loading file: 20141030.dat'
do i__=1,2043
read(1,'(A21)')ar__1
read(ar__1,2)lambda(i__),logFlux(i__)
c ..............Just test output...........
write(6,2)lambda(i__),logFlux(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file '20141102.dat' ! PNV J03093063+2638031 spectrum on 2014/11/02
C Format for file interpretation
3 format(2X,F8.3,2X,F9.5)
C Effective file loading
open(unit=1,status='old',file=
+'20141102.dat')
write(6,*) '....Loading file: 20141102.dat'
do i__=1,2043
read(1,'(A21)')ar__2
read(ar__2,3)lambda_1(i__),logFlux_1(i__)
c ..............Just test output...........
write(6,3)lambda_1(i__),logFlux_1(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file '20141123.dat' ! PNV J03093063+2638031 spectrum on 2014/11/23
C Format for file interpretation
4 format(2X,F8.3,2X,F9.5)
C Effective file loading
open(unit=1,status='old',file=
+'20141123.dat')
write(6,*) '....Loading file: 20141123.dat'
do i__=1,2043
read(1,'(A21)')ar__3
read(ar__3,4)lambda_2(i__),logFlux_2(i__)
c ..............Just test output...........
write(6,4)lambda_2(i__),logFlux_2(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file '20141223.dat' ! PNV J03093063+2638031 spectrum on 2014/12/23
C Format for file interpretation
5 format(2X,F8.3,2X,F9.5)
C Effective file loading
open(unit=1,status='old',file=
+'20141223.dat')
write(6,*) '....Loading file: 20141223.dat'
do i__=1,2023
read(1,'(A21)')ar__4
read(ar__4,5)lambda_3(i__),logFlux_3(i__)
c ..............Just test output...........
write(6,5)lambda_3(i__),logFlux_3(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end