- Timestamp:
- Nov 3, 2021, 11:52:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.20211028/src/astrom/pmAstrometryWCS.c
r41832 r41877 705 705 psFree (fpa->fromTPA); 706 706 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 instead710 additional_orders = config_additional_orders;711 }712 707 fpa->fromTPA = psPlaneTransformInvert(NULL, fpa->toTPA, region, 50, additional_orders); 713 708 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
