Changeset 8947


Ignore:
Timestamp:
06/12/08 18:35:26 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8946 r8947  
    2121
    2222 2008/06/12 Thomas Bretz
     23
     24   * resources/starguider00267253.txt, resources/starguider00291104.txt:
     25     - added
     26
     27   * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
     28     - added preliminary pointing models
     29
     30   * mpointing/MPointingDevCalc.cc:
     31     - updated comments
    2332
    2433   * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
  • trunk/MagicSoft/Mars/NEWS

    r8946 r8947  
    146146
    147147    * DrawNicePlot now allows to set a projection range
     148
     149    * Updates pointing models. One is applied after the implementation
     150      of the new LUTS in August, the other one is applied after the
     151      next major change of the pointing model in October. Note that
     152      these models are preliminary and give wrong results below Zd=65deg
    148153
    149154 ;sponde
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r8938 r8947  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.40 2008-06-12 13:00:44 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.41 2008-06-12 17:35:26 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    609609    plot.Plot("Star.fRmsCloudiness",           0, 100, 1);
    610610    plot.SetDescription("Sky Temperature [K]", "SkyTemp");
    611     plot.Plot("Star.fAvgTempSky",         200, 300, 1);
     611    plot.Plot("Star.fAvgTempSky",         150, 300, 1);
    612612    plot.SetDescription("Maximum Humidity [%]", "MaxHum");
    613613    plot.Plot("Star.fMaxHumidity",             0, 100, 1);
  • trunk/MagicSoft/Mars/ganymed.rc

    r8731 r8947  
    5656#MPointingDevCalc.MaxAge       1.0
    5757
    58 MPointingDevCalc.PointingModels: 1 81855 83722 89180
     58MPointingDevCalc.PointingModels: 1 81855 83722 89180 267253 291104
    5959
    6060# -------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/ganymed_onoff.rc

    r8731 r8947  
    5656#MPointingDevCalc.MaxAge       1.0
    5757
    58 MPointingDevCalc.PointingModels: 1 81855 83722 89180
     58MPointingDevCalc.PointingModels: 1 81855 83722 89180 267253 291104
    5959
    6060# -------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/ganymed_wobble.rc

    r8731 r8947  
    5656#MPointingDevCalc.MaxAge       1.0
    5757
    58 MPointingDevCalc.PointingModels: 1 81855 83722 89180
     58MPointingDevCalc.PointingModels: 1 81855 83722 89180 267253 291104
    5959
    6060# -------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc

    r8888 r8947  
    157157//   17. Oct. 2006   ~103130
    158158//   17. Jun. 2007   ~248193
    159 //   18. Oct. 2007   ~291039(?)
    160 //   14. Jan. 2008
     159//   18. Oct. 2007    291104      // Correction for the offsets introduced by AMC
     160//   14. Jan. 2008    328198      // Complete new pointing model
     161//   11. Jun. 2008              (ca. 23:00)
    161162//
    162163// From 2.2.2006 beginnig of the night (21:05h, run >=81855) to 24.2.2006
     
    209210// of this.
    210211//
    211 // [2007-08-14 22:29:37]
     212// [2007-08-14 22:29:37]  Run 267253
    212213// Before continuing the observation we perform a focussing test with the
    213214// new LUTs from recent Polaris focussing. Note: Data on Her X-1 was taken
Note: See TracChangeset for help on using the changeset viewer.