IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2012, 2:19:40 PM (14 years ago)
Author:
eugene
Message:

only run parallax analysis on objects with large enough parallax factor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/ConfigInit.c

    r33448 r33621  
    2929  GetConfig (config, "PM_TOOFEW",              "%d",  0, &PM_TOOFEW);
    3030  GetConfig (config, "POS_TOOFEW",             "%d",  0, &POS_TOOFEW);
     31
     32  GetConfig (config, "PAR_FACTOR_MIN",         "%lf", 0, &PAR_FACTOR_MIN);
    3133
    3234  GetConfig (config, "RELASTRO_MAP_NX",        "%d",  0, &NX_MAP);
Note: See TracChangeset for help on using the changeset viewer.