FORTRAN Generation
(/./ftp/cats/J/A_A/597/A48)

Conversion of standardized ReadMe file for file /./ftp/cats/J/A_A/597/A48 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-Apr-20
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/597/A48       Stellar kinematics in CALIFA survey (Falcon-Barroso+, 2017)
*================================================================================
*Stellar kinematics across the Hubble sequence in the CALIFA survey:
*general properties and aperture corrections.
*    Falcon-Barroso J., Lyubenova M., van de Ven G., Mendez-Abreu J.,
*    Aguerri J.A.L., Garcia-Lorenzo B., Bekeraite S., Sanchez S.F., Husemann B.,
*    Garcia-Benito R., Mast D., Walcher C.J., Zibetti S.,
*    Barrera-Ballesteros J.K., Galbany L., Sanchez-Blazquez P., Singh R.,
*    van den Bosch R.C.E., Wild V., Zhu L., Bland-Hawthorn J., Cid Fernandes R.,
*    de Lorenzo-Caceres A., Gallazzi A., Gonzalez Delgado R.M., Marino R.A.,
*    Marquez I., Perez E., Perez I., Roth M.M., Rosales-Ortega F.F.,
*    Ruiz-lara T., Wisotzki L., Ziegler B.
*   <Astron. Astrophys., 597, A48 (2017)>
*   =2017A&A...597A..48F    (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'tableb1.dat'	! Basic properties of the CALIFA stellar
                                 kinematics sample

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

      character*15  Name        ! Galaxy name
      integer*4     ID          ! CALIFA identification number for each galaxy
      real*4        z           ! Redshift of the galaxy from SDSS
*                                   (Abazajian et al. 2009ApJS..182..543A)
      integer*4     PA          ! (deg) [] Position angle of the galaxy measured in
*                                   the outer parts, using SDSS images
      real*4        eps         ! Average ellipticity measured in the outer
*                                   parts of the galaxy, using SDSS images
      character*3   Type        ! Hubble type of the galaxy from
*                                   Walcher et al. (2014A&A...569A...1W)
      real*4        M_          ! (10+10Msun) Total stellar mass of the galaxy (1)
      real*4        rMAG        ! (mag) Total absolute r magnitude from SDSS
*                                   (Abazajian et al. 2009ApJS..182..543A)
      integer*4     Reff        ! (arcsec) Effective radius of the galaxy (1)
      integer*4     Rmax        ! (arcsec) Maximum radial extent of our kinematic maps
*Note (1): measured as described in Walcher et al. (2014A&A...569A...1W)

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

C  Loading file 'tableb1.dat'	! Basic properties of the CALIFA stellar
*                                 kinematics sample

C  Format for file interpretation

    1 format(
     +  A15,1X,I4,1X,F5.3,1X,I3,1X,F4.2,1X,A3,1X,F5.2,1X,F6.2,1X,I2,
     +  1X,I2)

C  Effective file loading

      open(unit=1,status='old',file=
     +'tableb1.dat')
      write(6,*) '....Loading file: tableb1.dat'
      do i__=1,300
        read(1,'(A58)')ar__
        read(ar__,1)Name,ID,z,PA,eps,Type,M_,rMAG,Reff,Rmax
c    ..............Just test output...........
        write(6,1)Name,ID,z,PA,eps,Type,M_,rMAG,Reff,Rmax
c    .......End.of.Just test output...........
      end do
      close(1)

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