FORTRAN Generation
(/./ftp/cats/J/AcA/68/315)

Conversion of standardized ReadMe file for file /./ftp/cats/J/AcA/68/315 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 2026-Sep-12
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/AcA/68/315        OGLE Galactic Cepheids                   (Udalski+, 2018)
*================================================================================
*OGLE Collection of Galactic Cepheids.
*    Udalski A., Soszynski I., Pietrukowicz P., Szymanski M.K., Skowron D.M.,
*    Skowron J., Mroz P., Poleski R., Kozlowski S., Ulaczyk K., Rybicki K.,
*    Iwanek P., Wrona M.
*   <Acta Astron., 68, 315-339 (2018)>
*   =2018AcA....68..315U    (SIMBAD/NED BibCode)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'ident.dat'	! Identification of stars

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

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

      character*19  Star       (nr__) ! Star's ID
      character*8   Type       (nr__) ! Subtype or pulsation mode (G1)
      integer*4     RAh        (nr__) ! (h) Right ascension, equinox J2000.0
      integer*4     RAm        (nr__) ! (min) Right ascension, equinox J2000.0
      real*4        RAs        (nr__) ! (s) Right ascension, equinox J2000.0
      character*1   DE_        (nr__) ! Declination sign, equinox J2000.0
      integer*4     DEd        (nr__) ! (deg) Declination, equinox J2000.0
      integer*4     DEm        (nr__) ! (arcmin) Declination, equinox J2000.0
      real*4        DEs        (nr__) ! (arcsec) Declination, equinox J2000.0
      character*16  OGLE4      (nr__) ! OGLE-IV ID
      character*15  OGLE3      (nr__) ! OGLE-III ID
      character*15  OGLE2      (nr__) ! OGLE-II ID
      character*20  OName      (nr__) ! Other designation (from VSX)

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

C  Declarations for 't2cep.dat'	! Parameters of type II Cepheids
                                 (bulge and Galactic disk fields)

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

      character*19  Star_1     (nr__1) ! Star's ID
      character*5   Type_1     (nr__1) ! Pulsation mode (G1)
      real*4        v_Imag_    (nr__1) ! (mag) Intensity mean I-band magnitude
      real*4        v_Vmag_    (nr__1) ! (mag) ?=- Intensity mean V-band magnitude
      real*8        Per        (nr__1) ! (d) Period
      real*8        e_Per      (nr__1) ! (d) Uncertainty of period
      real*8        HJD        (nr__1) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        T0         (nr__1) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21        (nr__1) ! Fourier coefficient R_21
      real*4        phi21      (nr__1) ! ?=- Fourier coefficient phi_21
      real*4        R31        (nr__1) ! Fourier coefficient R_31
      real*4        phi31      (nr__1) ! ?=- Fourier coefficient phi_31

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

C  Declarations for 'acep.dat'	! Parameters of fundamental-mode (F) and
                                 first-overtone (1O) anomalous Cepheids

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

      character*19  Star_2     (nr__2) ! Star's ID
      character*5   Type_2     (nr__2) ! Pulsation mode (G1)
      real*4        v_Imag__1  (nr__2) ! (mag) Intensity mean I-band magnitude
      real*4        v_Vmag__1  (nr__2) ! (mag) ?=- Intensity mean V-band magnitude
      real*8        Per_1      (nr__2) ! (d) Period
      real*8        e_Per_1    (nr__2) ! (d) Uncertainty of period
      real*8        HJD_1      (nr__2) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        T0_1       (nr__2) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21_1      (nr__2) ! Fourier coefficient R_21
      real*4        phi21_1    (nr__2) ! ?=- Fourier coefficient phi_21
      real*4        R31_1      (nr__2) ! Fourier coefficient R_31
      real*4        phi31_1    (nr__2) ! ?=- Fourier coefficient phi_31

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

C  Declarations for 'cep.dat'	! Parameters of fundamental-mode (F) and
                                 first-overtone (1O) Cepheids
                                 (bulge and Galactic disk fields)

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

      character*19  Star_3     (nr__3) ! Star's ID
      character*5   Type_3     (nr__3) ! Pulsation mode (G1)
      real*4        v_Imag__2  (nr__3) ! (mag) Intensity mean I-band magnitude
      real*4        v_Vmag__2  (nr__3) ! (mag) ?=- Intensity mean V-band magnitude
      real*8        Per_2      (nr__3) ! (d) Period
      real*8        e_Per_2    (nr__3) ! (d) Uncertainty of period
      real*8        HJD_2      (nr__3) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        T0_2       (nr__3) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21_2      (nr__3) ! Fourier coefficient R_21
      real*4        phi21_2    (nr__3) ! ?=- Fourier coefficient phi_21
      real*4        R31_2      (nr__3) ! Fourier coefficient R_31
      real*4        phi31_2    (nr__3) ! ?=- Fourier coefficient phi_31

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

C  Declarations for 'cep2.dat'	! Parameters of double-mode F/1O and 1O/2O
                                 Cepheids (bulge and Galactic disk fields)

      integer*4 nr__4
      parameter (nr__4=107)	! Number of records
      character*171 ar__4  	! Full-size record

      character*16  Star_4     (nr__4) ! Star's ID
      character*5   Mode       (nr__4) ! Pulsation mode (G1)
      real*4        v_Imag__3  (nr__4) ! (mag) Intensity mean I-band magnitude
      real*4        v_Vmag__3  (nr__4) ! (mag) ?=- Intensity mean V-band magnitude
      real*8        Per_3      (nr__4) ! (d) Longer period
      real*8        e_Per_3    (nr__4) ! (d) Uncertainty of the longer period
      real*8        T0_3       (nr__4) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        Iamp       (nr__4) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21_3      (nr__4) ! Fourier coefficient R_21
      real*4        phi21_3    (nr__4) ! ?=- Fourier coefficient phi_21
      real*4        R31_3      (nr__4) ! Fourier coefficient R_31
      real*4        phi31_3    (nr__4) ! ?=- Fourier coefficient phi_31
      real*8        PerS       (nr__4) ! (d) Shorter period
      real*8        e_PerS     (nr__4) ! (d) Uncertainty of the shorter period
      real*8        T0S        (nr__4) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        IampS      (nr__4) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21S       (nr__4) ! Fourier coefficient R_21
      real*4        phi21S     (nr__4) ! ?=- Fourier coefficient phi_21
      real*4        R31S       (nr__4) ! Fourier coefficient R_31
      real*4        phi31S     (nr__4) ! ?=- Fourier coefficient phi_31

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

C  Declarations for 'cep3.dat'	! parameters of triple-mode 1O/2O/3O and F/1O/2O
                                 Cepheids (bulge and Galactic disk fields)

      integer*4 nr__5
      parameter (nr__5=7)	! Number of records
      character*241 ar__5  	! Full-size record

      character*16  Star_5     (nr__5) ! Star's ID
      character*8   Mode_1     (nr__5) ! Pulsation mode (G1)
      real*4        v_Imag__4  (nr__5) ! (mag) Intensity mean I-band magnitude
      real*4        v_Vmag__4  (nr__5) ! (mag) ?=- Intensity mean V-band magnitude
      real*8        Per_4      (nr__5) ! (d) Longest period
      real*8        e_Per_4    (nr__5) ! (d) Uncertainty of the longest period
      real*8        T0_4       (nr__5) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        Iamp_1     (nr__5) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21_4      (nr__5) ! Fourier coefficient R_21
      real*4        phi21_4    (nr__5) ! Fourier coefficient phi_21
      real*4        R31_4      (nr__5) ! Fourier coefficient R_31
      real*4        phi31_4    (nr__5) ! ?=- Fourier coefficient phi_31
      real*8        PerM       (nr__5) ! (d) Medium period
      real*8        e_PerM     (nr__5) ! (d) Uncertainty of the medium period
      real*8        T0M        (nr__5) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        IampM      (nr__5) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21M       (nr__5) ! Fourier coefficient R_21
      real*4        phi21M     (nr__5) ! ?=- Fourier coefficient phi_21
      real*4        R31M       (nr__5) ! Fourier coefficient R_31
      real*4        phi31M     (nr__5) ! ?=- Fourier coefficient phi_31
      real*8        PerS_1     (nr__5) ! (d) Shortest period
      real*8        e_PerS_1   (nr__5) ! (d) Uncertainty of the shortest period
      real*8        T0S_1      (nr__5) ! (d) Time of maximum brightness (HJD-2450000)
      real*4        IampS_1    (nr__5) ! (mag) I-band amplitude (maximum-minimum)
      real*4        R21S_1     (nr__5) ! Fourier coefficient R_21
      real*4        phi21s_1   (nr__5) ! ?=- Fourier coefficient phi_21
      real*4        R31S_1     (nr__5) ! Fourier coefficient R_31
      real*4        phi31S_1   (nr__5) ! ?=- Fourier coefficient phi_31

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

C  Declarations for 'remarks.dat'	! Individual remarks

      integer*4 nr__6
      parameter (nr__6=75)	! Number of records
      character*98 ar__6  	! Full-size record

      character*19  Star_6     (nr__6) ! Star's ID
      character*78  Rem        (nr__6) ! Remark

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

C  Loading file 'ident.dat'	! Identification of stars

C  Format for file interpretation

    1 format(
     +  A19,1X,A8,2X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,2X,A16,
     +  1X,A15,1X,A15,1X,A20)

C  Effective file loading

      open(unit=1,status='old',file=
     +'ident.dat')
      write(6,*) '....Loading file: ident.dat'
      do i__=1,2807
        read(1,'(A124)')ar__
        read(ar__,1)
     +  Star(i__),Type(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),
     +  DEd(i__),DEm(i__),DEs(i__),OGLE4(i__),OGLE3(i__),OGLE2(i__),
     +  OName(i__)
        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)
     +  Star(i__),Type(i__),RAh(i__),RAm(i__),RAs(i__),DE_(i__),
     +  DEd(i__),DEm(i__),DEs(i__),OGLE4(i__),OGLE3(i__),OGLE2(i__),
     +  OName(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 't2cep.dat'	! Parameters of type II Cepheids
*                                 (bulge and Galactic disk fields)

C  Format for file interpretation

    2 format(
     +  A19,A5,1X,F6.3,1X,F6.3,2X,F10.7,1X,F9.7,2X,F10.5,2X,F5.3,2X,
     +  F5.3,1X,F5.3,2X,F5.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'t2cep.dat')
      write(6,*) '....Loading file: t2cep.dat'
      do i__=1,1238
        read(1,'(A105)')ar__1
        read(ar__1,2)
     +  Star_1(i__),Type_1(i__),v_Imag_(i__),v_Vmag_(i__),Per(i__),
     +  e_Per(i__),HJD(i__),T0(i__),R21(i__),phi21(i__),R31(i__),
     +  phi31(i__)
        if (idig(ar__1(33:38)).EQ.0) v_Vmag_(i__) =  rNULL__
        if (idig(ar__1(88:92)).EQ.0) phi21(i__) =  rNULL__
        if (idig(ar__1(101:105)).EQ.0) phi31(i__) =  rNULL__
c    ..............Just test output...........
        write(6,2)
     +  Star_1(i__),Type_1(i__),v_Imag_(i__),v_Vmag_(i__),Per(i__),
     +  e_Per(i__),HJD(i__),T0(i__),R21(i__),phi21(i__),R31(i__),
     +  phi31(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'acep.dat'	! Parameters of fundamental-mode (F) and
*                                 first-overtone (1O) anomalous Cepheids

C  Format for file interpretation

    3 format(
     +  A19,A5,1X,F6.3,1X,F6.3,2X,F10.7,1X,F9.7,2X,F10.5,2X,F5.3,2X,
     +  F5.3,1X,F5.3,2X,F5.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'acep.dat')
      write(6,*) '....Loading file: acep.dat'
      do i__=1,55
        read(1,'(A105)')ar__2
        read(ar__2,3)
     +  Star_2(i__),Type_2(i__),v_Imag__1(i__),v_Vmag__1(i__),
     +  Per_1(i__),e_Per_1(i__),HJD_1(i__),T0_1(i__),R21_1(i__),
     +  phi21_1(i__),R31_1(i__),phi31_1(i__)
        if (idig(ar__2(33:38)).EQ.0) v_Vmag__1(i__) =  rNULL__
        if (idig(ar__2(88:92)).EQ.0) phi21_1(i__) =  rNULL__
        if (idig(ar__2(101:105)).EQ.0) phi31_1(i__) =  rNULL__
c    ..............Just test output...........
        write(6,3)
     +  Star_2(i__),Type_2(i__),v_Imag__1(i__),v_Vmag__1(i__),
     +  Per_1(i__),e_Per_1(i__),HJD_1(i__),T0_1(i__),R21_1(i__),
     +  phi21_1(i__),R31_1(i__),phi31_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'cep.dat'	! Parameters of fundamental-mode (F) and
*                                 first-overtone (1O) Cepheids
*                                 (bulge and Galactic disk fields)

C  Format for file interpretation

    4 format(
     +  A19,A5,1X,F6.3,1X,F6.3,2X,F10.7,1X,F9.7,2X,F10.5,2X,F5.3,2X,
     +  F5.3,1X,F5.3,2X,F5.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'cep.dat')
      write(6,*) '....Loading file: cep.dat'
      do i__=1,1400
        read(1,'(A105)')ar__3
        read(ar__3,4)
     +  Star_3(i__),Type_3(i__),v_Imag__2(i__),v_Vmag__2(i__),
     +  Per_2(i__),e_Per_2(i__),HJD_2(i__),T0_2(i__),R21_2(i__),
     +  phi21_2(i__),R31_2(i__),phi31_2(i__)
        if (idig(ar__3(33:38)).EQ.0) v_Vmag__2(i__) =  rNULL__
        if (idig(ar__3(88:92)).EQ.0) phi21_2(i__) =  rNULL__
        if (idig(ar__3(101:105)).EQ.0) phi31_2(i__) =  rNULL__
c    ..............Just test output...........
        write(6,4)
     +  Star_3(i__),Type_3(i__),v_Imag__2(i__),v_Vmag__2(i__),
     +  Per_2(i__),e_Per_2(i__),HJD_2(i__),T0_2(i__),R21_2(i__),
     +  phi21_2(i__),R31_2(i__),phi31_2(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'cep2.dat'	! Parameters of double-mode F/1O and 1O/2O
*                                 Cepheids (bulge and Galactic disk fields)

C  Format for file interpretation

    5 format(
     +  A16,3X,A5,1X,F6.3,1X,F6.3,2X,F10.7,1X,F9.7,2X,F10.5,2X,F5.3,
     +  2X,F5.3,1X,F5.3,2X,F5.3,1X,F5.3,1X,F10.7,1X,F9.7,2X,F10.5,2X,
     +  F5.3,2X,F5.3,1X,F5.3,2X,F5.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'cep2.dat')
      write(6,*) '....Loading file: cep2.dat'
      do i__=1,107
        read(1,'(A171)')ar__4
        read(ar__4,5)
     +  Star_4(i__),Mode(i__),v_Imag__3(i__),v_Vmag__3(i__),
     +  Per_3(i__),e_Per_3(i__),T0_3(i__),Iamp(i__),R21_3(i__),
     +  phi21_3(i__),R31_3(i__),phi31_3(i__),PerS(i__),e_PerS(i__),
     +  T0S(i__),IampS(i__),R21S(i__),phi21S(i__),R31S(i__),
     +  phi31S(i__)
        if (idig(ar__4(33:38)).EQ.0) v_Vmag__3(i__) =  rNULL__
        if (idig(ar__4(88:92)).EQ.0) phi21_3(i__) =  rNULL__
        if (idig(ar__4(101:105)).EQ.0) phi31_3(i__) =  rNULL__
        if (idig(ar__4(154:158)).EQ.0) phi21S(i__) =  rNULL__
        if (idig(ar__4(167:171)).EQ.0) phi31S(i__) =  rNULL__
c    ..............Just test output...........
        write(6,5)
     +  Star_4(i__),Mode(i__),v_Imag__3(i__),v_Vmag__3(i__),
     +  Per_3(i__),e_Per_3(i__),T0_3(i__),Iamp(i__),R21_3(i__),
     +  phi21_3(i__),R31_3(i__),phi31_3(i__),PerS(i__),e_PerS(i__),
     +  T0S(i__),IampS(i__),R21S(i__),phi21S(i__),R31S(i__),
     +  phi31S(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'cep3.dat'	! parameters of triple-mode 1O/2O/3O and F/1O/2O
*                                 Cepheids (bulge and Galactic disk fields)

C  Format for file interpretation

    6 format(
     +  A16,4X,A8,1X,F6.3,1X,F6.3,2X,F10.7,1X,F9.7,2X,F10.5,2X,F5.3,
     +  2X,F5.3,1X,F5.3,2X,F5.3,1X,F5.3,1X,F10.7,1X,F9.7,2X,F10.5,2X,
     +  F5.3,2X,F5.3,1X,F5.3,2X,F5.3,1X,F5.3,1X,F10.7,1X,F9.7,2X,
     +  F10.5,2X,F5.3,2X,F5.3,1X,F5.3,2X,F5.3,1X,F5.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'cep3.dat')
      write(6,*) '....Loading file: cep3.dat'
      do i__=1,7
        read(1,'(A241)')ar__5
        read(ar__5,6)
     +  Star_5(i__),Mode_1(i__),v_Imag__4(i__),v_Vmag__4(i__),
     +  Per_4(i__),e_Per_4(i__),T0_4(i__),Iamp_1(i__),R21_4(i__),
     +  phi21_4(i__),R31_4(i__),phi31_4(i__),PerM(i__),e_PerM(i__),
     +  T0M(i__),IampM(i__),R21M(i__),phi21M(i__),R31M(i__),
     +  phi31M(i__),PerS_1(i__),e_PerS_1(i__),T0S_1(i__),IampS_1(i__),
     +  R21S_1(i__),phi21s_1(i__),R31S_1(i__),phi31S_1(i__)
        if (idig(ar__5(37:42)).EQ.0) v_Vmag__4(i__) =  rNULL__
        if (idig(ar__5(105:109)).EQ.0) phi31_4(i__) =  rNULL__
        if (idig(ar__5(158:162)).EQ.0) phi21M(i__) =  rNULL__
        if (idig(ar__5(171:175)).EQ.0) phi31M(i__) =  rNULL__
        if (idig(ar__5(224:228)).EQ.0) phi21s_1(i__) =  rNULL__
        if (idig(ar__5(237:241)).EQ.0) phi31S_1(i__) =  rNULL__
c    ..............Just test output...........
        write(6,6)
     +  Star_5(i__),Mode_1(i__),v_Imag__4(i__),v_Vmag__4(i__),
     +  Per_4(i__),e_Per_4(i__),T0_4(i__),Iamp_1(i__),R21_4(i__),
     +  phi21_4(i__),R31_4(i__),phi31_4(i__),PerM(i__),e_PerM(i__),
     +  T0M(i__),IampM(i__),R21M(i__),phi21M(i__),R31M(i__),
     +  phi31M(i__),PerS_1(i__),e_PerS_1(i__),T0S_1(i__),IampS_1(i__),
     +  R21S_1(i__),phi21s_1(i__),R31S_1(i__),phi31S_1(i__)
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'remarks.dat'	! Individual remarks

C  Format for file interpretation

    7 format(A19,1X,A78)

C  Effective file loading

      open(unit=1,status='old',file=
     +'remarks.dat')
      write(6,*) '....Loading file: remarks.dat'
      do i__=1,75
        read(1,'(A98)')ar__6
        read(ar__6,7)Star_6(i__),Rem(i__)
c    ..............Just test output...........
        write(6,7)Star_6(i__),Rem(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