Conversion of standardized ReadMe file for
file /./ftp/cats/J/ApJ/696/870 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-15
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/696/870 Catalina Real-time Transient Survey (CRTS) (Drake+, 2009)
*================================================================================
*First results from the Catalina Real-time Transient Survey.
* Drake A.J., Djorgovski S.G., Mahabal A., Beshore E., Larson S.,
* Graham M.J., Williams R., Christensen E., Catelan M., Boattini A.,
* Gibbs A., Hill R., Kowalski R.
* <Astrophys. J., 696, 870-884 (2009)>
* =2009ApJ...696..870D
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table1.dat' ! Confirmed and candidate supernovae
integer*4 nr__
parameter (nr__=61) ! Number of records
character*97 ar__ ! Full-size record
C J2000 position composed of: RAh RAm RAs DE- DEd DEm DEs
real*8 RAdeg (nr__) ! (deg) Right Ascension J2000
real*8 DEdeg (nr__) ! (deg) Declination J2000
C ---------------------------------- ! (position vector(s) in degrees)
character*24 v_DDM2009_ (nr__) ! SN identification (CSSYYMMDD JHHMMSS+DDMMSS)
integer*4 RAh (nr__) ! (h) Hour of right ascension (J2000)
integer*4 RAm (nr__) ! (min) Minute of right ascension (J2000)
real*4 RAs (nr__) ! (s) Second of right ascension (J2000)
character*1 DE_ (nr__) ! Declination sign (J2000)
integer*4 DEd (nr__) ! (deg) Degree of declination (J2000)
integer*4 DEm (nr__) ! (arcmin) Arcminute of declination (J2000)
real*4 DEs (nr__) ! (arcsec) Arcsecond of declination (J2000)
real*8 MJD (nr__) ! (d) Modified Julian Date of detection
real*4 mag (nr__) ! (mag) Catalina detection magnitude
character*1 l_rmag (nr__) ! Limit flag on rmag
real*4 rmag (nr__) ! (mag) Approximate source galaxy Gunn r magnitude
* for table 1; approximate Gunn r-band
* quiescent magnitude for table 2
character*1 f_rmag (nr__) ! [*c] Flag on rmag (1)
character*6 SN (nr__) ! SN IAU designation (YYYYaa) (only for table 1)
character*4 Type (nr__) ! SN type (only for table 1)
character*1 r_Type (nr__) ! [ab] Origin of Type (only for table 1) (2)
real*4 FUV (nr__) ! (mag) ? GALEX FUV-band magnitude (only for table 2)
real*4 NUV (nr__) ! (mag) ? GALEX NUV-band magnitude (only for table 2)
character*1 n__DDM2009_(nr__) ! [b-r] Individual notes (only for table 2) (3)
*Note (1): Flag as follows:
* c = Estimated r-band magnitude.
* * = Not explained in the paper.
*Note (2): Flag as follows:
* a = Sand et al. 2008, see
* http://www.cfa.harvard.edu/iau/cbet/001400/CBET001410.txt
* However, first announced and spectroscopically confirmed by
* the Supernova Factory as SNF20080510-001.
* b = Found in archival data.
*Note (3): Flag as follows:
* b = Mahabal et al. (2008ATel.1520....1M).
* c = V844 Her.
* d = V544 Her.
* e = SDSS J153634+332851.
* f = VW CrB.
* g = OU Vir.
* h = SDSS QSO candidate J082654.69-000733.1 (Richards et al. 2004,
* Cat. J/ApJS/155/257).
* i = Cnc SDSS J080846+313106.
* j = Djorgovski et al. (2008ATel.1418....1D and 2008ATel.1411....1D).
* k = HV-Vir.
* l = Eclipsing system.
* m = Antipin V80.
* n = Hya SDSS J090628+052656.
* o = First appeared in CBAT Jan 20th.
* p = GY Cnc.
* q = EG Aqr.
* r = V1007 Her.
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table2.dat' ! Cataclysmic variable candidates
integer*4 nr__1
parameter (nr__1=75) ! Number of records
character*97 ar__1 ! Full-size record
C J2000 position composed of: RAh RAm RAs DE- DEd DEm DEs
real*8 RAdeg_1 (nr__1) ! (deg) Right Ascension J2000
real*8 DEdeg_1 (nr__1) ! (deg) Declination J2000
C ---------------------------------- ! (position vector(s) in degrees)
character*24 v_DDM2009__1(nr__1) ! SN identification (CSSYYMMDD JHHMMSS+DDMMSS)
integer*4 RAh_1 (nr__1) ! (h) Hour of right ascension (J2000)
integer*4 RAm_1 (nr__1) ! (min) Minute of right ascension (J2000)
real*4 RAs_1 (nr__1) ! (s) Second of right ascension (J2000)
character*1 DE__1 (nr__1) ! Declination sign (J2000)
integer*4 DEd_1 (nr__1) ! (deg) Degree of declination (J2000)
integer*4 DEm_1 (nr__1) ! (arcmin) Arcminute of declination (J2000)
real*4 DEs_1 (nr__1) ! (arcsec) Arcsecond of declination (J2000)
real*8 MJD_1 (nr__1) ! (d) Modified Julian Date of detection
real*4 mag_1 (nr__1) ! (mag) Catalina detection magnitude
character*1 l_rmag_1 (nr__1) ! Limit flag on rmag
real*4 rmag_1 (nr__1) ! (mag) Approximate source galaxy Gunn r magnitude
* for table 1; approximate Gunn r-band
* quiescent magnitude for table 2
character*1 f_rmag_1 (nr__1) ! [*c] Flag on rmag (1)
character*6 SN_1 (nr__1) ! SN IAU designation (YYYYaa) (only for table 1)
character*4 Type_1 (nr__1) ! SN type (only for table 1)
character*1 r_Type_1 (nr__1) ! [ab] Origin of Type (only for table 1) (2)
real*4 FUV_1 (nr__1) ! (mag) ? GALEX FUV-band magnitude (only for table 2)
real*4 NUV_1 (nr__1) ! (mag) ? GALEX NUV-band magnitude (only for table 2)
character*1 n__DDM2009__1(nr__1) ! [b-r] Individual notes (only for table 2) (3)
*Note (1): Flag as follows:
* c = Estimated r-band magnitude.
* * = Not explained in the paper.
*Note (2): Flag as follows:
* a = Sand et al. 2008, see
* http://www.cfa.harvard.edu/iau/cbet/001400/CBET001410.txt
* However, first announced and spectroscopically confirmed by
* the Supernova Factory as SNF20080510-001.
* b = Found in archival data.
*Note (3): Flag as follows:
* b = Mahabal et al. (2008ATel.1520....1M).
* c = V844 Her.
* d = V544 Her.
* e = SDSS J153634+332851.
* f = VW CrB.
* g = OU Vir.
* h = SDSS QSO candidate J082654.69-000733.1 (Richards et al. 2004,
* Cat. J/ApJS/155/257).
* i = Cnc SDSS J080846+313106.
* j = Djorgovski et al. (2008ATel.1418....1D and 2008ATel.1411....1D).
* k = HV-Vir.
* l = Eclipsing system.
* m = Antipin V80.
* n = Hya SDSS J090628+052656.
* o = First appeared in CBAT Jan 20th.
* p = GY Cnc.
* q = EG Aqr.
* r = V1007 Her.
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table3.dat' ! Blazar candidates
integer*4 nr__2
parameter (nr__2=5) ! Number of records
character*94 ar__2 ! Full-size record
C J2000 position composed of: RAh RAm RAs DE- DEd DEm DEs
real*8 RAdeg_2 (nr__2) ! (deg) Right Ascension J2000
real*8 DEdeg_2 (nr__2) ! (deg) Declination J2000
C ---------------------------------- ! (position vector(s) in degrees)
character*24 v_DDM2009__2(nr__2) ! SN identification (CSSYYMMDD JHHMMSS+DDMMSS)
integer*4 RAh_2 (nr__2) ! (h) Hour of right ascension (J2000)
integer*4 RAm_2 (nr__2) ! (min) Minute of right ascension (J2000)
real*4 RAs_2 (nr__2) ! (s) Second of right ascension (J2000)
character*1 DE__2 (nr__2) ! Declination sign (J2000)
integer*4 DEd_2 (nr__2) ! (deg) Degree of declination (J2000)
integer*4 DEm_2 (nr__2) ! (arcmin) Arcminute of declination (J2000)
real*4 DEs_2 (nr__2) ! (arcsec) Arcsecond of declination (J2000)
real*8 MJD_2 (nr__2) ! (d) Modified Julian Date of detection
real*4 umag (nr__2) ! (mag) ? SDSS-DR6 u-band magnitude
real*4 gmag (nr__2) ! (mag) ? SDSS-DR6 g-band magnitude
real*4 rmag_2 (nr__2) ! (mag) ? SDSS-DR6 r-band magnitude
real*4 imag (nr__2) ! (mag) ? SDSS-DR6 i-band magnitude
real*4 zmag (nr__2) ! (mag) ? SDSS-DR6 z-band magnitude
real*4 CSS (nr__2) ! (mag) Catalina detection magnitude
character*1 f_CSS (nr__2) ! [a] a: spectroscopic candidates (Mahabal et
* al. 2008ATel.1520....1M)
C=============================================================================
C Loading file 'table1.dat' ! Confirmed and candidate supernovae
C Format for file interpretation
1 format(
+ A24,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,1X,F11.5,1X,
+ F4.1,1X,A1,F4.1,A1,1X,A6,1X,A4,1X,A1,1X,F4.1,1X,F4.1,A1)
C Effective file loading
open(unit=1,status='old',file=
+'table1.dat')
write(6,*) '....Loading file: table1.dat'
do i__=1,61
read(1,'(A97)')ar__
read(ar__,1)
+ v_DDM2009_(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
+ DEm(i__),DEs(i__),MJD(i__),mag(i__),l_rmag(i__),rmag(i__),
+ f_rmag(i__),SN(i__),Type(i__),r_Type(i__),FUV(i__),NUV(i__),
+ n__DDM2009_(i__)
if(ar__(88:91) .EQ. '') FUV(i__) = rNULL__
if(ar__(93:96) .EQ. '') NUV(i__) = rNULL__
RAdeg(i__) = rNULL__
DEdeg(i__) = rNULL__
c Derive coordinates RAdeg and DEdeg from input data
c (RAdeg and DEdeg are set to rNULL__ when unknown)
if(RAh(i__) .GT. -180) RAdeg(i__)=RAh(i__)*15.
if(RAm(i__) .GT. -180) RAdeg(i__)=RAdeg(i__)+RAm(i__)/4.
if(RAs(i__) .GT. -180) RAdeg(i__)=RAdeg(i__)+RAs(i__)/240.
if(DEd(i__) .GE. 0) DEdeg(i__)=DEd(i__)
if(DEm(i__) .GE. 0) DEdeg(i__)=DEdeg(i__)+DEm(i__)/60.
if(DEs(i__) .GE. 0) DEdeg(i__)=DEdeg(i__)+DEs(i__)/3600.
if(DE_(i__).EQ.'-'.AND.DEdeg(i__).GE.0) DEdeg(i__)=-DEdeg(i__)
c ..............Just test output...........
write(6,1)
+ v_DDM2009_(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
+ DEm(i__),DEs(i__),MJD(i__),mag(i__),l_rmag(i__),rmag(i__),
+ f_rmag(i__),SN(i__),Type(i__),r_Type(i__),FUV(i__),NUV(i__),
+ n__DDM2009_(i__)
write(6,'(6H Pos: 2F8.4)') RAdeg(i__),DEdeg(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'table2.dat' ! Cataclysmic variable candidates
C Format for file interpretation
2 format(
+ A24,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,1X,F11.5,1X,
+ F4.1,1X,A1,F4.1,A1,1X,A6,1X,A4,1X,A1,1X,F4.1,1X,F4.1,A1)
C Effective file loading
open(unit=1,status='old',file=
+'table2.dat')
write(6,*) '....Loading file: table2.dat'
do i__=1,75
read(1,'(A97)')ar__1
read(ar__1,2)
+ v_DDM2009__1(i__),RAh_1(i__),RAm_1(i__),RAs_1(i__),DE__1(i__),
+ DEd_1(i__),DEm_1(i__),DEs_1(i__),MJD_1(i__),mag_1(i__),
+ l_rmag_1(i__),rmag_1(i__),f_rmag_1(i__),SN_1(i__),Type_1(i__),
+ r_Type_1(i__),FUV_1(i__),NUV_1(i__),n__DDM2009__1(i__)
if(ar__1(88:91) .EQ. '') FUV_1(i__) = rNULL__
if(ar__1(93:96) .EQ. '') NUV_1(i__) = rNULL__
RAdeg_1(i__) = rNULL__
DEdeg_1(i__) = rNULL__
c Derive coordinates RAdeg_1 and DEdeg_1 from input data
c (RAdeg_1 and DEdeg_1 are set to rNULL__ when unknown)
if(RAh_1(i__) .GT. -180) RAdeg_1(i__)=RAh_1(i__)*15.
if(RAm_1(i__) .GT. -180) RAdeg_1(i__)=RAdeg_1(i__)+RAm_1(i__)/4.
if(RAs_1(i__) .GT. -180) RAdeg_1(i__)=RAdeg_1(i__)+RAs_1(i__)/240.
if(DEd_1(i__) .GE. 0) DEdeg_1(i__)=DEd_1(i__)
if(DEm_1(i__) .GE. 0) DEdeg_1(i__)=DEdeg_1(i__)+DEm_1(i__)/60.
if(DEs_1(i__) .GE. 0) DEdeg_1(i__)=DEdeg_1(i__)+DEs_1(i__)/3600.
if(DE__1(i__).EQ.'-'.AND.DEdeg_1(i__).GE.0) DEdeg_1(i__)=-DEdeg_1(i__)
c ..............Just test output...........
write(6,2)
+ v_DDM2009__1(i__),RAh_1(i__),RAm_1(i__),RAs_1(i__),DE__1(i__),
+ DEd_1(i__),DEm_1(i__),DEs_1(i__),MJD_1(i__),mag_1(i__),
+ l_rmag_1(i__),rmag_1(i__),f_rmag_1(i__),SN_1(i__),Type_1(i__),
+ r_Type_1(i__),FUV_1(i__),NUV_1(i__),n__DDM2009__1(i__)
write(6,'(6H Pos: 2F8.4)') RAdeg_1(i__),DEdeg_1(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'table3.dat' ! Blazar candidates
C Format for file interpretation
3 format(
+ A24,1X,I2,1X,I2,1X,F6.3,1X,A1,I2,1X,I2,1X,F5.2,1X,F11.5,1X,
+ F4.1,1X,F4.1,1X,F4.1,1X,F4.1,1X,F4.1,1X,F4.1,1X,A1)
C Effective file loading
open(unit=1,status='old',file=
+'table3.dat')
write(6,*) '....Loading file: table3.dat'
do i__=1,5
read(1,'(A94)')ar__2
read(ar__2,3)
+ v_DDM2009__2(i__),RAh_2(i__),RAm_2(i__),RAs_2(i__),DE__2(i__),
+ DEd_2(i__),DEm_2(i__),DEs_2(i__),MJD_2(i__),umag(i__),
+ gmag(i__),rmag_2(i__),imag(i__),zmag(i__),CSS(i__),f_CSS(i__)
if(ar__2(64:67) .EQ. '') umag(i__) = rNULL__
if(ar__2(69:72) .EQ. '') gmag(i__) = rNULL__
if(ar__2(74:77) .EQ. '') rmag_2(i__) = rNULL__
if(ar__2(79:82) .EQ. '') imag(i__) = rNULL__
if(ar__2(84:87) .EQ. '') zmag(i__) = rNULL__
RAdeg_2(i__) = rNULL__
DEdeg_2(i__) = rNULL__
c Derive coordinates RAdeg_2 and DEdeg_2 from input data
c (RAdeg_2 and DEdeg_2 are set to rNULL__ when unknown)
if(RAh_2(i__) .GT. -180) RAdeg_2(i__)=RAh_2(i__)*15.
if(RAm_2(i__) .GT. -180) RAdeg_2(i__)=RAdeg_2(i__)+RAm_2(i__)/4.
if(RAs_2(i__) .GT. -180) RAdeg_2(i__)=RAdeg_2(i__)+RAs_2(i__)/240.
if(DEd_2(i__) .GE. 0) DEdeg_2(i__)=DEd_2(i__)
if(DEm_2(i__) .GE. 0) DEdeg_2(i__)=DEdeg_2(i__)+DEm_2(i__)/60.
if(DEs_2(i__) .GE. 0) DEdeg_2(i__)=DEdeg_2(i__)+DEs_2(i__)/3600.
if(DE__2(i__).EQ.'-'.AND.DEdeg_2(i__).GE.0) DEdeg_2(i__)=-DEdeg_2(i__)
c ..............Just test output...........
write(6,3)
+ v_DDM2009__2(i__),RAh_2(i__),RAm_2(i__),RAs_2(i__),DE__2(i__),
+ DEd_2(i__),DEm_2(i__),DEs_2(i__),MJD_2(i__),umag(i__),
+ gmag(i__),rmag_2(i__),imag(i__),zmag(i__),CSS(i__),f_CSS(i__)
write(6,'(6H Pos: 2F8.4)') RAdeg_2(i__),DEdeg_2(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end