Conversion of standardized ReadMe file for
file /./ftp/cats/J/A_A/397/147 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-11
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/397/147 Activity-rotation relationship in stars (Pizzolato+ 2003)
*================================================================================
*The stellar activity-rotation relationship revisited: Dependence of saturated
*and non-saturated X-ray emission regimes on stellar mass for late-type dwarfs.
* Pizzolato N., Maggio A., Micela G., Sciortino S., Ventura P.
* <Astron. Astrophys. 397, 147 (2003)>
* =2003A&A...397..147P
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'stars.dat' ! Star positions (from Simbad)
integer*4 nr__
parameter (nr__=258) ! Number of records
character*61 ar__ ! Full-size record
C J2000.0 position composed of: RAh RAm RAs DE- DEd DEm DEs
real*8 RAdeg (nr__) ! (deg) Right Ascension J2000.0
real*8 DEdeg (nr__) ! (deg) Declination J2000.0
C ---------------------------------- ! (position vector(s) in degrees)
character*10 Name (nr__) ! Star name
integer*4 RAh (nr__) ! (h) Right ascension (J2000.0)
integer*4 RAm (nr__) ! (min) Right ascension (J2000.0)
real*4 RAs (nr__) ! (s) Right ascension (J2000.0)
character*1 DE_ (nr__) ! Declination sign (J2000.0)
integer*4 DEd (nr__) ! (deg) Declination (J2000.0)
integer*4 DEm (nr__) ! (arcmin) Declination (J2000.0)
integer*4 DEs (nr__) ! (arcsec) Declination (J2000.0)
character*21 SName (nr__) ! Simbad designation
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table1.dat' ! Field dwarf sample
integer*4 nr__1
parameter (nr__1=110) ! Number of records
character*61 ar__1 ! Full-size record
character*10 Name_1 (nr__1) ! Name
real*4 Dist (nr__1) ! (pc) ? Distance
real*4 B_V (nr__1) ! (mag) B-V colour index
real*4 Vmag (nr__1) ! (mag) V magnitude
character*1 l_Per (nr__1) ! Limit flag on Per
real*4 Per (nr__1) ! (d) Period
character*2 r_Per (nr__1) ! Reference for the period, in refs.dat file
real*4 logLX (nr__1) ! ([10-7W]) X-ray luminosity
character*2 r_logLX (nr__1) ! Reference for X-ray luminosity,
* in refs.dat file
real*4 logLX_Lbol (nr__1) ! ([---]) Bolometric-to-X-ray luminosity ratio
real*4 Mass (nr__1) ! (solMass) Mass
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table2.dat' ! Cluster stars: Pleiades, IC 2602, IC 2391,
{alpha} Persei and Hyades
integer*4 nr__2
parameter (nr__2=149) ! Number of records
character*68 ar__2 ! Full-size record
character*12 Cluster (nr__2) ! Cluster name
character*10 Name_2 (nr__2) ! Name
integer*4 Dist_1 (nr__2) ! (pc) ? Distance
real*4 B_V_1 (nr__2) ! (mag) B-V colour index
real*4 Vmag_1 (nr__2) ! (mag) V magnitude
real*4 Per_1 (nr__2) ! (d) Period
integer*4 r_Per_1 (nr__2) ! Reference for the period, in refs.dat file
real*4 logLX_1 (nr__2) ! ([10-7W]) X-ray luminosity
integer*4 r_logLX_1 (nr__2) ! Reference for X-ray luminosity,
* in refs.dat file
real*4 logLX_Lbol_1(nr__2) ! ([---]) Bolometric-to-X-ray luminosity ratio
real*4 Mass_1 (nr__2) ! (solMass) Mass
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'refs.dat' ! References
integer*4 nr__3
parameter (nr__3=28) ! Number of records
character*86 ar__3 ! Full-size record
character*2 Ref (nr__3) ! Reference code
character*19 BibCode (nr__3) ! BibCode
character*20 Aut (nr__3) ! author's name
character*40 Com (nr__3) ! Comments
C=============================================================================
C Loading file 'stars.dat' ! Star positions (from Simbad)
C Format for file interpretation
1 format(A10,7X,I2,1X,I2,1X,F4.1,1X,A1,I2,1X,I2,1X,I2,3X,A21)
C Effective file loading
open(unit=1,status='old',file=
+'stars.dat')
write(6,*) '....Loading file: stars.dat'
do i__=1,258
read(1,'(A61)')ar__
read(ar__,1)
+ Name(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
+ DEm(i__),DEs(i__),SName(i__)
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)
+ Name(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
+ DEm(i__),DEs(i__),SName(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 'table1.dat' ! Field dwarf sample
C Format for file interpretation
2 format(
+ A10,1X,F5.2,1X,F4.2,1X,F6.2,2X,A1,F5.2,1X,A2,2X,F5.2,1X,A2,2X,
+ F5.2,1X,F4.2)
C Effective file loading
open(unit=1,status='old',file=
+'table1.dat')
write(6,*) '....Loading file: table1.dat'
do i__=1,110
read(1,'(A61)')ar__1
read(ar__1,2)
+ Name_1(i__),Dist(i__),B_V(i__),Vmag(i__),l_Per(i__),Per(i__),
+ r_Per(i__),logLX(i__),r_logLX(i__),logLX_Lbol(i__),Mass(i__)
if(ar__1(12:16) .EQ. '') Dist(i__) = rNULL__
c ..............Just test output...........
write(6,2)
+ Name_1(i__),Dist(i__),B_V(i__),Vmag(i__),l_Per(i__),Per(i__),
+ r_Per(i__),logLX(i__),r_logLX(i__),logLX_Lbol(i__),Mass(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'table2.dat' ! Cluster stars: Pleiades, IC 2602, IC 2391,
* {alpha} Persei and Hyades
C Format for file interpretation
3 format(
+ A12,1X,A10,1X,I3,1X,F4.2,2X,F5.2,1X,F5.2,1X,I2,1X,F5.2,1X,I2,
+ 1X,F5.2,1X,F4.2)
C Effective file loading
open(unit=1,status='old',file=
+'table2.dat')
write(6,*) '....Loading file: table2.dat'
do i__=1,149
read(1,'(A68)')ar__2
read(ar__2,3)
+ Cluster(i__),Name_2(i__),Dist_1(i__),B_V_1(i__),Vmag_1(i__),
+ Per_1(i__),r_Per_1(i__),logLX_1(i__),r_logLX_1(i__),
+ logLX_Lbol_1(i__),Mass_1(i__)
if(ar__2(25:27) .EQ. '') Dist_1(i__) = iNULL__
c ..............Just test output...........
write(6,3)
+ Cluster(i__),Name_2(i__),Dist_1(i__),B_V_1(i__),Vmag_1(i__),
+ Per_1(i__),r_Per_1(i__),logLX_1(i__),r_logLX_1(i__),
+ logLX_Lbol_1(i__),Mass_1(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'refs.dat' ! References
C Format for file interpretation
4 format(A2,1X,A19,1X,A20,3X,A40)
C Effective file loading
open(unit=1,status='old',file=
+'refs.dat')
write(6,*) '....Loading file: refs.dat'
do i__=1,28
read(1,'(A86)')ar__3
read(ar__3,4)Ref(i__),BibCode(i__),Aut(i__),Com(i__)
c ..............Just test output...........
write(6,4)Ref(i__),BibCode(i__),Aut(i__),Com(i__)
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end