Changeset 8947
- Timestamp:
- 06/12/08 18:35:26 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8946 r8947 21 21 22 22 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 23 32 24 33 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc], -
trunk/MagicSoft/Mars/NEWS
r8946 r8947 146 146 147 147 * 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 148 153 149 154 ;sponde -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8938 r8947 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.4 0 2008-06-12 13:00:44tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.41 2008-06-12 17:35:26 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 609 609 plot.Plot("Star.fRmsCloudiness", 0, 100, 1); 610 610 plot.SetDescription("Sky Temperature [K]", "SkyTemp"); 611 plot.Plot("Star.fAvgTempSky", 200, 300, 1);611 plot.Plot("Star.fAvgTempSky", 150, 300, 1); 612 612 plot.SetDescription("Maximum Humidity [%]", "MaxHum"); 613 613 plot.Plot("Star.fMaxHumidity", 0, 100, 1); -
trunk/MagicSoft/Mars/ganymed.rc
r8731 r8947 56 56 #MPointingDevCalc.MaxAge 1.0 57 57 58 MPointingDevCalc.PointingModels: 1 81855 83722 89180 58 MPointingDevCalc.PointingModels: 1 81855 83722 89180 267253 291104 59 59 60 60 # ------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/ganymed_onoff.rc
r8731 r8947 56 56 #MPointingDevCalc.MaxAge 1.0 57 57 58 MPointingDevCalc.PointingModels: 1 81855 83722 89180 58 MPointingDevCalc.PointingModels: 1 81855 83722 89180 267253 291104 59 59 60 60 # ------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/ganymed_wobble.rc
r8731 r8947 56 56 #MPointingDevCalc.MaxAge 1.0 57 57 58 MPointingDevCalc.PointingModels: 1 81855 83722 89180 58 MPointingDevCalc.PointingModels: 1 81855 83722 89180 267253 291104 59 59 60 60 # ------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc
r8888 r8947 157 157 // 17. Oct. 2006 ~103130 158 158 // 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) 161 162 // 162 163 // From 2.2.2006 beginnig of the night (21:05h, run >=81855) to 24.2.2006 … … 209 210 // of this. 210 211 // 211 // [2007-08-14 22:29:37] 212 // [2007-08-14 22:29:37] Run 267253 212 213 // Before continuing the observation we perform a focussing test with the 213 214 // new LUTs from recent Polaris focussing. Note: Data on Her X-1 was taken
Note:
See TracChangeset
for help on using the changeset viewer.