|
void | usage (char *argv0) |
| emit a usage notice on stdout. More...
|
|
static void | run (const Lics::LicsIIFSide &sdx, Laos::LaosSeAOType &ao, const std::string catfil, const double mang, const double pang, const double ra, const double dec, bool batch) |
| Retrieve a Pcam picture, analyse the star locations, convert to SE coordinates and move the SE's. More...
|
|
int | main (int argc, char *argv[]) |
| Retrieve a Pcam picture, analyse the star locations, convert to SE coordinates and move the SE's. More...
|
|
Convert Pcam picture to a preset of the HWS SE's.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Retrieve a Pcam picture, analyse the star locations, convert to SE coordinates and move the SE's.
For the short use (only with -s) the steps are:
- get a single picture of the patrol camera on one side. Which side is configured by the command line option.
- Run sex(1) on that image. Eliminate stars that are outside the 1 arcmin radius (because the patrol camera has a slightly larger FOV). Order the output by star brightness (priority) according to the sex(1) pseudo-magnitude. Return these as a SeqPoint with units of pixels.
- Map this list to SE coordinates (with Kalyan's matrix, depending on side) which again is a SeqPoint
- construct an association with SE arms (1-8) with the associated Starcat library function, and call licsSEPreset.py to move the SE arms.
For the long use (including the two trailing angles and th starcat name)
- get a single picture of the patrol camera on one side. Which side is configured by the command line option.
- Show it in a ds9 image, upright as in the patrol camera, with the prediced star catalog stars shown as yellow squares (not precessed to the equinox, but proper motions applied).
- Parameters
-
argc | The count of the command line arguments. |
argv | The vector of blank-separated strings onthe command line. Usage: licsPcam2Se -s {sx|dx} licsPcam2Se -s {sx|dx} -H motang/deg -p parang/deg ra/deg dec/deg starcat.cat So there is only a single, mandatory switch that selects one of the two LBT arms. |
- Since
- 2017-08-18