FORTRAN Generation
(/./ftp/cats/J/MNRAS/444/776)

Conversion of standardized ReadMe file for file /./ftp/cats/J/MNRAS/444/776 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-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/MNRAS/444/776  Transiting planets WASP-24, 25 and 26       (Southworth+, 2014)
*================================================================================
*High-precision photometry by telescope defocussing.
*VI. WASP-24, WASP-25 and WASP-26.
*    Southworth J., Hinse T. C., Burgdorf M., Calchi Novati S., Dominik M.,
*    Galianni P., Gerner T., Giannini E., Gu S.-H., Hundertmark M.,
*    Jorgensen U. G., Juncher D., Kerins E., Mancini L., Rabus M., Ricci D.,
*    Schaefer S., Skottfelt J., Tregloan-Reed J., Wang X.-B., Wertz O.,
*    Alsubai K., Andersen J. M., Bozza V., Bramich D. M., Browne P., Ciceri S.,
*    D'Ago D., Damerdji Y., Diehl C., Dodds P., Elyiv A., Fang X.-S., Finet F.,
*    Figuera Jaimes R., Hardis S., Harpsoe K., Jessen-Hansen J., Kains N.,
*    Kjeldsen H., Korhonen H., Liebig C., Lund M. N., Lundkvist M., Mathiasen M.,
*    Penny M. T., Popovas A., Proft S., Rahvar S., Sahu K., Scarpetta G.,
*    Schmidt R. W., Schoenebeck F., Snodgrass C., Street R. A., Surdej J.,
*    Tsapras Y., Vilela C.
*   <Mon. Not. R. Astron. Soc. 444, 776 (2014)>
*   =2014MNRAS.444..776S
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'wasp24r.dat'	! R-band photometry of WASP-24

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

      real*8        BJD         ! (d) Barycentric JD for the midpoint of observation (TDB)
      real*8        mag         ! (mag) Differential magnitude in Band
      real*8        e_mag       ! (mag) Measurement error of the magnitude
      character*1   Band        ! [RI] Bessel R or I band

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

C  Declarations for 'wasp24i.dat'	! I-band photometry of WASP-24

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

      real*8        BJD_1       ! (d) Barycentric JD for the midpoint of observation (TDB)
      real*8        mag_1       ! (mag) Differential magnitude in Band
      real*8        e_mag_1     ! (mag) Measurement error of the magnitude
      character*1   Band_1      ! [RI] Bessel R or I band

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

C  Declarations for 'wasp25r.dat'	! R-band photometry of WASP-25

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

      real*8        BJD_2       ! (d) Barycentric JD for the midpoint of observation (TDB)
      real*8        mag_2       ! (mag) Differential magnitude in Band
      real*8        e_mag_2     ! (mag) Measurement error of the magnitude
      character*1   Band_2      ! [RI] Bessel R or I band

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

C  Declarations for 'wasp26i.dat'	! I-band photometry of WASP-26

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

      real*8        BJD_3       ! (d) Barycentric JD for the midpoint of observation (TDB)
      real*8        mag_3       ! (mag) Differential magnitude in Band
      real*8        e_mag_3     ! (mag) Measurement error of the magnitude
      character*1   Band_3      ! [RI] Bessel R or I band

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

C  Loading file 'wasp24r.dat'	! R-band photometry of WASP-24

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'wasp24r.dat')
      write(6,*) '....Loading file: wasp24r.dat'
      do i__=1,347
        read(1,'(A38)')ar__
        read(ar__,1)BJD,mag,e_mag,Band
c    ..............Just test output...........
        write(6,1)BJD,mag,e_mag,Band
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'wasp24i.dat'	! I-band photometry of WASP-24

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'wasp24i.dat')
      write(6,*) '....Loading file: wasp24i.dat'
      do i__=1,422
        read(1,'(A38)')ar__1
        read(ar__1,2)BJD_1,mag_1,e_mag_1,Band_1
c    ..............Just test output...........
        write(6,2)BJD_1,mag_1,e_mag_1,Band_1
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'wasp25r.dat'	! R-band photometry of WASP-25

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'wasp25r.dat')
      write(6,*) '....Loading file: wasp25r.dat'
      do i__=1,384
        read(1,'(A38)')ar__2
        read(ar__2,3)BJD_2,mag_2,e_mag_2,Band_2
c    ..............Just test output...........
        write(6,3)BJD_2,mag_2,e_mag_2,Band_2
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'wasp26i.dat'	! I-band photometry of WASP-26

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'wasp26i.dat')
      write(6,*) '....Loading file: wasp26i.dat'
      do i__=1,891
        read(1,'(A38)')ar__3
        read(ar__3,4)BJD_3,mag_3,e_mag_3,Band_3
c    ..............Just test output...........
        write(6,4)BJD_3,mag_3,e_mag_3,Band_3
c    .......End.of.Just test output...........
      end do
      close(1)

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