FORTRAN Generation
()

Conversion of standardized ReadMe file for catalog 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-19
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. V/127A         MASH Catalogues of Planetary Nebulae        (Parker+ 2006-2008)
*================================================================================
*The Macquarie/AAO/Strasbourg H{alpha}  Planetary Nebula Catalogue (MASH)
*    Parker Q.A., Acker A., Frew D.J., Hartley M., Peyaud A.E.J., Phillipps S.,
*    Russeil D., Beaulieu S.F., Cohen M., Koppen J., Marcout J., Miszalski B.,
*    Morgan D.H., Morris R.A.H., Ochsenbein F., Pierce M.J.,
*   <Mon. Not. R. Astron. Soc., 373, 79-94 (2006)>
*   =2006MNRAS.373...79P
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'mash1.dat'	! The MASH Catalog of Planetary Nebulae (paper I)

      integer*4 nr__
      parameter (nr__=903)	! Number of records
      character*368 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)

      character*1   n_PNG       ! [TLP] True, Likely or Possible PN nature
      character*12  PNG         ! Name of PN, based on Galactic position (1)
      character*13  Name        ! Usual name of the PN (2)
      integer*4     RAh         ! (h) Right Ascension J2000 (hours)
      integer*4     RAm         ! (min) Right Ascension J2000 (minutes)
      real*4        RAs         ! (s) Right Ascension J2000 (seconds)
      character*1   DE_         ! Declination J2000 (sign)
      integer*4     DEd         ! (deg) Declination J2000 (degrees)
      integer*4     DEm         ! (arcmin) Declination J2000 (minutes)
      integer*4     DEs         ! (arcsec) Declination J2000 (seconds)
      real*8        GLon        ! (deg) Galactic longitude
      real*8        GLat        ! (deg) Galactic latitude
      real*4        MajDiam     ! (arcsec) ? Major diameter of the PN from H{alpha} image
      real*4        MinDiam     ! (arcsec) ? Minor diameter of the PN from H{alpha} image
      character*7   CS          ! Type of central star (4)
      character*7   Morph       ! Morphology of the nebula
      character*3   Tel         ! Telescope used (3)
      character*10  ObsDate     ! ("D/M/Y") ? Date of first spectroscopic observation
      character*7   HaExp       ! H{alpha} survey exposure number (5)
      character*7   HaFld       ! H{alpha} survey field number (5)
      character*231 Comments    ! Notes and comments
*Note (1): This designation follows the accepted IAU convention introduced
*    in the "Strasbourg-ESO Catalogue of Galactic Planetary Nebulae" (Acker
*    et al., 1992, Cat. V/84)
*Note (2): This name was used also in the preliminary 2001 CD-ROM, and
*    uses initials of prime discoverer surnames followed by truncated
*    equatorial coordinates; the initials are PHR (Parker, Hartley,
*    Russeil), PPA (Peyaud, Parker, Acker) and FP (Frew, Parker).
*Note (3): Telescope used for the first spectroscopic observation:
*    M1 = MSSSO 1.9m (Mount Stromlo, Australia)
*    MS = MSSSO 2.3m (Mount Stromlo, Australia)
*    SA = SAAO 1.9m  (South Africa)
*    FL = FLAIR MOS system on UKST (Australia)
*    6D = 6dF MOS system on UKST (Australia)
*    E1 = ESO 1.5m (Chile)
*    OH = OHP 1.9m
*    AAT = Anglo-Australian Telescope
*    VLT = ESO Very Large Telescope
*Note (4): In mash2.dat only. It indicates the presence of a central star,
*   and  may take the values B (blue), [WR] (Wolf-Rayet star) or
*   wels (weak emission-line star).
*Note (5): in mash1.dat only.

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

C  Loading file 'mash1.dat'	! The MASH Catalog of Planetary Nebulae (paper I)

C  Format for file interpretation

    1 format(
     +  A1,2X,A12,1X,A13,1X,I2,1X,I2,1X,F4.1,1X,A1,I2,1X,I2,1X,I2,2X,
     +  F8.4,1X,F8.4,3X,F6.1,1X,F6.1,2X,A7,1X,A7,1X,A3,1X,A10,3X,A7,
     +  1X,A7,2X,A231)

C  Effective file loading

      open(unit=1,status='old',file=
     +'V/127A/mash1.dat')
      write(6,*) '....Loading file: mash1.dat'
      do i__=1,903
        read(1,'(A368)')ar__
        read(ar__,1)
     +  n_PNG,PNG,Name,RAh,RAm,RAs,DE_,DEd,DEm,DEs,GLon,GLat,MajDiam,
     +  MinDiam,CS,Morph,Tel,ObsDate,HaExp,HaFld,Comments
        if(ar__(73:78) .EQ. '') MajDiam = rNULL__
        if(ar__(80:85) .EQ. '') MinDiam = rNULL__
        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)
     +  n_PNG,PNG,Name,RAh,RAm,RAs,DE_,DEd,DEm,DEs,GLon,GLat,MajDiam,
     +  MinDiam,CS,Morph,Tel,ObsDate,HaExp,HaFld,Comments
        write(6,'(6H Pos: 2F8.4)') RAdeg,DEdeg
c    .......End.of.Just test output...........
      end do
      close(1)

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