FORTRAN Generation
(/./ftp/cats/J/ApJ/297/582)

Conversion of standardized ReadMe file for file /./ftp/cats/J/ApJ/297/582 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/ApJ/297/582       NGC 2213 BR photometry (Da Costa+, 1985)
*================================================================================
*The age of the LMC globular cluster NGC 2213
*      Da Costa G.S., Mould J.R., Crawford M.D.
*     <Astrophys. J. 297, 582 (1985)>
*     =1985ApJ...297..582D      (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table2'	! NGC 2213 cluster photometry

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

      integer*4     Star        ! Star number
      real*4        Rmag        ! (mag) R magnitude
      real*4        B_R         ! (mag) B- R color index
      integer*4     Xpos        ! (pix) X position (1)
      integer*4     Ypos        ! (pix) Y position (1)
      character*5   Id          ! Cross-Identification (only in table4) (2)
*Note (1): East is up, and south is to the left.
*Note (2): Cross-identification to table1 and table2

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

C  Declarations for 'table3'	! NGC 2213 field star photometry

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

      integer*4     Star_1      ! Star number
      real*4        Rmag_1      ! (mag) R magnitude
      real*4        B_R_1       ! (mag) B- R color index
      integer*4     Xpos_1      ! (pix) X position (1)
      integer*4     Ypos_1      ! (pix) Y position (1)
      character*5   Id_1        ! Cross-Identification (only in table4) (2)
*Note (1): East is up, and south is to the left.
*Note (2): Cross-identification to table1 and table2

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

C  Declarations for 'table4'	! NGC 2213 photometry from short-exposure frames

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

      integer*4     Star_2      ! Star number
      real*4        Rmag_2      ! (mag) R magnitude
      real*4        B_R_2       ! (mag) B- R color index
      integer*4     Xpos_2      ! (pix) X position (1)
      integer*4     Ypos_2      ! (pix) Y position (1)
      character*5   Id_2        ! Cross-Identification (only in table4) (2)
*Note (1): East is up, and south is to the left.
*Note (2): Cross-identification to table1 and table2

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

C  Loading file 'table2'	! NGC 2213 cluster photometry

C  Format for file interpretation

    1 format(I3,1X,F5.2,1X,F5.2,1X,I3,1X,I3,1X,A5)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2')
      write(6,*) '....Loading file: table2'
      do i__=1,342
        read(1,'(A29)')ar__
        read(ar__,1)Star,Rmag,B_R,Xpos,Ypos,Id
c    ..............Just test output...........
        write(6,1)Star,Rmag,B_R,Xpos,Ypos,Id
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table3'	! NGC 2213 field star photometry

C  Format for file interpretation

    2 format(I3,1X,F5.2,1X,F5.2,1X,I3,1X,I3,1X,A5)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table3')
      write(6,*) '....Loading file: table3'
      do i__=1,113
        read(1,'(A29)')ar__1
        read(ar__1,2)Star_1,Rmag_1,B_R_1,Xpos_1,Ypos_1,Id_1
c    ..............Just test output...........
        write(6,2)Star_1,Rmag_1,B_R_1,Xpos_1,Ypos_1,Id_1
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table4'	! NGC 2213 photometry from short-exposure frames

C  Format for file interpretation

    3 format(I3,1X,F5.2,1X,F5.2,1X,I3,1X,I3,1X,A5)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table4')
      write(6,*) '....Loading file: table4'
      do i__=1,168
        read(1,'(A29)')ar__2
        read(ar__2,3)Star_2,Rmag_2,B_R_2,Xpos_2,Ypos_2,Id_2
c    ..............Just test output...........
        write(6,3)Star_2,Rmag_2,B_R_2,Xpos_2,Ypos_2,Id_2
c    .......End.of.Just test output...........
      end do
      close(1)

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