FORTRAN Generation
(/./ftp/cats/J/AZh/83/310)

Conversion of standardized ReadMe file for file /./ftp/cats/J/AZh/83/310 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-29
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/AZh/83/310        BV(RI)c photometry of S5 0716+714       (Amirkhanyan+, 2006)
*================================================================================
*BVRI observations of the radio source S5 0716+71.
*    Amirkhanyan V.R.
*   <Astron. Zh. 83, 310 (2006)>
*   =2006AZh....83..310A
*   =2006ARep..50...273A
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'tableb.dat'	! Johnson B photometry

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

      real*8        JD          ! (d) [2450833/2451919] Julian date
      real*4        mag         ! (mag) B,V,Rc or Ic magnitude
      real*4        e_mag       ! (mag) Uncertainty in magnitude

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

C  Declarations for 'tablev.dat'	! Johnson V photometry

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

      real*8        JD_1        ! (d) [2450833/2451919] Julian date
      real*4        mag_1       ! (mag) B,V,Rc or Ic magnitude
      real*4        e_mag_1     ! (mag) Uncertainty in magnitude

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

C  Declarations for 'tabler.dat'	! Cousins R photometry

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

      real*8        JD_2        ! (d) [2450833/2451919] Julian date
      real*4        mag_2       ! (mag) B,V,Rc or Ic magnitude
      real*4        e_mag_2     ! (mag) Uncertainty in magnitude

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

C  Declarations for 'tablei.dat'	! Cousins I photometry

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

      real*8        JD_3        ! (d) [2450833/2451919] Julian date
      real*4        mag_3       ! (mag) B,V,Rc or Ic magnitude
      real*4        e_mag_3     ! (mag) Uncertainty in magnitude

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

C  Loading file 'tableb.dat'	! Johnson B photometry

C  Format for file interpretation

    1 format(F12.4,2X,F5.2,2X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tableb.dat')
      write(6,*) '....Loading file: tableb.dat'
      do i__=1,237
        read(1,'(A26)')ar__
        read(ar__,1)JD,mag,e_mag
c    ..............Just test output...........
        write(6,1)JD,mag,e_mag
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'tablev.dat'	! Johnson V photometry

C  Format for file interpretation

    2 format(F12.4,2X,F5.2,2X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tablev.dat')
      write(6,*) '....Loading file: tablev.dat'
      do i__=1,247
        read(1,'(A26)')ar__1
        read(ar__1,2)JD_1,mag_1,e_mag_1
c    ..............Just test output...........
        write(6,2)JD_1,mag_1,e_mag_1
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'tabler.dat'	! Cousins R photometry

C  Format for file interpretation

    3 format(F12.4,2X,F5.2,2X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tabler.dat')
      write(6,*) '....Loading file: tabler.dat'
      do i__=1,278
        read(1,'(A26)')ar__2
        read(ar__2,3)JD_2,mag_2,e_mag_2
c    ..............Just test output...........
        write(6,3)JD_2,mag_2,e_mag_2
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'tablei.dat'	! Cousins I photometry

C  Format for file interpretation

    4 format(F12.4,2X,F5.2,2X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tablei.dat')
      write(6,*) '....Loading file: tablei.dat'
      do i__=1,181
        read(1,'(A26)')ar__3
        read(ar__3,4)JD_3,mag_3,e_mag_3
c    ..............Just test output...........
        write(6,4)JD_3,mag_3,e_mag_3
c    .......End.of.Just test output...........
      end do
      close(1)

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