Changeset 8732
- Timestamp:
- 09/03/07 19:23:40 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8725 r8732 18 18 19 19 -*-*- END OF LINE -*-*- 20 2007/09/03 Thomas Bretz 21 22 * mbase/MEnv.cc: 23 - made the path of the including file the base directory for 24 the includes 25 - replaced "not touched" by "untouched" 26 27 * mjobs/MJSpectrum.cc: 28 - added "Disp" tab 29 30 * mpointing/MPointingDevCalc.[h,cc]: 31 - added a lot of comments 32 - allow to set different pointing models depending on the runnumber 33 - changed default for non working starguider to 0/0 34 35 * macros/traindisp.C, macros/trainenergy.C: 36 - added some comments 37 - fixed some comments 38 39 * ganymed.rc, ganymed_onoff.rc ganymed_wobble.rc: 40 - updated with the updated starguider calibrations 41 42 * resources/starguider*.txt: 43 - updated 44 45 46 20 47 2007/09/02 Thomas Bretz 21 48 22 * ganymed.rc :, ganymed_onoff.rc, ganymed_wobble.rc:49 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc: 23 50 - tiny changes 24 51 … … 41 68 * mpointing/MSrcPosCalc.cc: 42 69 - convert GetDevXY from deg to mm 70 71 * star_mux.rc: 72 - added (one bin less for fitting the effective on-time) 43 73 44 74 -
trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h
r8728 r8732 69 69 fSkip(7), fFilePrefix(fgFilePrefix), fNumMinStars(8), 70 70 fNsbLevel(3), fNsbMin(30), fNsbMax(60), fMaxAbsDev(15), 71 fMaxAge(1), fDx( -0.001), fDy(-0.004)71 fMaxAge(1), fDx(0), fDy(0) 72 72 { 73 73 fName = "MPointingDevCalc";
Note:
See TracChangeset
for help on using the changeset viewer.