- Timestamp:
- May 8, 2013, 4:41:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpLoadAstrometry.c
r35449 r35535 25 25 astrom->type = PM_FPA_FILE_WCS; 26 26 27 // Read the pmFPA headers 27 // **** read in all of the headers from the astrometry source 28 28 29 pmFPAview *view = pmFPAviewAlloc(0); 29 30 … … 76 77 } 77 78 78 // the section below converts the header astrometry info (in astrom) to the pmFPA79 // astrometrystructures, saving them on the target fpa structure.79 // **** convert the header astrometry info (in astrom) to the pmFPA astrometry 80 // structures, saving them on the target fpa structure. 80 81 81 82 pmFPAviewReset (view); … … 97 98 } 98 99 } 100 psMetadataAddBool (astrom->fpa->analysis, PS_LIST_TAIL, "ASTROMETRY.BILEVEL", PS_META_REPLACE, "bilevel astrometry?", bilevelAstrometry); 101 99 102 // for pswarpLocalFrame, I need transformations and HDUs on a single fpa (so set on astrom as well as target) 100 103 // target->fpa->toTPA = psMemIncrRefCounter (astrom->fpa->toTPA);
Note:
See TracChangeset
for help on using the changeset viewer.
