Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/347/47 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-May-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/A+A/347/47 High galactic latitude RASS X-ray sources. II. (Beuermann+, 1999)
*================================================================================
*Identification of soft high galactic latitude RASS X-ray sources. II.
*Sources with PSPC count rate CR<0.5cts/s.
* Beuermann K., Thomas H.-C., Reinsch K., Schwope A.D., Truemper J., Voges W.
* <Astron. Astrophys. 347, 47 (1999)>
* =1999A&A...347...47B
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table3.dat' ! Summary of optical identification program of
new bright soft high-galactic-latitude RASS
sources with HR1<0.
integer*4 nr__
parameter (nr__=77) ! Number of records
character*95 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)
character*15 Name ! J2000 X-ray position from the RASS BSC
character*1 n_Name ! [X] X when source in RASS BSC
integer*4 RAh ! (h) ? Optical counterpart right ascension (J2000)
integer*4 RAm ! (min) ? Optical counterpart right ascension (J2000)
real*4 RAs ! (s) ? Optical counterpart right ascension (J2000)
character*1 DE_ ! Optical counterpart declination (J2000)
integer*4 DEd ! (deg) ? Optical counterpart (J2000)
integer*4 DEm ! (arcmin) ? Optical counterpart (J2000)
integer*4 DEs ! (arcsec) ? Optical counterpart (J2000)
real*4 Sep ! (arcsec) ? Separation between optical and X-ray positions
real*4 r90 ! ? Separation in units of the 90% confidence
* radii according to Eq. 1
real*4 CR ! (ct/s) RASS BSC PSPC count rate CR
integer*4 e_CR ! (10-3ct/s) rms uncertainty on CountRate
real*4 HR1 ! Hardness ratio HR1,
integer*4 e_HR1 ! (10-2) rms uncertainty on HR1
character*4 Class ! Classification
character*4 Type ! Type of the optical counterpart,
real*4 z ! ? Redshift if extragalactic
character*1 u_z ! Uncertainty flag on z
real*4 Vmag ! (mag) ? Visual magnitude V.
character*7 Notes ! Notes (1)
*Note (1): Notes as follows:
* 1 = Spectroscopic identification, this work
* 2 = WFC identification (Pye et al., 1995, Cat. <J/MNRAS/274/1165>,
* Mason et al., 1995, Cat. <J/MNRAS/274/1194>)
* 3 = Hamburg/RASS identification (Bade et al., 1998A&AS..127..145B)
* 4 = see also Grupe et al. (1998A&A...330...25G)
* 5 = Inferred identification from the Digitized Sky Survey
* 6 = Radio source
* 7 = Listed also by Veron-Cetty & Veron (1996, Cat. <VII/188>)
* 8 = Remarks to individual sources in notes.dat file
*
* Correction to Paper I:
* 160518.5+542101: For this source, the identification of Bade et al.
* (1998A&AS..127..145B) as an M-star has been cited in Paper I. That
* star, however, is 31" from the X-ray position and the more likely
* candidate is a 19 mag object at 5" separation which is also a radio
* source (White et al. 1997, Cat. <VIII/51>), suggesting a BL Lac
* identification. For the M-star, the implied =~0.44 would also be quite
* atypical, while the f_x_/f_o_=~1.4 is typical of a BL Lac object.
* The USNO-A1.0 optical position (J2000) of the BL Lac candidate is
* 16:05:19.0+54:21:00, the radio position 16:05:19.1+54:21:00.
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'notes.dat' ! Individual notes of table3.dat
integer*4 nr__1
parameter (nr__1=51) ! Number of records
character*79 ar__1 ! Full-size record
character*15 Name_1 ! RASS name
character*63 Note ! Text of the note
C=============================================================================
C Loading file 'table3.dat' ! Summary of optical identification program of
* new bright soft high-galactic-latitude RASS
* sources with HR1<0.
C Format for file interpretation
1 format(
+ A15,A1,1X,I2,1X,I2,1X,F4.1,1X,A1,I2,1X,I2,1X,I2,1X,F4.1,1X,
+ F4.2,1X,F5.3,1X,I2,1X,F5.2,1X,I2,1X,A4,1X,A4,1X,F5.3,A1,1X,
+ F4.1,1X,A7)
C Effective file loading
open(unit=1,status='old',file=
+'table3.dat')
write(6,*) '....Loading file: table3.dat'
do i__=1,77
read(1,'(A95)')ar__
read(ar__,1)
+ Name,n_Name,RAh,RAm,RAs,DE_,DEd,DEm,DEs,Sep,r90,CR,e_CR,HR1,
+ e_HR1,Class,Type,z,u_z,Vmag,Notes
if(ar__(18:19) .EQ. '') RAh = iNULL__
if(ar__(21:22) .EQ. '') RAm = iNULL__
if(ar__(24:27) .EQ. '') RAs = rNULL__
if(ar__(30:31) .EQ. '') DEd = iNULL__
if(ar__(33:34) .EQ. '') DEm = iNULL__
if(ar__(36:37) .EQ. '') DEs = iNULL__
if(ar__(39:42) .EQ. '') Sep = rNULL__
if(ar__(44:47) .EQ. '') r90 = rNULL__
if(ar__(77:81) .EQ. '') z = rNULL__
if(ar__(84:87) .EQ. '') Vmag = rNULL__
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)
+ Name,n_Name,RAh,RAm,RAs,DE_,DEd,DEm,DEs,Sep,r90,CR,e_CR,HR1,
+ e_HR1,Class,Type,z,u_z,Vmag,Notes
write(6,'(6H Pos: 2F8.4)') RAdeg,DEdeg
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'notes.dat' ! Individual notes of table3.dat
C Format for file interpretation
2 format(A15,1X,A63)
C Effective file loading
open(unit=1,status='old',file=
+'notes.dat')
write(6,*) '....Loading file: notes.dat'
do i__=1,51
read(1,'(A79)')ar__1
read(ar__1,2)Name_1,Note
c ..............Just test output...........
write(6,2)Name_1,Note
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end