FORTRAN Generation
(/./ftp/cats/J/ApJ/704/842)

Conversion of standardized ReadMe file for file /./ftp/cats/J/ApJ/704/842 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/ApJ/704/842       VIRUS-P spectroscopy of NGC 5194             (Blanc+, 2009)
*================================================================================
*The spatially resolved star formation law from integral field spectroscopy:
*VIRUS-P observations of NGC 5194.
*    Blanc G.A., Heiderman A., Gebhardt K., Evans N.J., Adams J.
*   <Astrophys. J., 704, 842-862 (2009)>
*   =2009ApJ...704..842B
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table1.dat'	! Nebular emission line fluxes, gas surface
                             densities, and SFR surface densities

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

C  J2000 position composed of: RAh RAm RAs DE- DEd DEm DEs
      real*8        RAdeg       ! (deg) Right Ascension J2000
      real*8        DEdeg       ! (deg)     Declination J2000
C  ---------------------------------- ! (position vector(s) in degrees)

      integer*4     ID          ! Running identification number
      integer*4     RAh         ! (h) Hour of Right Ascension (J2000)
      integer*4     RAm         ! (min) Minute of Right Ascension (J2000)
      real*4        RAs         ! (s) Second of Right Ascension (J2000)
      character*1   DE_         ! Sign of the Declination (J2000)
      integer*4     DEd         ! (deg) Degree of Declination (J2000)
      integer*4     DEm         ! (arcmin) Arcminute of Declination (J2000)
      real*4        DEs         ! (arcsec) Arcsecond of Declination (J2000)
      real*4        Hb          ! (10-19W/m2) The H{beta} line flux (1)
      real*4        e_Hb        ! (10-19W/m2) Uncertainty in Hb (1)
      real*4        N6548       ! (10-19W/m2) The [NII](6548) line flux (1)
      real*4        e_N6548     ! (10-19W/m2) Uncertainty in N6548 (1)
      real*4        Ha          ! (10-19W/m2) The H{alpha} line flux (1)
      real*4        e_Ha        ! (10-19W/m2) Uncertainty in Ha (1)
      real*8        N6584       ! (10-19W/m2) The [NII](6584) line flux (1)
      real*4        e_N6584     ! (10-19W/m2) Uncertainty in N6584 (1)
      real*4        S6717       ! (10-19W/m2) The [SII](6717) line flux (1)
      real*4        e_S6717     ! (10-19W/m2) Uncertainty in S6717 (1)
      real*4        S6731       ! (10-19W/m2) The [SII](6731) line flux (1)
      real*4        e_S6731     ! (10-19W/m2) Uncertainty in S6731 (1)
      real*8        SigH2       ! (Msun/pc2) Molecular H_2_ gas surface density
      real*4        e_SigH2     ! (Msun/pc2) Uncertainty in SigH2
      real*4        SigHI       ! (Msun/pc2) Atomic HI gas surface density
      real*4        e_SigHI     ! (Msun/pc2) Uncertainty in SigHI
      real*8        SigSFR      ! (Msun/yr/kpc2) Star formation rate surface density
      real*8        e_SigSFR    ! (Msun/yr/kpc2) Uncertainty in SigSFR
*Note (1): In units of 10^-16^erg/s/cm^2^.

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

C  Loading file 'table1.dat'	! Nebular emission line fluxes, gas surface
*                             densities, and SFR surface densities

C  Format for file interpretation

    1 format(
     +  I3,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,1X,F6.2,1X,F4.2,
     +  1X,F6.2,1X,F4.2,1X,F6.2,1X,F4.2,1X,F7.2,1X,F4.2,1X,F6.2,1X,
     +  F4.2,1X,F6.2,1X,F4.2,1X,F7.2,1X,F5.2,1X,F5.2,1X,F4.2,1X,F7.5,
     +  1X,F7.5)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table1.dat')
      write(6,*) '....Loading file: table1.dat'
      do i__=1,735
        read(1,'(A141)')ar__
        read(ar__,1)
     +  ID,RAh,RAm,RAs,DE_,DEd,DEm,DEs,Hb,e_Hb,N6548,e_N6548,Ha,e_Ha,
     +  N6584,e_N6584,S6717,e_S6717,S6731,e_S6731,SigH2,e_SigH2,SigHI,
     +  e_SigHI,SigSFR,e_SigSFR
        RAdeg = rNULL__
        DEdeg = rNULL__
c  Derive coordinates RAdeg and DEdeg from input data
c  (RAdeg and DEdeg are set to rNULL__ when unknown)
        if(RAh .GT. -180) RAdeg=RAh*15.
        if(RAm .GT. -180) RAdeg=RAdeg+RAm/4.
        if(RAs .GT. -180) RAdeg=RAdeg+RAs/240.
        if(DEd .GE. 0) DEdeg=DEd
        if(DEm .GE. 0) DEdeg=DEdeg+DEm/60.
        if(DEs .GE. 0) DEdeg=DEdeg+DEs/3600.
        if(DE_.EQ.'-'.AND.DEdeg.GE.0) DEdeg=-DEdeg
c    ..............Just test output...........
        write(6,1)
     +  ID,RAh,RAm,RAs,DE_,DEd,DEm,DEs,Hb,e_Hb,N6548,e_N6548,Ha,e_Ha,
     +  N6584,e_N6584,S6717,e_S6717,S6731,e_S6731,SigH2,e_SigH2,SigHI,
     +  e_SigHI,SigSFR,e_SigSFR
        write(6,'(6H Pos: 2F8.4)') RAdeg,DEdeg
c    .......End.of.Just test output...........
      end do
      close(1)

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