Changeset 18583 for trunk/FACT++/src/makeschedule.cc
- Timestamp:
- 09/13/16 09:26:45 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/makeschedule.cc
r18446 r18583 53 53 cout << 54 54 "First for each minute of the night a list is calculated of all " 55 "selected sources ful lfiling all global and all source specific "55 "selected sources fulfiling all global and all source specific " 56 56 "constraints, e.g. on the zenith distance or the current.\n" 57 57 "\n" 58 58 "The remaining source list is sorted by the relative threshold, " 59 59 "while the threshold is weighted with a user defined source " 60 "specific p anelty. The first source of the list is taken to "60 "specific penalty. The first source of the list is taken to " 61 61 "be observed.\n" 62 62 "\n" … … 64 64 "are evaluated. If their observation time is below 40', it is tried " 65 65 "to extend it to 40min. If this violates one of the criteria mentioned " 66 "above or gives an observation time for the neighbo ring source of "67 "less than 40min, try to replace it by the neighbo ring source. "68 "If this also does not fulf ull the requirements, the original "66 "above or gives an observation time for the neighbouring source of " 67 "less than 40min, try to replace it by the neighbouring source. " 68 "If this also does not fulfil the requirements, the original " 69 69 "schedule remains unchanged.\n" 70 70 "\n" … … 72 72 "checked (from the beginning to the end, one by one), if they have " 73 73 "an observation time of less than 40min. In this case, it is tried " 74 "to remove them. The observation of the two neighbo ring sources is "75 "extended to their pen elized point of equal relative threshold. "76 "If this solution would not ful lfil all criteria, no change is made.\n"74 "to remove them. The observation of the two neighbouring sources is " 75 "extended to their penalized point of equal relative threshold. " 76 "If this solution would not fulfil all criteria, no change is made.\n" 77 77 "\n" 78 78 "In a last step, all remaining sources with less than 5min "
Note:
See TracChangeset
for help on using the changeset viewer.