FORTRAN Generation
(/./ftp/cats/V/131)

Conversion of standardized ReadMe file for file /./ftp/cats/V/131 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-Mar-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/131               Catalogue of LMC stars           (Duflot M. 2009)
*================================================================================
*Catalogue of identifications, velocities, spectral types and UBV photometry
*of Large Magellanic Cloud stars.
*     Duflot M.
*    <CDS (unpublished, 2009)>
*    =2010yCat.5131....0D
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'main.dat'	! Summary of stars (from lmc.txt)

      integer*4 nr__
      parameter (nr__=4011)	! Number of records
      character*94 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     ID         (nr__) ! Sequential number
      character*4   Rem        (nr__) ! [Mg!#+& ] Remarks (1)
      character*10  Name       (nr__) ! Main name of the star (see also names.dat)
      integer*4     RAh        (nr__) ! (h) ? Right Ascension J2000 (hours)
      integer*4     RAm        (nr__) ! (min) ? Right Ascension J2000 (minutes)
      real*4        RAs        (nr__) ! (s) ? Right Ascension J2000 (seconds)
      character*1   DE_        (nr__) ! Declination J2000 (sign)
      integer*4     DEd        (nr__) ! (deg) ? Declination J2000 (degrees)
      integer*4     DEm        (nr__) ! (arcmin) ? Declination J2000 (minutes)
      integer*4     DEs        (nr__) ! (arcsec) ? Declination J2000 (seconds)
      real*4        Vmag       (nr__) ! (mag) ? Johnson V magnitude
      real*4        B_V        (nr__) ! (mag) ? Johnson (B-V) color index
      real*4        U_B        (nr__) ! (mag) ? Johnson (U-B) color index
      integer*4     Nph        (nr__) ! ? Number of photometric measures
      character*9   SpT        (nr__) ! MK spectral classification
      real*8        RV         (nr__) ! (km/s) ? Radial velocity
      character*1   u_RV       (nr__) ! [)] larger uncertainty (OP values)
      character*1   q_RV       (nr__) ! [ABCDEe] Quality on velocity (A=best)
      integer*4     o_RV       (nr__) ! ? Number of measurements
*Note (1): The symbols mean:
*     M = star member of the LMC (marked '@' in "lmc.txt" file)
*     g = galactic star (marked '$' in "lmc.txt" file)
*     + = non-stellar or peculiar object
*     ! = identification problem (see "lmc.txt" file)
*     & = problems about the photometry (see "lmc.txt" file)
*     # = other remarks (see "lmc.txt" file)

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

C  Declarations for 'names.dat'	! All names (from lmc.txt)

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

      integer*4     ID_1       (nr__1) ! Sequential number, as in file "main.dat"
      character*10  Name_1     (nr__1) ! Name

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

C  Loading file 'main.dat'	! Summary of stars (from lmc.txt)

C  Format for file interpretation

    1 format(
     +  I4,1X,A4,3X,A10,3X,I2,1X,I2,1X,F5.2,A1,I2,1X,I2,1X,I2,1X,F6.3,
     +  1X,F6.3,1X,F6.3,I3,2X,A9,1X,F7.1,A1,A1,1X,I3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'main.dat')
      write(6,*) '....Loading file: main.dat'
      do i__=1,4011
        read(1,'(A94)')ar__
        read(ar__,1)
     +  ID(i__),Rem(i__),Name(i__),RAh(i__),RAm(i__),RAs(i__),
     +  DE_(i__),DEd(i__),DEm(i__),DEs(i__),Vmag(i__),B_V(i__),
     +  U_B(i__),Nph(i__),SpT(i__),RV(i__),u_RV(i__),q_RV(i__),
     +  o_RV(i__)
        if(ar__(26:27) .EQ. '') RAh(i__) = iNULL__
        if(ar__(29:30) .EQ. '') RAm(i__) = iNULL__
        if(ar__(32:36) .EQ. '') RAs(i__) = rNULL__
        if(ar__(38:39) .EQ. '') DEd(i__) = iNULL__
        if(ar__(41:42) .EQ. '') DEm(i__) = iNULL__
        if(ar__(44:45) .EQ. '') DEs(i__) = iNULL__
        if(ar__(47:52) .EQ. '') Vmag(i__) = rNULL__
        if(ar__(54:59) .EQ. '') B_V(i__) = rNULL__
        if(ar__(61:66) .EQ. '') U_B(i__) = rNULL__
        if(ar__(67:69) .EQ. '') Nph(i__) = iNULL__
        if(ar__(82:88) .EQ. '') RV(i__) = rNULL__
        if(ar__(92:94) .EQ. '') o_RV(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)
     +  ID(i__),Rem(i__),Name(i__),RAh(i__),RAm(i__),RAs(i__),
     +  DE_(i__),DEd(i__),DEm(i__),DEs(i__),Vmag(i__),B_V(i__),
     +  U_B(i__),Nph(i__),SpT(i__),RV(i__),u_RV(i__),q_RV(i__),
     +  o_RV(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 'names.dat'	! All names (from lmc.txt)

C  Format for file interpretation

    2 format(I4,1X,A10)

C  Effective file loading

      open(unit=1,status='old',file=
     +'names.dat')
      write(6,*) '....Loading file: names.dat'
      do i__=1,7878
        read(1,'(A15)')ar__1
        read(ar__1,2)ID_1(i__),Name_1(i__)
c    ..............Just test output...........
        write(6,2)ID_1(i__),Name_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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