Changeset 9024 for trunk/MagicSoft/Mars/NEWS
- Timestamp:
- 07/20/08 19:16:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r9009 r9024 10 10 instead of the base name of the file. This makes them easier to 11 11 access from the code 12 13 * Default Monte Carlo names in MSequence do not require the _E at 14 the end anymore 15 16 * where abrrevating a sequence file with a sequence number is possible 17 also "telescope:sequence" is now accepted, e.g.: 18 star 2:2000123 --out=output 19 see the programs' help for more details. 20 21 * sequences (MSequence or MSequenceSQL) can now directly be retrieved 22 from the database. See the constructors for more details. 23 24 ;merpp 25 26 * we merpp the dc currents now also from the camera reports (they have 27 just a lower rate than the current reports, 0.1Hz instead of 1Hz) 28 29 * In the automatic analysis we omit merpping of the currents from the 30 caco files and use the lower rate camera reports from the cc files 31 instead 32 33 * merpp has been redisigned to allow merpping of the cc-reports 34 of a whole sequence. This allows to design a very simple analysis: 35 mkdir output 36 ./callisto 100776 --out=output 37 ./merpp 100776 output 38 ./star 100776 --ind=output --out=output 39 Instead of the sequence number also sequence files are accepted. 40 41 ;star 42 43 * The camera currents are now displayed with the rate of the camera 44 reports instead of the caco reports 12 45 13 46
Note:
See TracChangeset
for help on using the changeset viewer.