Conversion of standardized ReadMe file for
file /./ftp/cats/J/AJ/137/498 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.5, on 2013-May-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__=-1.e37) ! NULL real number
parameter (iNULL__=-2147483647) ! NULL int number
C=============================================================================
Cat. J/AJ/137/498 UCD and bright GC in Fornax (Gregg+, 2009)
*================================================================================
*A large population of ultra-compact dwarfs and bright intracluster globulars in
*the Fornax cluster.
* Gregg M.D., Drinkwater M.J., Evstigneeva E., Jurek R., Karick A.M.,
* Phillipps S., Bridges T., Jones J.B., Bekki K., Couch W.J.
* <Astron. J., 137, 498-506 (2009)>
* =2009AJ....137..498G
C=============================================================================
C Internal variables
integer*4 i__
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table2.dat' ! UCDs in Fornax
integer*4 nr__
parameter (nr__=60) ! Number of records
character*66 ar__ ! Full-size record
real*8 RA_ ! (deg) Right Ascension J2000
real*8 Dec ! (deg) Declination J2000
integer*4 Seq ! Sequential number, [GDE2009] UCD NN in Simbad
integer*4 RAh ! (h) Right ascension (J2000)
integer*4 RAm ! (min) Right ascension (J2000)
real*4 RAs ! (s) Right ascension (J2000)
character*1 DE_ ! Declination sign (J2000)
integer*4 DEd ! (deg) Declination (J2000)
integer*4 DEm ! (arcmin) Declination (J2000)
real*4 DEs ! (arcsec) Declination (J2000)
real*4 rfmag ! (mag) ?=- r_f_ magnitude (1)
real*4 bJmag ! (mag) ?=- b_J_ magnitude (1)
integer*4 RV ! (km/s) Radial velocity
integer*4 e_RV ! (km/s) rms uncertainty on RV
character*20 Notes ! Notes (2)
*Note (1): Photometry is from the APM digitized sky survey database;
* objects with no photometry entries are either not detected or
* merged with nearby objects.
*Note (2): Original six UCDs from Phillipps et al. (2001ApJ...560..201P) and
* Jones et al. (2006AJ....131..312J) are identified. Also identified are
* objects in common with
* * Mieske et al. (2002, Cat, J/A+A/383/823, F-NNNN = <FCOS F-NNNN> in Simbad)
* * Mieske et al. (2004, Cat. J/A+A/418/445, F-NNNN = <FCOS F-NNNN> in Simbad)
* * Dirsch et al. (2004,Cat. J/AJ/127?2114, NN:NN = <[DRG2004] NN:NN> in Simbad)
* * or Bergond et al. (2007, Cat. J/A+A/464/L21,
* GCNN.NN = <[BAL2007] gcNN.NN> in Simbad,
* UCD N = <[DJG2000] UCO N> in Simbad
c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
C Declarations for 'table3.dat' ! Fornax velocity member dE/S0,N galaxies
integer*4 nr__1
parameter (nr__1=53) ! Number of records
character*79 ar__1 ! Full-size record
real*8 RA__1 ! (deg) Right Ascension J2000
real*8 Dec_1 ! (deg) Declination J2000
integer*4 FCC ! FCC number (1)
integer*4 RAh_1 ! (h) Right ascension (J2000)
integer*4 RAm_1 ! (min) Right ascension (J2000)
real*4 RAs_1 ! (s) Right ascension (J2000)
character*1 DE__1 ! Declination sign (J2000)
integer*4 DEd_1 ! (deg) Declination (J2000)
integer*4 DEm_1 ! (arcmin) Declination (J2000)
real*4 DEs_1 ! (arcsec) Declination (J2000)
real*4 bJmag_1 ! (mag) ?=- b_J_ magnitude (1)
integer*4 RV_1 ! (km/s) Radial velocity
integer*4 r_RV ! Reference for RV (2)
real*8 x ! (arcmin) Distance in alpha from the center of NGC1399
real*8 y ! (arcmin) Distance in delta from the center of NGC1399
real*4 R ! (arcmin) Radial distance from the center of NGC1399
character*16 Type ! Morphological type (1)
*Note (1): FCC number and galaxy types are from Ferguson (1989, Cat. VII/180).
*Note (2): Sources for radial velocities as follows:
* 1 = Drinkwater et al. (2001ApJ...548L.139D)
* 2 = Karick (2005, Phd thesis, Melbourne University)
* 3 = Drinkwater et al. (2000A&A...355..900D)
* 4 = Mieske et al. (2002, Cat. J/A+A/383/823)
C=============================================================================
C Loading file 'table2.dat' ! UCDs in Fornax
C Format for file interpretation
1 format(
+ I2,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,1X,F4.1,1X,F4.1,
+ 1X,I4,1X,I3,1X,A20)
C Effective file loading
open(unit=1,file='table2.dat', status='old')
write(6,*) '....Loading file: table2.dat'
do i__=1,60
read(1,'(A66)')ar__
read(ar__,1)
+ Seq,RAh,RAm,RAs,DE_,DEd,DEm,DEs,rfmag,bJmag,RV,e_RV,Notes
if (rfmag .EQ. 2.2233e-322) rfmag = rNULL__
if (bJmag .EQ. 2.2233e-322) bJmag = rNULL__
c Derive coordinates RA_ and Dec from input data
c (RA_ and Dec are set to rNULL_ when unknown)
RA_ = RAh
if(RAh .GE. 0) RA_=RAh*15.
if(RAm .GE. 0) RA_=RA_+RAm/4.
if(RAs .GE. 0) RA_=RA_+RAs/240.
Dec = DEd
if(DEm .GE. 0) Dec=Dec+DEm/60.
if(DEs .GE. 0) Dec=Dec+DEs/3600.
if(DE_.EQ.'-'.AND.Dec.GE.0) Dec=-Dec
c ..............Just test output...........
write(6,1)
+ Seq,RAh,RAm,RAs,DE_,DEd,DEm,DEs,rfmag,bJmag,RV,e_RV,Notes
write(6,'(6H Pos: 2F8.4)') RA_,Dec
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
C Loading file 'table3.dat' ! Fornax velocity member dE/S0,N galaxies
C Format for file interpretation
2 format(
+ I3,1X,I2,1X,I2,1X,F5.2,1X,A1,I2,1X,I2,1X,F4.1,1X,F4.1,1X,I4,
+ 1X,I1,1X,F7.2,1X,F7.2,1X,F6.2,1X,A16)
C Effective file loading
open(unit=1,file='table3.dat', status='old')
write(6,*) '....Loading file: table3.dat'
do i__=1,53
read(1,'(A79)')ar__1
read(ar__1,2)
+ FCC,RAh_1,RAm_1,RAs_1,DE__1,DEd_1,DEm_1,DEs_1,bJmag_1,RV_1,
+ r_RV,x,y,R,Type
if (bJmag_1 .EQ. 2.2233e-322) bJmag_1 = rNULL__
c Derive coordinates RA__1 and Dec_1 from input data
c (RA__1 and Dec_1 are set to rNULL_ when unknown)
RA__1 = RAh_1
if(RAh_1 .GE. 0) RA__1=RAh_1*15.
if(RAm_1 .GE. 0) RA__1=RA__1+RAm_1/4.
if(RAs_1 .GE. 0) RA__1=RA__1+RAs_1/240.
Dec_1 = DEd_1
if(DEm_1 .GE. 0) Dec_1=Dec_1+DEm_1/60.
if(DEs_1 .GE. 0) Dec_1=Dec_1+DEs_1/3600.
if(DE__1.EQ.'-'.AND.Dec_1.GE.0) Dec_1=-Dec_1
c ..............Just test output...........
write(6,2)
+ FCC,RAh_1,RAm_1,RAs_1,DE__1,DEd_1,DEm_1,DEs_1,bJmag_1,RV_1,
+ r_RV,x,y,R,Type
write(6,'(6H Pos: 2F8.4)') RA__1,Dec_1
c .......End.of.Just test output...........
end do
close(1)
C=============================================================================
stop
end