IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2021, 11:52:26 AM (5 years ago)
Author:
eugene
Message:

improved comments; add CERSTD to output stats and header; add good/bad tests based on PSASTRO.MAX.STDEV, PSASTRO.MOSAIC.MAX.STDEV.Nn; add NASTUSED field to track actual number of stars used for astrometry in bad cases (when NASTRO is forced to 0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psModules.20211028/src/astrom/pmAstrometryWCS.c

    r41832 r41877  
    705705    psFree (fpa->fromTPA);
    706706    int additional_orders = pmAstrometryGetExtraOrders();  // This is the number of orders that should be added.
    707     bool status = false;
    708     int config_additional_orders = psMetadataLookupS32(&status,fpa->analysis, "ADDITIONAL_WCS_ORDERS");
    709     if (status) { // If this keyword is found, then use that number of orders instead
    710       additional_orders = config_additional_orders;
    711     }
    712707    fpa->fromTPA = psPlaneTransformInvert(NULL, fpa->toTPA, region, 50, additional_orders);
    713708    return true;
Note: See TracChangeset for help on using the changeset viewer.