FORTRAN Generation
(/./ftp/cats/III/201)

Conversion of standardized ReadMe file for file /./ftp/cats/III/201 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-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. III/201             Pulkovo Spectrophotometric Catalog   (Alekseeva+ 1997)
*================================================================================
*The Pulkovo spectrophotometric catalog of bright stars in the range
*from 320 to 1080nm
*     Alekseeva G.A., Arkharov A.A. , Galkin V.D. , Hagen-Thorn E.I.,
*     Nikanorova I.N., Novikov V.V., Novopashenny V.B., Pakhomov V.P.,
*     Ruban E.V., Shchegolev D.E.
*    <Baltic Astron. 5, 603 (1996); 6, 481 (1997)>
*    =1996BaltA...5..603A
*    =1997BaltA...6..481A
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'stars.dat'	! List of stars (table4 of paper I)

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

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

      integer*4     HR          ! Designation of the star in the Bright
*                                    Star Catalog <V/50>
      character*2   m_HR        ! [/0-9] Multiplicity
      character*9   HD          ! Designation in the Hentry Draper Catalog
*                                    <III/135>
      character*11  Name        ! Star name
      integer*4     Ns_short    ! ? Number of scans (short wavelength)
      integer*4     Ns_long     ! ? Number of scans (long wavelength)
      integer*4     RAh         ! (h) Right Ascension J2000 (hours)
      integer*4     RAm         ! (min) Right Ascension J2000 (minutes)
      integer*4     RAs         ! (s) Right Ascension J2000 (seconds)
      character*1   DE_         ! Declination J2000 (sign)
      integer*4     DEd         ! (deg) Declination J2000 (degrees)
      real*4        DEm         ! (arcmin) Declination J2000 (minutes)
      character*13  SpType      ! MK Spectral Classification
      real*4        Vmag        ! (mag) V magnitude
      real*4        B_V         ! (mag) color index
      character*1   table       ! *[56ab] Table containing the spectrophotometry
      character*1   Note        ! [*] note detailed in file notes.dat
*Note on table: the spectrophotometry is in tables:
*     5 : spectrophotometry in table5.dat  (range 320-1080nm)
*     6 : spectrophotometry in table6.dat  (range 500-1080nm)
*     a : spectrophotometry in table5a.dat (range 320-735nm)
*     b : spectrophotometry in both table5.dat and table6.dat

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

C  Declarations for 'notes.dat'	! Notes to stars.dat

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

      integer*4     HR_1        ! Designation of the star as in table4.dat
      character*3   m_HR_1      ! [ /0-9A-DP'] Multiplicity
      character*1   about       ! [VD] Note about Variability or Duplicity
      character*70  Text        ! *Text of note
*Note on Text: the following abbreviations are used:
*     ExtSt = Standard for definitions of atmospheric extinction.
*       NSV = number from "New Catalogue of Suspected Variable Stars"
*             (catalog <II/140>, 1982)
*       PSt = Primary standard;
*       SSt = Secondary standard;
*       TSt = Tertiary standard;

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

C  Loading file 'stars.dat'	! List of stars (table4 of paper I)

C  Format for file interpretation

    1 format(
     +  I4,A2,1X,A9,A11,1X,I3,1X,I3,1X,I2,1X,I2,1X,I2,1X,A1,I2,1X,
     +  F4.1,1X,A13,1X,F4.2,1X,F5.2,A1,A1)

C  Effective file loading

      open(unit=1,status='old',file=
     +'stars.dat')
      write(6,*) '....Loading file: stars.dat'
      do i__=1,609
        read(1,'(A80)')ar__
        read(ar__,1)
     +  HR,m_HR,HD,Name,Ns_short,Ns_long,RAh,RAm,RAs,DE_,DEd,DEm,
     +  SpType,Vmag,B_V,table,Note
        if(ar__(29:31) .EQ. '') Ns_short = iNULL__
        if(ar__(33:35) .EQ. '') Ns_long = iNULL__
        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(DE_.EQ.'-'.AND.DEdeg.GE.0) DEdeg=-DEdeg
c    ..............Just test output...........
        write(6,1)
     +  HR,m_HR,HD,Name,Ns_short,Ns_long,RAh,RAm,RAs,DE_,DEd,DEm,
     +  SpType,Vmag,B_V,table,Note
        write(6,'(6H Pos: 2F8.4)') RAdeg,DEdeg
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'notes.dat'	! Notes to stars.dat

C  Format for file interpretation

    2 format(I4,A3,A1,2X,A70)

C  Effective file loading

      open(unit=1,status='old',file=
     +'notes.dat')
      write(6,*) '....Loading file: notes.dat'
      do i__=1,510
        read(1,'(A80)')ar__1
        read(ar__1,2)HR_1,m_HR_1,about,Text
c    ..............Just test output...........
        write(6,2)HR_1,m_HR_1,about,Text
c    .......End.of.Just test output...........
      end do
      close(1)

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