Skip to content
Snippets Groups Projects
Select Git revision
  • 50188b8e7220bc4c56d2fe3db47cbd5b9b4ef00e
  • master default protected
  • fix-issue-901
  • fix-issue-928
  • fix-issue-896-zmq-publish
  • fix-issue-885
  • fix-issue-921
  • fix-910
  • fix-issue-804
  • srt-bandQ-receiver
  • fix-issue-855
  • stable
  • srt-bandW-receiver
  • fix-issue-805
  • feature-med-c-band-srv
  • fix-issue-760
  • fix-issue-628
  • fix-issue-588
  • fix-issue-derotator-328
  • OffsetReview
  • DerotatorAndMinorServo
  • discos1.0.6h
  • discos1.0.6f
  • discos1.0.6e
  • discos1.0.6d
  • discos1.0.6c
  • discos1.0.6b
  • discos1.0.6a
  • discos1.0.6
  • discos1.0.5
  • discos1.0.4
  • discos1.0.3
  • discos1.0.2
  • discos1.0.1
  • discos1.0.0
  • discos1.0-rc02
  • discos1.0-rc01
  • escs-0.5
  • escs-0.4
  • nuraghe-0.6
  • noto-0.1
41 results

Version.h

Blame
  • Version.h 3.60 KiB
    #ifndef VERSION_H_
    #define VERSION_H_
    
    /* ************************************************************************************************************* */
    /* DISCOS project                                                                               */
    /*                                                                                                               */
    /* This code is under GNU General Public Licence (GPL).                                                          */
    /*                                                                                                               */
    /* Who                                    when            What                                                       */
    /* Andrea Orlati (a.orlati@ira.inaf.it)   09/04/2015
    */
    
    #define FITS_VERSION1 "V. 0.8"
    #define FITS_VERSION2 "V.0.82"
    #define FITS_VERSION3 "V.0.9"
    #define FITS_VERSION4 "V.0.91"
    #define FITS_VERSION5 "V.0.92"
    #define FITS_VERSION6 "V.1.0"
    #define FITS_VERSION7 "V.1.01"
    #define FITS_VERSION8 "V.1.1"
    #define FITS_VERSION9 "V.1.11"
    #define FITS_VERSION10 "V.1.12"
    #define FITS_VERSION11 "V.1.2"
    #define FITS_VERSION12 "V.1.21"
    #define FITS_VERSION13 "V.1.22"
    #define FITS_VERSION14 "V.1.23"
    
    
    #define CURRENT_VERSION FITS_VERSION14
    
    #define DEFAULT_COMMENT CURRENT_VERSION" Created by  S. Righini, M. Bartolini  & A. Orlati"
    
    #define HISTORY1 FITS_VERSION1" First output standard for Italian radiotelescopes"
    #define HISTORY2 FITS_VERSION2" The tsys column in data table raplaced with the Tant table, it reports the tsys measurement for each input of each section"
    #define HISTORY3 FITS_VERSION3" The section table has been splitted into two tables: sections and rf inputs table"
    #define HISTORY4 FITS_VERSION4" Added the flux column in section table"
    #define HISTORY5 FITS_VERSION5" SubScanType added as primary header keyword"
    #define HISTORY6 FITS_VERSION6" Added new table to store position of subriflector e primary focus receivers: SERVO TABLE"
    #define HISTORY7 FITS_VERSION7" New keywords in FEED TABLE header to describe derotator configuration"
    #define HISTORY8 FITS_VERSION8" Summary.fits file included in order to describe the scan configuration"
    #define HISTORY9 FITS_VERSION9" Added the keyword SIGNAL in main header of each sub scan fits"
    #define HISTORY10 FITS_VERSION10" Summary.fits has now a number of meaningful keywords"
    #define HISTORY11 FITS_VERSION11" Frequency and bandwidth columns added to Section table reporting backend sampled band"
    #define HISTORY12 FITS_VERSION12" SubScan offsets added to the primary header"
    #define HISTORY13 FITS_VERSION13" Summary file aligned to reference document"
    #define HISTORY14 FITS_VERSION14" Rest frequency information also added in the header of section table"
    
    
    #define CREDITS1  " "
    #define CREDITS2  "These data are property of:"
    #define CREDITS3  " "
    #define CREDITS4  "Istituto Nazionale di Astrofisica-INAF"
    #define CREDITS5  "National Institute for Astrophysics-INAF"
    #define CREDITS6  "via del Parco Mellini 84"
    #define CREDITS7  "00136 Roma (ITALY)"
    #define CREDITS8  " "
    #define CREDITS9  "Permission is granted for publication and reproduction of this"
    #define CREDITS10 "material for scholarly, educational, and private non-commercial"
    #define CREDITS11 "use. Inquiries for potential commercial uses should be sent to"
    #define CREDITS12 "the address above."
    #define CREDITS13 " "
    #define CREDITS14 "--------------------------------------------------------------"
    #define CREDITS15 " "
    #define CREDITS16 "These data can be retrieved from the site"
    #define CREDITS17 "http://radioarchive.inaf.it"
    #define CREDITS18 "under the usage rules reported at that site."
    
    
    
    #endif /* VERSION_H_ */