Changeset 7493 for trunk/MagicSoft
- Timestamp:
- 02/10/06 11:59:49 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7491 r7493 42 42 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by 43 43 TMath::NInt 44 45 * mjobs/MDataSet.h: 46 - implemented new functions to check whether the dataset contains 47 a dedicated sequence 48 49 * datacenter/macros/plotdb.C: 50 - implemented the possibility to draw sequences of a dataset in 51 several colors 44 52 45 53 -
trunk/MagicSoft/Mars/NEWS
r7491 r7493 39 39 - general: MAstroCatalog now allows rotating of the sky-grid and stars 40 40 by 90, 180 and 270 deg. 41 42 - general: the macro plotdb.C now allows to highlight sequences belonging 43 to a datset. For more details see the descritions in the macro. 41 44 42 45 - StatusDisplay: Fixed the algorithm to calculate the size ratio -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7492 r7493 50 50 // Make sure, that database and password are corretly set in a resource 51 51 // file called sql.rc and the resource file is found. 52 // 53 // To draw sequences belonging to a DataSet in colors for highliting 54 // change the defintition of "MDataSet ds;" in the code to something 55 // like "MDataSet ds("dataset.txt");" to load your favourite dataset. 52 56 // 53 57 /////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.