Changeset 7179 for trunk/MagicSoft/Mars/callisto.cc
- Timestamp:
- 07/11/05 10:34:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/callisto.cc
r7125 r7179 46 46 gLog << " callisto [-c] [-y] [options] sequence.txt" << endl << endl; 47 47 gLog << " Arguments:" << endl; 48 gLog << " sequence.txt: A sciifile defining a sequence of runs" << endl;48 gLog << " sequence.txt: ASCII file defining a sequence of runs" << endl; 49 49 gLog << " For more details see MSequence" << endl; 50 50 gLog << " Root Options:" << endl; … … 94 94 gLog << " is used." << endl << endl; 95 95 gLog << " Using --iny=, --outc=, --outy=, --out= or --path= automatically" << endl; 96 gLog << " enables the correspon mding modes. In this case -c/-y are obsolete." << endl << endl;96 gLog << " enables the corresponding modes. In this case -c/-y are obsolete." << endl << endl; 97 97 gLog << "Description:" << endl; 98 98 gLog << " callisto will calculate pedestals from pedestal-files defined in a" << endl; 99 99 gLog << " sequence-file. This pedestals are used to calculate the calibration" << endl; 100 gLog << " con tants. These constants are stored in a so called calibration-file" << endl;100 gLog << " constants. These constants are stored in a so called calibration-file" << endl; 101 101 gLog << " together with some datacheck plots which can be viewed using either" << endl; 102 102 gLog << " showplot or MStatusDisplay in the interpreter. A description of a" << endl; … … 111 111 gLog << " Jupiter at a mean distance of 1,883,000km. Its mass is 1.1e23 kg. It" << endl; 112 112 gLog << " takes Callisto 16.7 days to orbit Jupiter in a synchronous orbit." << endl; 113 gLog << " Jupiter's moon Callisto was discovered independ antly by Galileo and" << endl;113 gLog << " Jupiter's moon Callisto was discovered independently by Galileo and" << endl; 114 114 gLog << " S.Marius in 1610." << endl << endl; 115 115 gLog << "Example:" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.