![]() |
SatAndLight
2.2.2-hubble
Simulation toolkit for space telescopes
|
This program generates a html report of an observation sequence. More...

Functions | |
| int | main (int argc, char *argv[]) |
| This program generates a html report of an observation sequence. | |
| void | MakeHtml (const string aOutDir, SatelliteRead *aSR, const int aNpix) |
| Prints the html report. | |
This program generates a html report of an observation sequence.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
This program generates a html report of an observation sequence.
| [in] | argc | Number of arguments. |
| [in] | argv | List of arguments. |
| void MakeHtml | ( | const string | aOutDir, |
| SatelliteRead * | aSR, | ||
| const int | aNpix | ||
| ) |
Prints the html report.
| [in] | aOutDir | Output directory. |
| [in] | aSR | Pointer to the SatelliteRead object. |
| [in] | aNpix | Maximum number of telescope pictures to display. |