FORTRAN Generation
(/./ftp/cats/J/A_A/615/A117)

Conversion of standardized ReadMe file for file /./ftp/cats/J/A_A/615/A117 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 2024-Apr-19
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/615/A117     55 Cnc geocoronal emission lines template   (Bourrier+, 2018)
*================================================================================
*High-energy environment of super-Earth 55 Cnc e.
*I: Far-UV chromospheric variability as a possible tracer of planet-induced
*coronal rain
*    Bourrier V., Ehrenreich D., Lecavelier des Etangs A., Louden T.,
*    Wheatley P.J., Wyttenbach A., Vidal-Madjar A., Lavie B., Pepe F., Udry S.
*    <Astron. Astrophys. 615, A117 (2018)>
*    =2018A&A...615A.117B        (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'atoi1305.dat'	! OI line (rest wavelength 1304.8576{AA}) in Fig. 4

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

      real*8        lambda      ! (0.1nm) Wavelength, in angstroms
      real*4        Flux        ! (10-2W/m2/nm) Flux of a given geocoronal emission line,
*                                        in erg/cm2/{AA}/s
      real*4        e_Flux      ! (10-2W/m2/nm) Flux associated error, in erg/cm2/{AA}/s

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

C  Declarations for 'atoi1306.dat'	! OI line (rest wavelength 1306.0286{AA}) in Fig. 4

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

      real*8        lambda_1    ! (0.1nm) Wavelength, in angstroms
      real*4        Flux_1      ! (10-2W/m2/nm) Flux of a given geocoronal emission line,
*                                        in erg/cm2/{AA}/s
      real*4        e_Flux_1    ! (10-2W/m2/nm) Flux associated error, in erg/cm2/{AA}/s

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

C  Declarations for 'atoi1302.dat'	! OI line (rest wavelength 1302.1685{AA}) in Fig. 5

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

      real*8        lambda_2    ! (0.1nm) Wavelength, in angstroms
      real*4        Flux_2      ! (10-2W/m2/nm) Flux of a given geocoronal emission line,
*                                        in erg/cm2/{AA}/s
      real*4        e_Flux_2    ! (10-2W/m2/nm) Flux associated error, in erg/cm2/{AA}/s

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

C  Declarations for 'athi1216.dat'	! HI line (rest wavelength 1215.6702{AA}) in Fig. 6

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

      real*8        lambda_3    ! (0.1nm) Wavelength, in angstroms
      real*4        Flux_3      ! (10-2W/m2/nm) Flux of a given geocoronal emission line,
*                                        in erg/cm2/{AA}/s
      real*4        e_Flux_3    ! (10-2W/m2/nm) Flux associated error, in erg/cm2/{AA}/s

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

C  Loading file 'atoi1305.dat'	! OI line (rest wavelength 1304.8576{AA}) in Fig. 4

C  Format for file interpretation

    1 format(F11.6,3X,E17.10,4X,E16.10)

C  Effective file loading

      open(unit=1,status='old',file=
     +'atoi1305.dat')
      write(6,*) '....Loading file: atoi1305.dat'
      do i__=1,273
        read(1,'(A51)')ar__
        read(ar__,1)lambda,Flux,e_Flux
c    ..............Just test output...........
        write(6,1)lambda,Flux,e_Flux
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'atoi1306.dat'	! OI line (rest wavelength 1306.0286{AA}) in Fig. 4

C  Format for file interpretation

    2 format(F11.6,3X,E17.10,4X,E16.10)

C  Effective file loading

      open(unit=1,status='old',file=
     +'atoi1306.dat')
      write(6,*) '....Loading file: atoi1306.dat'
      do i__=1,272
        read(1,'(A51)')ar__1
        read(ar__1,2)lambda_1,Flux_1,e_Flux_1
c    ..............Just test output...........
        write(6,2)lambda_1,Flux_1,e_Flux_1
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'atoi1302.dat'	! OI line (rest wavelength 1302.1685{AA}) in Fig. 5

C  Format for file interpretation

    3 format(F11.6,3X,E17.10,4X,E16.10)

C  Effective file loading

      open(unit=1,status='old',file=
     +'atoi1302.dat')
      write(6,*) '....Loading file: atoi1302.dat'
      do i__=1,271
        read(1,'(A51)')ar__2
        read(ar__2,3)lambda_2,Flux_2,e_Flux_2
c    ..............Just test output...........
        write(6,3)lambda_2,Flux_2,e_Flux_2
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'athi1216.dat'	! HI line (rest wavelength 1215.6702{AA}) in Fig. 6

C  Format for file interpretation

    4 format(F11.6,3X,E17.10,4X,E16.10)

C  Effective file loading

      open(unit=1,status='old',file=
     +'athi1216.dat')
      write(6,*) '....Loading file: athi1216.dat'
      do i__=1,272
        read(1,'(A51)')ar__3
        read(ar__3,4)lambda_3,Flux_3,e_Flux_3
c    ..............Just test output...........
        write(6,4)lambda_3,Flux_3,e_Flux_3
c    .......End.of.Just test output...........
      end do
      close(1)

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