Changeset 41897 for trunk/pswarp/src/pswarpLoadAstrometry.c
- Timestamp:
- Nov 4, 2021, 6:11:39 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoadAstrometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoadAstrometry.c
r41526 r41897 94 94 } 95 95 } 96 96 97 // apply the bilevel astrometry elements to the target 97 98 if (bilevelAstrometry) { 98 int additional_orders = 4;99 bool status = false;100 int config_additional_orders = psMetadataLookupS32(&status,config->arguments,"ADDITIONAL_WCS_ORDERS");101 if (status) {102 additional_orders = config_additional_orders;103 }104 psMetadataAddS32(astrom->fpa->analysis,PS_LIST_TAIL, "ADDITIONAL_WCS_ORDERS", PS_META_REPLACE,105 "Additional orders for bilevel fit.", additional_orders);106 107 108 99 if (!pmAstromReadBilevelMosaic(astrom->fpa, phu->header)) { 109 100 psError(psErrorCodeLast(), false, "Unable to read bilevel mosaic astrometry for skycell.");
Note:
See TracChangeset
for help on using the changeset viewer.
