Changeset 42947 for trunk/pswarp/src/pswarpLoadAstrometry.c
- Timestamp:
- Dec 1, 2025, 3:27:15 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoadAstrometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoadAstrometry.c
r41897 r42947 14 14 // WCS and read the headers. We place the resulting info on the target astrometry 15 15 // containers 16 bool pswarpLoadAstrometry (pmFPAfile *target, pmFPAfile *astrom, pmConfig *config ) {16 bool pswarpLoadAstrometry (pmFPAfile *target, pmFPAfile *astrom, pmConfig *config, float *zptObs,float *zptErr) { 17 17 18 18 pmChip *chip = NULL; … … 126 126 return false; 127 127 } 128 *zptObs = psMetadataLookupF32 (NULL, hdu->header, "ZPT_OBS"); 129 *zptErr = psMetadataLookupF32 (NULL, hdu->header, "ZPT_ERR"); 128 130 129 131 if (bilevelAstrometry) {
Note:
See TracChangeset
for help on using the changeset viewer.
