Changeset 3928
- Timestamp:
- 05/03/04 10:01:45 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3927 r3928 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/03: Markus Gaug 22 23 * macros/dohtml.C 24 - include directory mfit and macros calibration.C and 25 bootcampstandardanalysis.C 26 - take out pixvstime.C which does not exist 20 27 21 28 2004/05/01: Thomas Bretz -
trunk/MagicSoft/Mars/macros/dohtml.C
r3923 r3928 51 51 sourcedir += "mfileio:"; 52 52 sourcedir += "mfilter:"; 53 sourcedir += "mfit:"; 53 54 sourcedir += "mgeom:"; 54 55 sourcedir += "mgui:"; … … 107 108 html.Convert("pixvstime.C", "MARS - Example how to plot a pixel value versus time"); 108 109 html.Convert("sectorvstime.C", "MARS - Example how to plot mean value of a camera sector versus time"); 110 html.Convert("calibration.C", "MARS - Example how to use the calibrationa camera "); 111 html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); 109 112 }
Note:
See TracChangeset
for help on using the changeset viewer.