Changeset 8719 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 08/28/07 13:03:04 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8711 r8719 18 18 19 19 -*-*- END OF LINE -*-*- 20 2007/08/28 Thomas Bretz 21 22 * mbase/MEnv.[h,cc]: 23 - added handling an Include-resource. Note, that there is no 24 check for recursions, they can crash your program. 25 26 * sponde.cc: 27 - check for batch mode and no output file 28 - changed title 29 - moved HasWritePermission to MJSpectrum.cc 30 31 * mdata/MDataPhrase.cc: 32 - fixed a bug which caused a variable (eg. [0]) at the beginning 33 of a line not be detected correctly 34 35 * mhbase/MHn.cc: 36 - added some comments 37 38 * mhflux/MHDisp.[h,cc]: 39 - changed axis titles from x/y to dx/dy 40 - changed cutting out a part of the cake into stamping a hole 41 at the source position (currently with a fix PSF!) 42 - for the moment display everything in Wobble-mode (to be fixed!) 43 44 * mhflux/MMcSpectrumWeight.cc: 45 - some cosmetics to output 46 47 * mjobs/MJCut.cc: 48 - check if output file is writeable (necessary in on/off mode 49 to detect that incident before filling the source plot) 50 51 * mjobs/MJob.cc: 52 - added a comment 53 - fixed a bug in HasWritePermission (it must be fOverwrite not 54 !fOverwrite) 55 56 * mjobs/MJSpectrum.cc: 57 - replaced #cdot by a dot (it seems it is not supported anymore??) 58 - set a proper display name 59 - print an error message if writing the result failed 60 61 * mjtrain/MJTrainDisp.[h,cc]: 62 - a further small step to unify all MJOptim classes 63 - let the user change the theta-cut for the displayed efficiency 64 65 * macros/train/traindisp.C: 66 - added comment about new SetThetaCut 67 68 * mjtrain/MJTrainEnergy.[h,cc] 69 - a further small step to unify all MJOptim classes 70 - removed obsolete columns for Impact and TelescopeTheta 71 (MHEnergyEst doesn't read from the matrix here) 72 - set palette 73 74 * mpointing/MSrcPosCalc.[h,cc]: 75 - replaced CalcXYinCamera by MAstro::GetDistOnPlain. It has the 76 same accuracy and is not remarkably slower 77 78 * mpointing/MSrcPosCorrect.[h,cc]: 79 - changed comments 80 - made sure that any possible anti-source position in the camera 81 is handled correctly (maybe we should move it before 82 MSrcPosCalc and skip the anti-source here???) 83 84 85 86 20 87 2007/08/27 Markus Meyer 21 88 22 89 * mmuon/MHMuonPar.cc: 23 90 - Reference lines changed 91 92 93 94 2007/08/27 Thomas Bretz 95 96 * resources/starguider00000001.txt, resources/starguider0085240.txt, 97 resources/starguider00089180.txt: 98 - added more starguider calibration files 99 100 * resources/starguider.txt: 101 - removed obsolete old one 102 103 104 105 2007/08/26 Thomas Bretz 106 107 * mranforest/MRFEnergyEst.[h,cc]: 108 - removed obsolete files 24 109 25 110
Note:
See TracChangeset
for help on using the changeset viewer.