FORTRAN Generation
(/./ftp/cats/J/A_A/539/A28)

Conversion of standardized ReadMe file for file /./ftp/cats/J/A_A/539/A28 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 2024-Mar-28
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/539/A28  New transit photometry for super-Earth 55 Cnc e   (Gillon+, 2012)
*================================================================================
*Improved precision on the radius of the nearby super-Earth 55 Cnc e.
*    Gillon M., Demory B.-O., Benneke B., Valencia D., Deming D., Seager S.,
*    Lovis C., Mayor M., Pepe F., Queloz D., Segransan D., Udry S.
*   <Astron. Astrophys. 539, A28 (2012)>
*   =2012A&A...539A..28G
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'irac1.dat'	! IRAC 4.5 microns time-series photometry, 06/01/2011

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

      real*8        BJD        (nr__) ! (d) UTC Baselian Julian date
      real*8        Flux       (nr__) ! Normalized flux
      real*4        e_Flux     (nr__) ! rms uncertainty on Flux
      real*8        Xpos       (nr__) ! (pix) X position
      real*8        Ypos       (nr__) ! (pix) Y position

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

C  Declarations for 'irac2.dat'	! IRAC 4.5 microns time-series photometry, 20/06/2011

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

      real*8        BJD_1      (nr__1) ! (d) UTC Baselian Julian date
      real*8        Flux_1     (nr__1) ! Normalized flux
      real*4        e_Flux_1   (nr__1) ! rms uncertainty on Flux
      real*8        Xpos_1     (nr__1) ! (pix) X position
      real*8        Ypos_1     (nr__1) ! (pix) Y position

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

C  Declarations for 'most1.dat'	! *MOST time-series photometry, 07-09/02/2011

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

      real*8        BJD_2      (nr__2) ! (d) UTC Baselian Julian date
      real*8        Flux_2     (nr__2) ! Normalized flux
      real*8        e_Flux_2   (nr__2) ! rms uncertainty on Flux
      real*8        dx         (nr__2) ! (pix) Offset in X
      real*8        dy         (nr__2) ! (pix) Offset in Y
      real*8        Bck        (nr__2) ! Background counts (1)
      real*8        B          (nr__2) ! Magnetic field (1)
*Note (1): The magnetic field is in fact a calculated (not measured) value.
*          The background and magnetic field are not in physical units.

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

C  Declarations for 'most2.dat'	! *MOST time-series photometry, 09-11/02/2011

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

      real*8        BJD_3      (nr__3) ! (d) UTC Baselian Julian date
      real*8        Flux_3     (nr__3) ! Normalized flux
      real*8        e_Flux_3   (nr__3) ! rms uncertainty on Flux
      real*8        dx_1       (nr__3) ! (pix) Offset in X
      real*8        dy_1       (nr__3) ! (pix) Offset in Y
      real*8        Bck_1      (nr__3) ! Background counts (1)
      real*8        B_1        (nr__3) ! Magnetic field (1)
*Note (1): The magnetic field is in fact a calculated (not measured) value.
*          The background and magnetic field are not in physical units.

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

C  Declarations for 'most3.dat'	! *MOST time-series photometry, 12-15/02/2011

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

      real*8        BJD_4      (nr__4) ! (d) UTC Baselian Julian date
      real*8        Flux_4     (nr__4) ! Normalized flux
      real*8        e_Flux_4   (nr__4) ! rms uncertainty on Flux
      real*8        dx_2       (nr__4) ! (pix) Offset in X
      real*8        dy_2       (nr__4) ! (pix) Offset in Y
      real*8        Bck_2      (nr__4) ! Background counts (1)
      real*8        B_2        (nr__4) ! Magnetic field (1)
*Note (1): The magnetic field is in fact a calculated (not measured) value.
*          The background and magnetic field are not in physical units.

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

C  Declarations for 'most4.dat'	! *MOST time-series photometry, 15-17/02/2011

      integer*4 nr__5
      parameter (nr__5=653)	! Number of records
      character*73 ar__5  	! Full-size record

      real*8        BJD_5      (nr__5) ! (d) UTC Baselian Julian date
      real*8        Flux_5     (nr__5) ! Normalized flux
      real*8        e_Flux_5   (nr__5) ! rms uncertainty on Flux
      real*8        dx_3       (nr__5) ! (pix) Offset in X
      real*8        dy_3       (nr__5) ! (pix) Offset in Y
      real*8        Bck_3      (nr__5) ! Background counts (1)
      real*8        B_3        (nr__5) ! Magnetic field (1)
*Note (1): The magnetic field is in fact a calculated (not measured) value.
*          The background and magnetic field are not in physical units.

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

C  Declarations for 'most5.dat'	! *MOST time-series photometry, 17-19/02/2011

      integer*4 nr__6
      parameter (nr__6=653)	! Number of records
      character*73 ar__6  	! Full-size record

      real*8        BJD_6      (nr__6) ! (d) UTC Baselian Julian date
      real*8        Flux_6     (nr__6) ! Normalized flux
      real*8        e_Flux_6   (nr__6) ! rms uncertainty on Flux
      real*8        dx_4       (nr__6) ! (pix) Offset in X
      real*8        dy_4       (nr__6) ! (pix) Offset in Y
      real*8        Bck_4      (nr__6) ! Background counts (1)
      real*8        B_4        (nr__6) ! Magnetic field (1)
*Note (1): The magnetic field is in fact a calculated (not measured) value.
*          The background and magnetic field are not in physical units.

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

C  Loading file 'irac1.dat'	! IRAC 4.5 microns time-series photometry, 06/01/2011

C  Format for file interpretation

    1 format(F19.11,1X,F17.15,1X,E20.16,1X,F16.13,1X,F16.13)

C  Effective file loading

      open(unit=1,status='old',file=
     +'irac1.dat')
      write(6,*) '....Loading file: irac1.dat'
      do i__=1,5059
        read(1,'(A92)')ar__
        read(ar__,1)
     +  BJD(i__),Flux(i__),e_Flux(i__),Xpos(i__),Ypos(i__)
c    ..............Just test output...........
        write(6,1)
     +  BJD(i__),Flux(i__),e_Flux(i__),Xpos(i__),Ypos(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'irac2.dat'	! IRAC 4.5 microns time-series photometry, 20/06/2011

C  Format for file interpretation

    2 format(F19.11,1X,F17.15,1X,E20.16,1X,F16.13,1X,F16.13)

C  Effective file loading

      open(unit=1,status='old',file=
     +'irac2.dat')
      write(6,*) '....Loading file: irac2.dat'
      do i__=1,6197
        read(1,'(A92)')ar__1
        read(ar__1,2)
     +  BJD_1(i__),Flux_1(i__),e_Flux_1(i__),Xpos_1(i__),Ypos_1(i__)
c    ..............Just test output...........
        write(6,2)
     +  BJD_1(i__),Flux_1(i__),e_Flux_1(i__),Xpos_1(i__),Ypos_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'most1.dat'	! *MOST time-series photometry, 07-09/02/2011

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'most1.dat')
      write(6,*) '....Loading file: most1.dat'
      do i__=1,641
        read(1,'(A73)')ar__2
        read(ar__2,3)
     +  BJD_2(i__),Flux_2(i__),e_Flux_2(i__),dx(i__),dy(i__),Bck(i__),
     +  B(i__)
c    ..............Just test output...........
        write(6,3)
     +  BJD_2(i__),Flux_2(i__),e_Flux_2(i__),dx(i__),dy(i__),Bck(i__),
     +  B(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'most2.dat'	! *MOST time-series photometry, 09-11/02/2011

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'most2.dat')
      write(6,*) '....Loading file: most2.dat'
      do i__=1,643
        read(1,'(A73)')ar__3
        read(ar__3,4)
     +  BJD_3(i__),Flux_3(i__),e_Flux_3(i__),dx_1(i__),dy_1(i__),
     +  Bck_1(i__),B_1(i__)
c    ..............Just test output...........
        write(6,4)
     +  BJD_3(i__),Flux_3(i__),e_Flux_3(i__),dx_1(i__),dy_1(i__),
     +  Bck_1(i__),B_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'most3.dat'	! *MOST time-series photometry, 12-15/02/2011

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'most3.dat')
      write(6,*) '....Loading file: most3.dat'
      do i__=1,652
        read(1,'(A73)')ar__4
        read(ar__4,5)
     +  BJD_4(i__),Flux_4(i__),e_Flux_4(i__),dx_2(i__),dy_2(i__),
     +  Bck_2(i__),B_2(i__)
c    ..............Just test output...........
        write(6,5)
     +  BJD_4(i__),Flux_4(i__),e_Flux_4(i__),dx_2(i__),dy_2(i__),
     +  Bck_2(i__),B_2(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'most4.dat'	! *MOST time-series photometry, 15-17/02/2011

C  Format for file interpretation

    6 format(F14.6,1X,F8.6,1X,F8.6,1X,F9.6,1X,F9.6,1X,F10.7,F10.7)

C  Effective file loading

      open(unit=1,status='old',file=
     +'most4.dat')
      write(6,*) '....Loading file: most4.dat'
      do i__=1,653
        read(1,'(A73)')ar__5
        read(ar__5,6)
     +  BJD_5(i__),Flux_5(i__),e_Flux_5(i__),dx_3(i__),dy_3(i__),
     +  Bck_3(i__),B_3(i__)
c    ..............Just test output...........
        write(6,6)
     +  BJD_5(i__),Flux_5(i__),e_Flux_5(i__),dx_3(i__),dy_3(i__),
     +  Bck_3(i__),B_3(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'most5.dat'	! *MOST time-series photometry, 17-19/02/2011

C  Format for file interpretation

    7 format(F14.6,1X,F8.6,1X,F8.6,1X,F9.6,1X,F9.6,1X,F10.7,F10.7)

C  Effective file loading

      open(unit=1,status='old',file=
     +'most5.dat')
      write(6,*) '....Loading file: most5.dat'
      do i__=1,653
        read(1,'(A73)')ar__6
        read(ar__6,7)
     +  BJD_6(i__),Flux_6(i__),e_Flux_6(i__),dx_4(i__),dy_4(i__),
     +  Bck_4(i__),B_4(i__)
c    ..............Just test output...........
        write(6,7)
     +  BJD_6(i__),Flux_6(i__),e_Flux_6(i__),dx_4(i__),dy_4(i__),
     +  Bck_4(i__),B_4(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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