FORTRAN Generation
(/./ftp/cats/J/AJ/137/3100)

Conversion of standardized ReadMe file for file /./ftp/cats/J/AJ/137/3100 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/AJ/137/3100       Radial velocities of 4 dSph galaxies         (Walker+, 2009)
*================================================================================
*Stellar velocities in the Carina, Fornax, Sculptor, and Sextans dSph galaxies:
*data from the Magellan/MMFS survey.
*    Walker M.G., Mateo M., Olszewski E.W.
*   <Astron. J., 137, 3100-3108 (2009)>
*   =2009AJ....137.3100W
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table2.dat'	! MMFS Spectroscopic Data - Carina

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

      character*8   Target     (nr__) ! Target identification; Galaxy-ID number
      character*4   Field      (nr__) ! Field and spectrograph channel (B=blue, R=red)
      real*8        HJD        (nr__) ! (d) Heliocentric Julian Date minus 2450000 of obs.
      integer*4     RAh        (nr__) ! (h) Hour of Right Ascension (J2000)
      integer*4     RAm        (nr__) ! (min) Minute of Right Ascension (J2000)
      real*4        RAs        (nr__) ! (s) Second of Right Ascension (J2000)
      character*1   DE_        (nr__) ! Sign of the Declination (J2000)
      integer*4     DEd        (nr__) ! (deg) Degree of Declination (J2000)
      integer*4     DEm        (nr__) ! (arcmin) Arcminute of Declination (J2000)
      real*4        DEs        (nr__) ! (arcsec) Arcsecond of Declination (J2000)
      real*4        Vmag       (nr__) ! (mag) ? Apparent V band magnitude
      real*4        V_I        (nr__) ! (mag) ? The (V-I) color index
      real*4        HV         (nr__) ! (km/s) Heliocentric rest frame velocity
      real*4        e_HV       (nr__) ! (km/s) Uncertainty in HV
      real*4        SigFe      (nr__) ! (0.1nm) ? The {Sigma}Fe spectral index ({AA})
      real*4        e_SigFe    (nr__) ! (0.1nm) ? Uncertainty in SigFe ({AA})
      real*4        SigMg      (nr__) ! (0.1nm) ? The {Sigma}Mg spectral index ({AA})
      real*4        e_SigMg    (nr__) ! (0.1nm) ? Uncertainty in SigMg ({AA})
      real*4        Mmb        (nr__) ! ? Probability membership
      real*4        v_HV_      (nr__) ! (km/s) ? Weighted mean Heliocentric rest frame velocity
      real*4        e__HV_     (nr__) ! (km/s) ? Uncertainty in <HV>
      real*4        v_SigMg_   (nr__) ! (0.1nm) ? Weighted mean {Sigma}Mg spectral index ({AA})
      real*4        e__SigMg_  (nr__) ! (0.1nm) ? Uncertainty in <SigMg> ({AA})

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

C  Declarations for 'table3.dat'	! MMFS Spectroscopic Data - Fornax

      integer*4 nr__1
      parameter (nr__1=3150)	! 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)

      character*8   Target_1   (nr__1) ! Target identification; Galaxy-ID number
      character*4   Field_1    (nr__1) ! Field and spectrograph channel (B=blue, R=red)
      real*8        HJD_1      (nr__1) ! (d) Heliocentric Julian Date minus 2450000 of obs.
      integer*4     RAh_1      (nr__1) ! (h) Hour of Right Ascension (J2000)
      integer*4     RAm_1      (nr__1) ! (min) Minute of Right Ascension (J2000)
      real*4        RAs_1      (nr__1) ! (s) Second of Right Ascension (J2000)
      character*1   DE__1      (nr__1) ! Sign of the Declination (J2000)
      integer*4     DEd_1      (nr__1) ! (deg) Degree of Declination (J2000)
      integer*4     DEm_1      (nr__1) ! (arcmin) Arcminute of Declination (J2000)
      real*4        DEs_1      (nr__1) ! (arcsec) Arcsecond of Declination (J2000)
      real*4        Vmag_1     (nr__1) ! (mag) ? Apparent V band magnitude
      real*4        V_I_1      (nr__1) ! (mag) ? The (V-I) color index
      real*4        HV_1       (nr__1) ! (km/s) Heliocentric rest frame velocity
      real*4        e_HV_1     (nr__1) ! (km/s) Uncertainty in HV
      real*4        SigFe_1    (nr__1) ! (0.1nm) ? The {Sigma}Fe spectral index ({AA})
      real*4        e_SigFe_1  (nr__1) ! (0.1nm) ? Uncertainty in SigFe ({AA})
      real*4        SigMg_1    (nr__1) ! (0.1nm) ? The {Sigma}Mg spectral index ({AA})
      real*4        e_SigMg_1  (nr__1) ! (0.1nm) ? Uncertainty in SigMg ({AA})
      real*4        Mmb_1      (nr__1) ! ? Probability membership
      real*4        v_HV__1    (nr__1) ! (km/s) ? Weighted mean Heliocentric rest frame velocity
      real*4        e__HV__1   (nr__1) ! (km/s) ? Uncertainty in <HV>
      real*4        v_SigMg__1 (nr__1) ! (0.1nm) ? Weighted mean {Sigma}Mg spectral index ({AA})
      real*4        e__SigMg__1(nr__1) ! (0.1nm) ? Uncertainty in <SigMg> ({AA})

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

C  Declarations for 'table4.dat'	! MMFS Spectroscopic Data - Sculptor

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

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

      character*8   Target_2   (nr__2) ! Target identification; Galaxy-ID number
      character*4   Field_2    (nr__2) ! Field and spectrograph channel (B=blue, R=red)
      real*8        HJD_2      (nr__2) ! (d) Heliocentric Julian Date minus 2450000 of obs.
      integer*4     RAh_2      (nr__2) ! (h) Hour of Right Ascension (J2000)
      integer*4     RAm_2      (nr__2) ! (min) Minute of Right Ascension (J2000)
      real*4        RAs_2      (nr__2) ! (s) Second of Right Ascension (J2000)
      character*1   DE__2      (nr__2) ! Sign of the Declination (J2000)
      integer*4     DEd_2      (nr__2) ! (deg) Degree of Declination (J2000)
      integer*4     DEm_2      (nr__2) ! (arcmin) Arcminute of Declination (J2000)
      real*4        DEs_2      (nr__2) ! (arcsec) Arcsecond of Declination (J2000)
      real*4        Vmag_2     (nr__2) ! (mag) ? Apparent V band magnitude
      real*4        V_I_2      (nr__2) ! (mag) ? The (V-I) color index
      real*4        HV_2       (nr__2) ! (km/s) Heliocentric rest frame velocity
      real*4        e_HV_2     (nr__2) ! (km/s) Uncertainty in HV
      real*4        SigFe_2    (nr__2) ! (0.1nm) ? The {Sigma}Fe spectral index ({AA})
      real*4        e_SigFe_2  (nr__2) ! (0.1nm) ? Uncertainty in SigFe ({AA})
      real*4        SigMg_2    (nr__2) ! (0.1nm) ? The {Sigma}Mg spectral index ({AA})
      real*4        e_SigMg_2  (nr__2) ! (0.1nm) ? Uncertainty in SigMg ({AA})
      real*4        Mmb_2      (nr__2) ! ? Probability membership
      real*4        v_HV__2    (nr__2) ! (km/s) ? Weighted mean Heliocentric rest frame velocity
      real*4        e__HV__2   (nr__2) ! (km/s) ? Uncertainty in <HV>
      real*4        v_SigMg__2 (nr__2) ! (0.1nm) ? Weighted mean {Sigma}Mg spectral index ({AA})
      real*4        e__SigMg__2(nr__2) ! (0.1nm) ? Uncertainty in <SigMg> ({AA})

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

C  Declarations for 'table5.dat'	! MMFS Spectroscopic Data - Sextans

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

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

      character*8   Target_3   (nr__3) ! Target identification; Galaxy-ID number
      character*4   Field_3    (nr__3) ! Field and spectrograph channel (B=blue, R=red)
      real*8        HJD_3      (nr__3) ! (d) Heliocentric Julian Date minus 2450000 of obs.
      integer*4     RAh_3      (nr__3) ! (h) Hour of Right Ascension (J2000)
      integer*4     RAm_3      (nr__3) ! (min) Minute of Right Ascension (J2000)
      real*4        RAs_3      (nr__3) ! (s) Second of Right Ascension (J2000)
      character*1   DE__3      (nr__3) ! Sign of the Declination (J2000)
      integer*4     DEd_3      (nr__3) ! (deg) Degree of Declination (J2000)
      integer*4     DEm_3      (nr__3) ! (arcmin) Arcminute of Declination (J2000)
      real*4        DEs_3      (nr__3) ! (arcsec) Arcsecond of Declination (J2000)
      real*4        Vmag_3     (nr__3) ! (mag) ? Apparent V band magnitude
      real*4        V_I_3      (nr__3) ! (mag) ? The (V-I) color index
      real*4        HV_3       (nr__3) ! (km/s) Heliocentric rest frame velocity
      real*4        e_HV_3     (nr__3) ! (km/s) Uncertainty in HV
      real*4        SigFe_3    (nr__3) ! (0.1nm) ? The {Sigma}Fe spectral index ({AA})
      real*4        e_SigFe_3  (nr__3) ! (0.1nm) ? Uncertainty in SigFe ({AA})
      real*4        SigMg_3    (nr__3) ! (0.1nm) ? The {Sigma}Mg spectral index ({AA})
      real*4        e_SigMg_3  (nr__3) ! (0.1nm) ? Uncertainty in SigMg ({AA})
      real*4        Mmb_3      (nr__3) ! ? Probability membership
      real*4        v_HV__3    (nr__3) ! (km/s) ? Weighted mean Heliocentric rest frame velocity
      real*4        e__HV__3   (nr__3) ! (km/s) ? Uncertainty in <HV>
      real*4        v_SigMg__3 (nr__3) ! (0.1nm) ? Weighted mean {Sigma}Mg spectral index ({AA})
      real*4        e__SigMg__3(nr__3) ! (0.1nm) ? Uncertainty in <SigMg> ({AA})

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

C  Loading file 'table2.dat'	! MMFS Spectroscopic Data - Carina

C  Format for file interpretation

    1 format(
     +  A8,1X,A4,1X,F8.3,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,
     +  1X,F5.2,1X,F5.2,1X,F6.1,1X,F4.1,1X,F5.2,1X,F4.2,1X,F5.2,1X,
     +  F4.2,1X,F5.3,1X,F5.1,1X,F3.1,1X,F5.2,1X,F4.2)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2.dat')
      write(6,*) '....Loading file: table2.dat'
      do i__=1,2400
        read(1,'(A119)')ar__
        read(ar__,1)
     +  Target(i__),Field(i__),HJD(i__),RAh(i__),RAm(i__),RAs(i__),
     +  DE_(i__),DEd(i__),DEm(i__),DEs(i__),Vmag(i__),V_I(i__),
     +  HV(i__),e_HV(i__),SigFe(i__),e_SigFe(i__),SigMg(i__),
     +  e_SigMg(i__),Mmb(i__),v_HV_(i__),e__HV_(i__),v_SigMg_(i__),
     +  e__SigMg_(i__)
        if(ar__(48:52) .EQ. '') Vmag(i__) = rNULL__
        if(ar__(54:58) .EQ. '') V_I(i__) = rNULL__
        if(ar__(72:76) .EQ. '') SigFe(i__) = rNULL__
        if(ar__(78:81) .EQ. '') e_SigFe(i__) = rNULL__
        if(ar__(83:87) .EQ. '') SigMg(i__) = rNULL__
        if(ar__(89:92) .EQ. '') e_SigMg(i__) = rNULL__
        if(ar__(94:98) .EQ. '') Mmb(i__) = rNULL__
        if(ar__(100:104) .EQ. '') v_HV_(i__) = rNULL__
        if(ar__(106:108) .EQ. '') e__HV_(i__) = rNULL__
        if(ar__(110:114) .EQ. '') v_SigMg_(i__) = rNULL__
        if(ar__(116:119) .EQ. '') e__SigMg_(i__) = rNULL__
        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)
     +  Target(i__),Field(i__),HJD(i__),RAh(i__),RAm(i__),RAs(i__),
     +  DE_(i__),DEd(i__),DEm(i__),DEs(i__),Vmag(i__),V_I(i__),
     +  HV(i__),e_HV(i__),SigFe(i__),e_SigFe(i__),SigMg(i__),
     +  e_SigMg(i__),Mmb(i__),v_HV_(i__),e__HV_(i__),v_SigMg_(i__),
     +  e__SigMg_(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'	! MMFS Spectroscopic Data - Fornax

C  Format for file interpretation

    2 format(
     +  A8,1X,A4,1X,F8.3,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,
     +  1X,F5.2,1X,F5.2,1X,F6.1,1X,F4.1,1X,F5.2,1X,F4.2,1X,F5.2,1X,
     +  F4.2,1X,F5.3,1X,F5.1,1X,F3.1,1X,F5.2,1X,F4.2)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table3.dat')
      write(6,*) '....Loading file: table3.dat'
      do i__=1,3150
        read(1,'(A119)')ar__1
        read(ar__1,2)
     +  Target_1(i__),Field_1(i__),HJD_1(i__),RAh_1(i__),RAm_1(i__),
     +  RAs_1(i__),DE__1(i__),DEd_1(i__),DEm_1(i__),DEs_1(i__),
     +  Vmag_1(i__),V_I_1(i__),HV_1(i__),e_HV_1(i__),SigFe_1(i__),
     +  e_SigFe_1(i__),SigMg_1(i__),e_SigMg_1(i__),Mmb_1(i__),
     +  v_HV__1(i__),e__HV__1(i__),v_SigMg__1(i__),e__SigMg__1(i__)
        if(ar__1(48:52) .EQ. '') Vmag_1(i__) = rNULL__
        if(ar__1(54:58) .EQ. '') V_I_1(i__) = rNULL__
        if(ar__1(72:76) .EQ. '') SigFe_1(i__) = rNULL__
        if(ar__1(78:81) .EQ. '') e_SigFe_1(i__) = rNULL__
        if(ar__1(83:87) .EQ. '') SigMg_1(i__) = rNULL__
        if(ar__1(89:92) .EQ. '') e_SigMg_1(i__) = rNULL__
        if(ar__1(94:98) .EQ. '') Mmb_1(i__) = rNULL__
        if(ar__1(100:104) .EQ. '') v_HV__1(i__) = rNULL__
        if(ar__1(106:108) .EQ. '') e__HV__1(i__) = rNULL__
        if(ar__1(110:114) .EQ. '') v_SigMg__1(i__) = rNULL__
        if(ar__1(116:119) .EQ. '') e__SigMg__1(i__) = rNULL__
        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)
     +  Target_1(i__),Field_1(i__),HJD_1(i__),RAh_1(i__),RAm_1(i__),
     +  RAs_1(i__),DE__1(i__),DEd_1(i__),DEm_1(i__),DEs_1(i__),
     +  Vmag_1(i__),V_I_1(i__),HV_1(i__),e_HV_1(i__),SigFe_1(i__),
     +  e_SigFe_1(i__),SigMg_1(i__),e_SigMg_1(i__),Mmb_1(i__),
     +  v_HV__1(i__),e__HV__1(i__),v_SigMg__1(i__),e__SigMg__1(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'	! MMFS Spectroscopic Data - Sculptor

C  Format for file interpretation

    3 format(
     +  A8,1X,A4,1X,F8.3,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,
     +  1X,F5.2,1X,F5.2,1X,F6.1,1X,F4.1,1X,F5.2,1X,F4.2,1X,F5.2,1X,
     +  F4.2,1X,F5.3,1X,F5.1,1X,F3.1,1X,F5.2,1X,F4.2)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table4.dat')
      write(6,*) '....Loading file: table4.dat'
      do i__=1,1818
        read(1,'(A119)')ar__2
        read(ar__2,3)
     +  Target_2(i__),Field_2(i__),HJD_2(i__),RAh_2(i__),RAm_2(i__),
     +  RAs_2(i__),DE__2(i__),DEd_2(i__),DEm_2(i__),DEs_2(i__),
     +  Vmag_2(i__),V_I_2(i__),HV_2(i__),e_HV_2(i__),SigFe_2(i__),
     +  e_SigFe_2(i__),SigMg_2(i__),e_SigMg_2(i__),Mmb_2(i__),
     +  v_HV__2(i__),e__HV__2(i__),v_SigMg__2(i__),e__SigMg__2(i__)
        if(ar__2(48:52) .EQ. '') Vmag_2(i__) = rNULL__
        if(ar__2(54:58) .EQ. '') V_I_2(i__) = rNULL__
        if(ar__2(72:76) .EQ. '') SigFe_2(i__) = rNULL__
        if(ar__2(78:81) .EQ. '') e_SigFe_2(i__) = rNULL__
        if(ar__2(83:87) .EQ. '') SigMg_2(i__) = rNULL__
        if(ar__2(89:92) .EQ. '') e_SigMg_2(i__) = rNULL__
        if(ar__2(94:98) .EQ. '') Mmb_2(i__) = rNULL__
        if(ar__2(100:104) .EQ. '') v_HV__2(i__) = rNULL__
        if(ar__2(106:108) .EQ. '') e__HV__2(i__) = rNULL__
        if(ar__2(110:114) .EQ. '') v_SigMg__2(i__) = rNULL__
        if(ar__2(116:119) .EQ. '') e__SigMg__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,3)
     +  Target_2(i__),Field_2(i__),HJD_2(i__),RAh_2(i__),RAm_2(i__),
     +  RAs_2(i__),DE__2(i__),DEd_2(i__),DEm_2(i__),DEs_2(i__),
     +  Vmag_2(i__),V_I_2(i__),HV_2(i__),e_HV_2(i__),SigFe_2(i__),
     +  e_SigFe_2(i__),SigMg_2(i__),e_SigMg_2(i__),Mmb_2(i__),
     +  v_HV__2(i__),e__HV__2(i__),v_SigMg__2(i__),e__SigMg__2(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg_2(i__),DEdeg_2(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table5.dat'	! MMFS Spectroscopic Data - Sextans

C  Format for file interpretation

    4 format(
     +  A8,1X,A4,1X,F8.3,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,
     +  1X,F5.2,1X,F5.2,1X,F6.1,1X,F4.1,1X,F5.2,1X,F4.2,1X,F5.2,1X,
     +  F4.2,1X,F5.3,1X,F5.1,1X,F3.1,1X,F5.2,1X,F4.2)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table5.dat')
      write(6,*) '....Loading file: table5.dat'
      do i__=1,1487
        read(1,'(A119)')ar__3
        read(ar__3,4)
     +  Target_3(i__),Field_3(i__),HJD_3(i__),RAh_3(i__),RAm_3(i__),
     +  RAs_3(i__),DE__3(i__),DEd_3(i__),DEm_3(i__),DEs_3(i__),
     +  Vmag_3(i__),V_I_3(i__),HV_3(i__),e_HV_3(i__),SigFe_3(i__),
     +  e_SigFe_3(i__),SigMg_3(i__),e_SigMg_3(i__),Mmb_3(i__),
     +  v_HV__3(i__),e__HV__3(i__),v_SigMg__3(i__),e__SigMg__3(i__)
        if(ar__3(48:52) .EQ. '') Vmag_3(i__) = rNULL__
        if(ar__3(54:58) .EQ. '') V_I_3(i__) = rNULL__
        if(ar__3(72:76) .EQ. '') SigFe_3(i__) = rNULL__
        if(ar__3(78:81) .EQ. '') e_SigFe_3(i__) = rNULL__
        if(ar__3(83:87) .EQ. '') SigMg_3(i__) = rNULL__
        if(ar__3(89:92) .EQ. '') e_SigMg_3(i__) = rNULL__
        if(ar__3(94:98) .EQ. '') Mmb_3(i__) = rNULL__
        if(ar__3(100:104) .EQ. '') v_HV__3(i__) = rNULL__
        if(ar__3(106:108) .EQ. '') e__HV__3(i__) = rNULL__
        if(ar__3(110:114) .EQ. '') v_SigMg__3(i__) = rNULL__
        if(ar__3(116:119) .EQ. '') e__SigMg__3(i__) = rNULL__
        RAdeg_3(i__) = rNULL__
        DEdeg_3(i__) = rNULL__
c  Derive coordinates RAdeg_3 and DEdeg_3 from input data
c  (RAdeg_3 and DEdeg_3 are set to rNULL__ when unknown)
        if(RAh_3(i__) .GT. -180) RAdeg_3(i__)=RAh_3(i__)*15.
        if(RAm_3(i__) .GT. -180) RAdeg_3(i__)=RAdeg_3(i__)+RAm_3(i__)/4.
        if(RAs_3(i__) .GT. -180) RAdeg_3(i__)=RAdeg_3(i__)+RAs_3(i__)/240.
        if(DEd_3(i__) .GE. 0) DEdeg_3(i__)=DEd_3(i__)
        if(DEm_3(i__) .GE. 0) DEdeg_3(i__)=DEdeg_3(i__)+DEm_3(i__)/60.
        if(DEs_3(i__) .GE. 0) DEdeg_3(i__)=DEdeg_3(i__)+DEs_3(i__)/3600.
        if(DE__3(i__).EQ.'-'.AND.DEdeg_3(i__).GE.0) DEdeg_3(i__)=-DEdeg_3(i__)
c    ..............Just test output...........
        write(6,4)
     +  Target_3(i__),Field_3(i__),HJD_3(i__),RAh_3(i__),RAm_3(i__),
     +  RAs_3(i__),DE__3(i__),DEd_3(i__),DEm_3(i__),DEs_3(i__),
     +  Vmag_3(i__),V_I_3(i__),HV_3(i__),e_HV_3(i__),SigFe_3(i__),
     +  e_SigFe_3(i__),SigMg_3(i__),e_SigMg_3(i__),Mmb_3(i__),
     +  v_HV__3(i__),e__HV__3(i__),v_SigMg__3(i__),e__SigMg__3(i__)
        write(6,'(6H Pos: 2F8.4)') RAdeg_3(i__),DEdeg_3(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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