FORTRAN Generation
(/./ftp/cats/J/A_A/688/A14)

Conversion of standardized ReadMe file for file /./ftp/cats/J/A_A/688/A14 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/688/A14            HD 73344 RV and light curves             (Sulis+, 2024)
*================================================================================
*A low-mass sub-Neptune planet transiting the bright active star HD 73344.
*    Sulis S., Crossfield I.J.M., Santerne A., Saillenfest M., Sousa S.,
*    Mary D., Aguichine A., Deleuil M., Delgado Mena E., Mathur S.,
*    Polanski A., Adibekyan V., Boisse I., Costes J.C., Cretignier M.,
*    Heidari N., Lebarbe C., Forveille T., Hara N., Meunier N., Santos N.,
*    Balcarcel-Salazar S., Cortes-Zuleta P., Dalal S., Gorjian V.,
*    Halverson S., Howard A.W., Kosiarek M.R., Lopez T.A., Martin D.V.,
*    Mousis O., Rajkumar B., Strom P.A., Udry S., Venot O., Willett E.
*    <Astron. Astrophys. 688, A14 (2024)>
*    =2024A&A...688A..14S        (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'k2.dat'	! K2 light curve

      integer*4 nr__
      parameter (nr__=3686)	! Number of records
      character*33 ar__   	! Full-size record

      real*8        Time       (nr__) ! (d) Baricentric Julian date (BJD)
      real*8        RFlux      (nr__) ! Relative flux
      real*8        e_RFlux    (nr__) ! Flux error

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'tess.dat'	! TESS light curve

      integer*4 nr__1
      parameter (nr__1=35057)	! Number of records
      character*33 ar__1  	! Full-size record

      real*8        Time_1     (nr__1) ! (d) Baricentric Julian date (BJD)
      real*8        RFlux_1    (nr__1) ! Relative flux
      real*8        e_RFlux_1  (nr__1) ! Flux error

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'hires.dat'	! HIRES radial velocities

      integer*4 nr__2
      parameter (nr__2=188)	! Number of records
      character*33 ar__2  	! Full-size record

      real*8        Time_2     (nr__2) ! (d) Baricentric Julian date (BJD)
      real*8        RV         (nr__2) ! (km/s) Radial velocity
      real*8        e_RV       (nr__2) ! (km/s) Radial velocity error

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'sophddt.dat'	! SOPHIE radial velocities taken at short cadence

      integer*4 nr__3
      parameter (nr__3=203)	! Number of records
      character*33 ar__3  	! Full-size record

      real*8        Time_3     (nr__3) ! (d) Baricentric Julian date (BJD)
      real*8        RV_1       (nr__3) ! (km/s) Radial velocity
      real*8        e_RV_1     (nr__3) ! (km/s) Radial velocity error

c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

C  Declarations for 'sophlong.dat'	! SOPHIE radial velocities

      integer*4 nr__4
      parameter (nr__4=312)	! Number of records
      character*33 ar__4  	! Full-size record

      real*8        Time_4     (nr__4) ! (d) Baricentric Julian date (BJD)
      real*8        RV_2       (nr__4) ! (km/s) Radial velocity
      real*8        e_RV_2     (nr__4) ! (km/s) Radial velocity error

C=============================================================================

C  Loading file 'k2.dat'	! K2 light curve

C  Format for file interpretation

    1 format(F14.6,2X,F8.6,1X,F8.6)

C  Effective file loading

      open(unit=1,status='old',file=
     +'k2.dat')
      write(6,*) '....Loading file: k2.dat'
      do i__=1,3686
        read(1,'(A33)')ar__
        read(ar__,1)Time(i__),RFlux(i__),e_RFlux(i__)
c    ..............Just test output...........
        write(6,1)Time(i__),RFlux(i__),e_RFlux(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'tess.dat'	! TESS light curve

C  Format for file interpretation

    2 format(F14.6,2X,F8.6,1X,F8.6)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tess.dat')
      write(6,*) '....Loading file: tess.dat'
      do i__=1,35057
        read(1,'(A33)')ar__1
        read(ar__1,2)Time_1(i__),RFlux_1(i__),e_RFlux_1(i__)
c    ..............Just test output...........
        write(6,2)Time_1(i__),RFlux_1(i__),e_RFlux_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'hires.dat'	! HIRES radial velocities

C  Format for file interpretation

    3 format(F14.6,1X,F9.6,1X,F8.6)

C  Effective file loading

      open(unit=1,status='old',file=
     +'hires.dat')
      write(6,*) '....Loading file: hires.dat'
      do i__=1,188
        read(1,'(A33)')ar__2
        read(ar__2,3)Time_2(i__),RV(i__),e_RV(i__)
c    ..............Just test output...........
        write(6,3)Time_2(i__),RV(i__),e_RV(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'sophddt.dat'	! SOPHIE radial velocities taken at short cadence

C  Format for file interpretation

    4 format(F14.6,1X,F9.6,1X,F8.6)

C  Effective file loading

      open(unit=1,status='old',file=
     +'sophddt.dat')
      write(6,*) '....Loading file: sophddt.dat'
      do i__=1,203
        read(1,'(A33)')ar__3
        read(ar__3,4)Time_3(i__),RV_1(i__),e_RV_1(i__)
c    ..............Just test output...........
        write(6,4)Time_3(i__),RV_1(i__),e_RV_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================

C  Loading file 'sophlong.dat'	! SOPHIE radial velocities

C  Format for file interpretation

    5 format(F14.6,1X,F9.6,1X,F8.6)

C  Effective file loading

      open(unit=1,status='old',file=
     +'sophlong.dat')
      write(6,*) '....Loading file: sophlong.dat'
      do i__=1,312
        read(1,'(A33)')ar__4
        read(ar__4,5)Time_4(i__),RV_2(i__),e_RV_2(i__)
c    ..............Just test output...........
        write(6,5)Time_4(i__),RV_2(i__),e_RV_2(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

C=============================================================================
      stop
      end