FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void PrintUsage
(
)
Definition at line
35
of file
makedata.cc
.
Referenced by
main()
.
36
{
37
cout <<
38
"makedata - The astronomy data listing\n"
39
"\n"
40
// "Calculates several plots for the sources in the database\n"
41
// "helpful or needed for scheduling. The Plot is always calculated\n"
42
// "for the night which starts at the same so. So no matter if\n"
43
// "you specify '1974-09-09 00:00:00' or '1974-09-09 21:56:00'\n"
44
// "the plots will refer to the night 1974-09-09/1974-09-10.\n"
45
// "The advantage is that specification of the date as in\n"
46
// "1974-09-09 is enough. Time axis starts and ends at nautical\n"
47
// "twilight which is 12deg below horizon.\n"
48
// "\n"
49
"Usage: makedata sql-datetime [--ra={ra} --dec={dec}]\n"
;
50
cout << endl;
51
}
Here is the caller graph for this function:
src
makedata.cc
Generated on Sun Sep 18 2016 20:50:42 for FACT++ by
1.8.11