FORTRAN Generation
(/./ftp/cats/J/AJ/136/2115)

Conversion of standardized ReadMe file for file /./ftp/cats/J/AJ/136/2115 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/AJ/136/2115       SDSS/CIG galaxies classification   (Hernandez-Toledo+, 2008)
*================================================================================
*A morphological re-evaluation of galaxies in common from the Catalog of Isolated
*Galaxies and the Sloan Digital Sky Survey (DR6).
*    Hernandez-Toledo H.M., Vazquez-Mata J.A., Martinez-Vazquez L.A.,
*    Avila-Reese V., Mendez-Hernandez H., Ortega-Esbri S., Miranda Nunez J.P.
*   <Astron. J., 136, 2115-2135 (2008)>
*   =2008AJ....136.2115H
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table2.dat'	! Detailed morphology for the CIG{intersect}SDSS
                              sample (V_r_>1000km/s)

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

      integer*4     CIG        (nr__) ! CIG (Cat. VII/82) catalog number
      character*4   Leda       (nr__) ! HyperLeda (Cat. VII/237) Hubble type
      character*13  Tned       (nr__) ! NED Hubble type
      character*10  MType      (nr__) ! Hubble type from this work
      real*4        Incl       (nr__) ! HyperLeda (Cat. VII/237) inclination to
*                                   line-of-sight
      character*7   S06        (nr__) ! Sulentic et al. (2006, Cat. J/A+A/449/937)
*                                   Hubble type (only in table2)

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

C  Declarations for 'table3.dat'	! Detailed morphology for the CIG{intersect}SDSS
                              sample (V_r_<1000km/s)

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

      integer*4     CIG_1      (nr__1) ! CIG (Cat. VII/82) catalog number
      character*4   Leda_1     (nr__1) ! HyperLeda (Cat. VII/237) Hubble type
      character*13  Tned_1     (nr__1) ! NED Hubble type
      character*10  MType_1    (nr__1) ! Hubble type from this work
      real*4        Incl_1     (nr__1) ! HyperLeda (Cat. VII/237) inclination to
*                                   line-of-sight
      character*7   S06_1      (nr__1) ! Sulentic et al. (2006, Cat. J/A+A/449/937)
*                                   Hubble type (only in table2)

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

C  Declarations for 'table4.dat'	! CAS structural parameters (concentration, asymmetry
                              and clumpiness) and their errors in the r band for
                              the CIG{intersect}SDSS sample

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

      integer*4     CIG_2      (nr__2) ! CIG (Cat. VII/82) catalog number
      real*4        C          (nr__2) ! SDSS r band concentration structural parameter
      real*4        e_C        (nr__2) ! Error in C
      real*4        A          (nr__2) ! SDSS r band asymmetry structural parameter
      real*4        e_A        (nr__2) ! Error in A
      real*4        S          (nr__2) ! SDSS r band clumpiness structural parameter
      real*4        e_S        (nr__2) ! Error in S

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

C  Loading file 'table2.dat'	! Detailed morphology for the CIG{intersect}SDSS
*                              sample (V_r_>1000km/s)

C  Format for file interpretation

    1 format(4X,I4,1X,A4,1X,A13,1X,A10,1X,F5.2,1X,A7)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2.dat')
      write(6,*) '....Loading file: table2.dat'
      do i__=1,512
        read(1,'(A52)')ar__
        read(ar__,1)
     +  CIG(i__),Leda(i__),Tned(i__),MType(i__),Incl(i__),S06(i__)
c    ..............Just test output...........
        write(6,1)
     +  CIG(i__),Leda(i__),Tned(i__),MType(i__),Incl(i__),S06(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table3.dat'	! Detailed morphology for the CIG{intersect}SDSS
*                              sample (V_r_<1000km/s)

C  Format for file interpretation

    2 format(4X,I4,1X,A4,1X,A13,1X,A10,1X,F5.2,1X,A7)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table3.dat')
      write(6,*) '....Loading file: table3.dat'
      do i__=1,37
        read(1,'(A52)')ar__1
        read(ar__1,2)
     +  CIG_1(i__),Leda_1(i__),Tned_1(i__),MType_1(i__),Incl_1(i__),
     +  S06_1(i__)
c    ..............Just test output...........
        write(6,2)
     +  CIG_1(i__),Leda_1(i__),Tned_1(i__),MType_1(i__),Incl_1(i__),
     +  S06_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table4.dat'	! CAS structural parameters (concentration, asymmetry
*                              and clumpiness) and their errors in the r band for
*                              the CIG{intersect}SDSS sample

C  Format for file interpretation

    3 format(4X,I4,1X,F5.3,1X,F5.3,1X,F5.3,1X,F5.3,1X,F6.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table4.dat')
      write(6,*) '....Loading file: table4.dat'
      do i__=1,454
        read(1,'(A45)')ar__2
        read(ar__2,3)
     +  CIG_2(i__),C(i__),e_C(i__),A(i__),e_A(i__),S(i__),e_S(i__)
c    ..............Just test output...........
        write(6,3)
     +  CIG_2(i__),C(i__),e_C(i__),A(i__),e_A(i__),S(i__),e_S(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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