FORTRAN Generation
(/./ftp/cats/J/PASP/122/683)

Conversion of standardized ReadMe file for file /./ftp/cats/J/PASP/122/683 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-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. J/PASP/122/683      SAGE-Spec Spitzer legacy program         (Kemper+, 2010)
*================================================================================
*The SAGE-spec Spitzer Legacy program:
*the life cycle of dust and gas in the Large Magellanic cloud.
*    Kemper F., Woods P.M., Antoniou V., Bernard J.-P., Blum R.D., Boyer M.L.,
*    Chan J., Chen C.-H.R., Cohen M., Dijkstra C., Engelbracht C., Galametz M.,
*    Galliano F., Gielen C., Gordon K.D., Gorjian V., Harris J., Hony S.,
*    Hora J.L., Indebetouw R., Jones O., Kawamura A., Lagadec E., Lawton B.,
*    Leisenring J.M., Madden S.C., Marengo M., Matsuura M., McDonald I.,
*    McGuire C., Meixner M., Mulia A.J., O'Halloran B., Oliveira J.M.,
*    Paladini R., Paradis D., Reach W.T., Rubin D., Sandstrom K., Sargent B.A.,
*    Sewilo M., Shiao B., Sloan G.C., Speck A.K., Srinivasan S., Szczerba R.,
*    Tielens A.G.G.M., van Aarle E., van Dyk S.D., van Loon J.T.,
*    Van Winckel H., Vijh U.P., Volk K., Whitney B.A., Wilkins A.N.,
*    Zijlstra A.A.
*   <Publ. Astron. Soc. Pac., 122, 683-700 (2010)>
*   =2010PASP..122..683K    (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table2.dat'	! Archival IRS staring mode observations within
                              the SAGE-LMC footprint

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

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

      integer*4     AOR        (nr__) ! AOR Key
      integer*4     RAh        (nr__) ! (h) IRS right ascension (J2000) requested
      integer*4     RAm        (nr__) ! (min) IRS right ascension (J2000) requested
      real*4        RAs        (nr__) ! (s) IRS right ascension (J2000) requested
      character*1   DE_        (nr__) ! IRS declination sign (J2000) requested
      integer*4     DEd        (nr__) ! (deg) IRS declination (J2000) requested
      integer*4     DEm        (nr__) ! (arcmin) IRS declination (J2000) requested
      real*4        DEs        (nr__) ! (arcsec) IRS declination (J2000) requested
      integer*4     PropID     (nr__) ! Proposal ID
      character*12  PI         (nr__) ! PI name
      integer*4     AORMIPS    (nr__) ! ? Key MIPS SED

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

C  Declarations for 'table3.dat'	! Point sources targeted with the IRS staring mode
                              as part of the SAGE-Spec program

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

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

      integer*4     Seq        (nr__1) ! [1/197]+ Sequential number
      integer*4     AOR_1      (nr__1) ! AOR Key
      integer*4     RAh_1      (nr__1) ! (h) IRS right ascension (J2000)
      integer*4     RAm_1      (nr__1) ! (min) IRS right ascension (J2000)
      real*4        RAs_1      (nr__1) ! (s) IRS right ascension (J2000)
      character*1   DE__1      (nr__1) ! IRS declination sign (J2000)
      integer*4     DEd_1      (nr__1) ! (deg) IRS declination (J2000)
      integer*4     DEm_1      (nr__1) ! (arcmin) IRS declination (J2000)
      real*4        DEs_1      (nr__1) ! (arcsec) IRS declination (J2000)
      character*22  SSTISAGE   (nr__1) ! SAGE designation, [M12]C JHHMMSS.ss+DDMMSS.s
      character*6   Module     (nr__1) ! Modules (SL, LL)
      character*25  Name       (nr__1) ! Other name
      integer*4     AORMIPS_1  (nr__1) ! ? AOR Key MIPS SED
      character*7   Rem        (nr__1) ! Remarks

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

C  Declarations for 'table4.dat'	! Point sources targeted with the IRS staring mode
                              as part of the SAGE-Spec program, Part II

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

      integer*4     Seq_1      (nr__2) ! [1/197]+ Sequential number
      real*4        Jmag       (nr__2) ! (mag) ?=- 2MASS J magnitude
      real*4        Hmag       (nr__2) ! (mag) ?=- 2MASS H magnitude
      real*4        Kmag       (nr__2) ! (mag) ?=- 2MASS Ks magnitude
      real*4        v_3_6_     (nr__2) ! (mag) ?=- Spitzer/IRAC 3.6um magnitude
      real*4        v_4_5_     (nr__2) ! (mag) ?=- Spitzer/IRAC 4.5um magnitude
      real*4        v_5_8_     (nr__2) ! (mag) ?=- Spitzer/IRAC 5.8um magnitude
      real*4        v_8_0_     (nr__2) ! (mag) ?=- Spitzer/IRAC 8.0um magnitude
      real*4        v_24_      (nr__2) ! (mag) ?=- Spitzer/MIPS 24um magnitude
      character*1   n__24_     (nr__2) ! Note on [24] (1)
*Note (1): MIPS-[24] from nearby LHa 120-N 82, which appears to be the main
*     contributor to the LL spectrum.

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

C  Declarations for 'table6.dat'	! Positions and map sizes of extended region
                              observations in the SAGE-Spec program

      integer*4 nr__3
      parameter (nr__3=23)	! Number of records
      character*61 ar__3  	! Full-size record

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

      character*9   Reg        (nr__3) ! Region
      character*1   n_Reg      (nr__3) ! [abc] Note on Region (1)
      integer*4     AOR_2      (nr__3) ! ?=- AOR Key IRS
      integer*4     AORMIPS_2  (nr__3) ! ?=- AOR Key MIPS SED
      integer*4     RAh_2      (nr__3) ! (h) ? Right ascension (J2000)
      integer*4     RAm_2      (nr__3) ! (min) ? Right ascension (J2000)
      real*4        RAs_2      (nr__3) ! (s) ? Right ascension (J2000)
      character*1   DE__2      (nr__3) ! Declination sign (J2000)
      integer*4     DEd_2      (nr__3) ! (deg) ? Declination (J2000)
      integer*4     DEm_2      (nr__3) ! (arcmin) ? Declination (J2000)
      real*4        DEs_2      (nr__3) ! (arcsec) ? Declination (J2000)
      real*4        Size1      (nr__3) ! (arcmin) Map size
      real*4        Size2      (nr__3) ! (arcmin) Map size
*Note (1): Notes as follows:
*      a = SSDR, SAGE-Spec diffuse region
*      b = Nomenclature according to the catalog by Davies et al.
*          (1976, Cat. VII/232)
*      c = This region is covered by a set of 14 IRS and 2 MIPS SED AORs,
*          all part of Spitzer PID 30653 (Indebetouw et al., 2009ApJ...694...84I)

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

C  Loading file 'table2.dat'	! Archival IRS staring mode observations within
*                              the SAGE-LMC footprint

C  Format for file interpretation

    1 format(
     +  I8,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F5.2,1X,I6,2X,A12,2X,
     +  I8)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2.dat')
      write(6,*) '....Loading file: table2.dat'
      do i__=1,894
        read(1,'(A64)')ar__
        read(ar__,1)
     +  AOR(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
     +  DEm(i__),DEs(i__),PropID(i__),PI(i__),AORMIPS(i__)
        if(ar__(57:64) .EQ. '') AORMIPS(i__) = iNULL__
        RAdeg(i__) = rNULL__
        DEdeg(i__) = rNULL__
c  Derive coordinates RAdeg and DEdeg from input data
c  (RAdeg and DEdeg are set to rNULL__ when unknown)
        if(RAh(i__) .GT. -180) RAdeg(i__)=RAh(i__)*15.
        if(RAm(i__) .GT. -180) RAdeg(i__)=RAdeg(i__)+RAm(i__)/4.
        if(RAs(i__) .GT. -180) RAdeg(i__)=RAdeg(i__)+RAs(i__)/240.
        if(DEd(i__) .GE. 0) DEdeg(i__)=DEd(i__)
        if(DEm(i__) .GE. 0) DEdeg(i__)=DEdeg(i__)+DEm(i__)/60.
        if(DEs(i__) .GE. 0) DEdeg(i__)=DEdeg(i__)+DEs(i__)/3600.
        if(DE_(i__).EQ.'-'.AND.DEdeg(i__).GE.0) DEdeg(i__)=-DEdeg(i__)
c    ..............Just test output...........
        write(6,1)
     +  AOR(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),DEd(i__),
     +  DEm(i__),DEs(i__),PropID(i__),PI(i__),AORMIPS(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg(i__),DEdeg(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table3.dat'	! Point sources targeted with the IRS staring mode
*                              as part of the SAGE-Spec program

C  Format for file interpretation

    2 format(
     +  I3,1X,I8,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F5.2,9X,A22,1X,
     +  A6,2X,A25,I8,2X,A7)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table3.dat')
      write(6,*) '....Loading file: table3.dat'
      do i__=1,197
        read(1,'(A119)')ar__1
        read(ar__1,2)
     +  Seq(i__),AOR_1(i__),RAh_1(i__),RAm_1(i__),RAs_1(i__),
     +  DE__1(i__),DEd_1(i__),DEm_1(i__),DEs_1(i__),SSTISAGE(i__),
     +  Module(i__),Name(i__),AORMIPS_1(i__),Rem(i__)
        if(ar__1(103:110) .EQ. '') AORMIPS_1(i__) = iNULL__
        RAdeg_1(i__) = rNULL__
        DEdeg_1(i__) = rNULL__
c  Derive coordinates RAdeg_1 and DEdeg_1 from input data
c  (RAdeg_1 and DEdeg_1 are set to rNULL__ when unknown)
        if(RAh_1(i__) .GT. -180) RAdeg_1(i__)=RAh_1(i__)*15.
        if(RAm_1(i__) .GT. -180) RAdeg_1(i__)=RAdeg_1(i__)+RAm_1(i__)/4.
        if(RAs_1(i__) .GT. -180) RAdeg_1(i__)=RAdeg_1(i__)+RAs_1(i__)/240.
        if(DEd_1(i__) .GE. 0) DEdeg_1(i__)=DEd_1(i__)
        if(DEm_1(i__) .GE. 0) DEdeg_1(i__)=DEdeg_1(i__)+DEm_1(i__)/60.
        if(DEs_1(i__) .GE. 0) DEdeg_1(i__)=DEdeg_1(i__)+DEs_1(i__)/3600.
        if(DE__1(i__).EQ.'-'.AND.DEdeg_1(i__).GE.0) DEdeg_1(i__)=-DEdeg_1(i__)
c    ..............Just test output...........
        write(6,2)
     +  Seq(i__),AOR_1(i__),RAh_1(i__),RAm_1(i__),RAs_1(i__),
     +  DE__1(i__),DEd_1(i__),DEm_1(i__),DEs_1(i__),SSTISAGE(i__),
     +  Module(i__),Name(i__),AORMIPS_1(i__),Rem(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg_1(i__),DEdeg_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table4.dat'	! Point sources targeted with the IRS staring mode
*                              as part of the SAGE-Spec program, Part II

C  Format for file interpretation

    3 format(
     +  I3,1X,F5.2,1X,F5.2,1X,F5.2,1X,F5.2,1X,F5.2,1X,F5.2,1X,F5.2,1X,
     +  F5.2,A1)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table4.dat')
      write(6,*) '....Loading file: table4.dat'
      do i__=1,197
        read(1,'(A52)')ar__2
        read(ar__2,3)
     +  Seq_1(i__),Jmag(i__),Hmag(i__),Kmag(i__),v_3_6_(i__),
     +  v_4_5_(i__),v_5_8_(i__),v_8_0_(i__),v_24_(i__),n__24_(i__)
        if (idig(ar__2(5:9)).EQ.0) Jmag(i__) =  rNULL__
        if (idig(ar__2(11:15)).EQ.0) Hmag(i__) =  rNULL__
        if (idig(ar__2(17:21)).EQ.0) Kmag(i__) =  rNULL__
        if (idig(ar__2(23:27)).EQ.0) v_3_6_(i__) =  rNULL__
        if (idig(ar__2(29:33)).EQ.0) v_4_5_(i__) =  rNULL__
        if (idig(ar__2(35:39)).EQ.0) v_5_8_(i__) =  rNULL__
        if (idig(ar__2(41:45)).EQ.0) v_8_0_(i__) =  rNULL__
        if (idig(ar__2(47:51)).EQ.0) v_24_(i__) =  rNULL__
c    ..............Just test output...........
        write(6,3)
     +  Seq_1(i__),Jmag(i__),Hmag(i__),Kmag(i__),v_3_6_(i__),
     +  v_4_5_(i__),v_5_8_(i__),v_8_0_(i__),v_24_(i__),n__24_(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table6.dat'	! Positions and map sizes of extended region
*                              observations in the SAGE-Spec program

C  Format for file interpretation

    4 format(
     +  A9,1X,A1,1X,I8,1X,I8,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,
     +  F5.2,F3.1,1X,F3.1)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table6.dat')
      write(6,*) '....Loading file: table6.dat'
      do i__=1,23
        read(1,'(A61)')ar__3
        read(ar__3,4)
     +  Reg(i__),n_Reg(i__),AOR_2(i__),AORMIPS_2(i__),RAh_2(i__),
     +  RAm_2(i__),RAs_2(i__),DE__2(i__),DEd_2(i__),DEm_2(i__),
     +  DEs_2(i__),Size1(i__),Size2(i__)
        if (AOR_2(i__) .EQ. 45) AOR_2(i__) =  iNULL__
        if (AORMIPS_2(i__) .EQ. 45) AORMIPS_2(i__) =  iNULL__
        if(ar__3(31:32) .EQ. '') RAh_2(i__) = iNULL__
        if(ar__3(34:35) .EQ. '') RAm_2(i__) = iNULL__
        if(ar__3(37:41) .EQ. '') RAs_2(i__) = rNULL__
        if(ar__3(44:45) .EQ. '') DEd_2(i__) = iNULL__
        if(ar__3(47:48) .EQ. '') DEm_2(i__) = iNULL__
        if(ar__3(50:54) .EQ. '') DEs_2(i__) = rNULL__
        RAdeg_2(i__) = rNULL__
        DEdeg_2(i__) = rNULL__
c  Derive coordinates RAdeg_2 and DEdeg_2 from input data
c  (RAdeg_2 and DEdeg_2 are set to rNULL__ when unknown)
        if(RAh_2(i__) .GT. -180) RAdeg_2(i__)=RAh_2(i__)*15.
        if(RAm_2(i__) .GT. -180) RAdeg_2(i__)=RAdeg_2(i__)+RAm_2(i__)/4.
        if(RAs_2(i__) .GT. -180) RAdeg_2(i__)=RAdeg_2(i__)+RAs_2(i__)/240.
        if(DEd_2(i__) .GE. 0) DEdeg_2(i__)=DEd_2(i__)
        if(DEm_2(i__) .GE. 0) DEdeg_2(i__)=DEdeg_2(i__)+DEm_2(i__)/60.
        if(DEs_2(i__) .GE. 0) DEdeg_2(i__)=DEdeg_2(i__)+DEs_2(i__)/3600.
        if(DE__2(i__).EQ.'-'.AND.DEdeg_2(i__).GE.0) DEdeg_2(i__)=-DEdeg_2(i__)
c    ..............Just test output...........
        write(6,4)
     +  Reg(i__),n_Reg(i__),AOR_2(i__),AORMIPS_2(i__),RAh_2(i__),
     +  RAm_2(i__),RAs_2(i__),DE__2(i__),DEd_2(i__),DEm_2(i__),
     +  DEs_2(i__),Size1(i__),Size2(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg_2(i__),DEdeg_2(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C Locate position of first digit in string; or return 0
      integer function idig(c)
      character*(*) c
      character*1 c1
      integer lc,i
      lc=len(c)
      idig=0
      do i=1,lc
         if(c(i:i).ne.' ') go to 1
      end do
    1 if(i.gt.lc) return
      c1=c(i:i)
      if(c1.eq.'.'.or.c1.eq.'-'.or.c1.eq.'+') i=i+1
      if(i.gt.lc) return
      c1=c(i:i)
      if(c1.ge.'0'.and.c1.le.'9') idig=i
      return
      end