FORTRAN Generation
(/./ftp/cats/J/A_A/298/375)

Conversion of standardized ReadMe file for file /./ftp/cats/J/A_A/298/375 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-28
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/A+A/298/375                       Jet-disk symbiosis II         (Falcke+ 1995)
*================================================================================
*The jet-disk symbiosis II. Interpreting the Radio/UV correlations in quasars
*       FALCKE H., MALKAN M.A., BIERMANN P.L.
*      <Astron. Astrophys. 298, 375 (1995)>
*      =1995A&A...298..375F      (SIMBAD/NED Reference)
C=============================================================================

C  Internal variables

      integer*4 i__

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

C  Declarations for 'table1'	! The quasar sample used in this paper

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

      integer*4     Quasar      ! [1-131]+ Quasar ID number (1)
      character*21  Name        ! Quasar IAU name
      real*4        z           ! Redshift
      character*5   Class       ! Class (2)
      real*4        log_Ldisk   ! ([10-7W]) Logarithm of average disk luminosity
      real*4        log_LdiskUV ! ([10-7W]) []? Logarithm of disk luminosity derived
*                                      from UV-bump fits
      real*4        log_LdiskMb ! ([10-7W]) []? Logarithm of disk luminosity derived
*                                      from absolute blue magnitude
      real*4        log_LdiskMv ! ([10-7W]) []? Logarithm of disk luminosity derived
*                                      from absolute magnitude of the continuum
*                                      at 5500 A
      real*4        log_LdiskeL ! ([10-7W]) []? Logarithm of disk luminosity derived
*                                      from emission lines seen in the optical
*                                      spectrum
      character*1   l_log_nu_L_nu_ ! Limit flag on radio luminosity
      real*4        log_nu_L_nu_ ! ([10-7W]) Logarithm of Radio luminosity of the core
*                                      at 5GHz rest frame
      character*1   l_f_c       ! Limit flag on ratio f(c)
      real*4        f_c         ! (%) Radio of core flux to total flux at 5GHz
*                                      rest frame
      real*4        alpha       ! Differential spectral index of fitted
*                                      spectrum at 5GHz rest frame
*Note (1): (n.1-n.87) is the PG sample with z<0.5
*          (n.88-n.113) is the rest of the PG sample
*          (n.114-n.131) are quasars from Sun and Malkan 1989.
*          An asterisk '*' marks quasars with new accretion disk fits and
*          a dagger '+' marks the two quasars with strong variations between
*          Mb and the UV
*Note (2): Q radio weak
*          L radio loud
*          S steep spectrum (alpha=<-0.5)
*          F flat spectrum (alpha>-0.5)
*          V variable spectrum
*          P point source
*          E extended emission
*          D (double) lobe structure

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

C  Declarations for 'table2'	! The FR II sample used in this paper

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

      integer*4     Quasar_1    ! [132-170]+ Quasar ID number
      character*16  Name_1      ! Quasar IAU name
      real*4        z_1         ! Redshift
      real*4        Ldisk       ! ([10-7W]) Logarithm of the disk luminosity derived
*                                       by multiplying the lobe power calculated
*                                       by Rawlings and Saunders (1991)
      character*1   l_log_nu_L_nu__1 ! Limit flag on radio luminosity
      real*4        log_nu_L_nu__1 ! ([10-7W]) Logarithm of radio luminosity of the
*                                       core at 5GHz rest frame
      character*1   l_f_c_1     ! Limit flag on ratio f(c)
      real*4        f_c_1       ! (%) Radio of core flux to total flux at 5GHz
*                                       rest frame
      real*4        alpha_1     ! Differential spectral index of fitted
*                                       spectrum at 5GHz rest frame

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

C  Loading file 'table1'	! The quasar sample used in this paper

C  Format for file interpretation

    1 format(
     +  1X,I3,1X,A21,1X,F5.3,1X,A5,4X,F4.1,1X,F4.1,1X,F4.1,1X,F4.1,2X,
     +  F4.1,1X,A1,F4.1,3X,A1,F5.1,1X,F6.3)

C  Effective file loading

      open(unit=1,status='old',file=
     +'table1')
      write(6,*) '....Loading file: table1'
      do i__=1,131
        read(1,'(A89)')ar__
        read(ar__,1)
     +  Quasar,Name,z,Class,log_Ldisk,log_LdiskUV,log_LdiskMb,
     +  log_LdiskMv,log_LdiskeL,l_log_nu_L_nu_,log_nu_L_nu_,l_f_c,f_c,
     +  alpha
        if(ar__(48:51) .EQ. '') log_LdiskUV = rNULL__
        if(ar__(53:56) .EQ. '') log_LdiskMb = rNULL__
        if(ar__(58:61) .EQ. '') log_LdiskMv = rNULL__
        if(ar__(64:67) .EQ. '') log_LdiskeL = rNULL__
c    ..............Just test output...........
        write(6,1)
     +  Quasar,Name,z,Class,log_Ldisk,log_LdiskUV,log_LdiskMb,
     +  log_LdiskMv,log_LdiskeL,l_log_nu_L_nu_,log_nu_L_nu_,l_f_c,f_c,
     +  alpha
c    .......End.of.Just test output...........
      end do
      close(1)

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

C  Loading file 'table2'	! The FR II sample used in this paper

C  Format for file interpretation

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

C  Effective file loading

      open(unit=1,status='old',file=
     +'table2')
      write(6,*) '....Loading file: table2'
      do i__=1,39
        read(1,'(A51)')ar__1
        read(ar__1,2)
     +  Quasar_1,Name_1,z_1,Ldisk,l_log_nu_L_nu__1,log_nu_L_nu__1,
     +  l_f_c_1,f_c_1,alpha_1
c    ..............Just test output...........
        write(6,2)
     +  Quasar_1,Name_1,z_1,Ldisk,l_log_nu_L_nu__1,log_nu_L_nu__1,
     +  l_f_c_1,f_c_1,alpha_1
c    .......End.of.Just test output...........
      end do
      close(1)

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