IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2014, 5:46:14 PM (12 years ago)
Author:
eugene
Message:

add option -reset-to-photcode to use a specified photcode as an astrometry reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/Ohana/src/relastro/include/relastro.h

    r36630 r36746  
    207207double MaxDensityValue;
    208208
    209 char          *PHOTCODE_KEEP_LIST, *PHOTCODE_SKIP_LIST;
    210 int           NphotcodesKeep,      NphotcodesSkip;
    211 PhotCode     **photcodesKeep,     **photcodesSkip;
     209char          *PHOTCODE_KEEP_LIST, *PHOTCODE_SKIP_LIST, *PHOTCODE_RESET_LIST;
     210int           NphotcodesKeep,      NphotcodesSkip,      NphotcodesReset;
     211PhotCode     **photcodesKeep,     **photcodesSkip,     **photcodesReset;
    212212
    213213char          *PHOTCODE_A_LIST,  *PHOTCODE_B_LIST;
Note: See TracChangeset for help on using the changeset viewer.