FACT++  1.0
void PrintUsage ( )

Definition at line 63 of file makeplots.cc.

Referenced by main().

64 {
65  cout <<
66  "makeplots - The astronomy plotter\n"
67  "\n"
68  "Calculates several plots for the sources in the database\n"
69  "helpful or needed for scheduling. The Plot is always calculated\n"
70  "for the night which starts at the same so. So no matter if\n"
71  "you specify '1974-09-09 00:00:00' or '1974-09-09 21:56:00'\n"
72  "the plots will refer to the night 1974-09-09/1974-09-10.\n"
73  "The advantage is that specification of the date as in\n"
74  "1974-09-09 is enough. Time axis starts and ends at nautical\n"
75  "twilight which is 12deg below horizon.\n"
76  "\n"
77  "Usage: makeplots sql-datetime\n";
78 // "Usage: makeplots sql-datetime [--ra={ra} --dec={dec}]\n";
79  cout << endl;
80 }

+ Here is the caller graph for this function: