Actions
Bug #211
closedSWarp does not behave as it should with PCi_j keywords in FITS headers
Related issues
Updated by Emmanuel Bertin over 8 years ago
- % Done changed from 0 to 20
There are actually two problems:
- SWarp (and other AstrOmatic software) only support the PC parameters using the obsoleted
PC00i00j
syntax, not the more recent, official,PCi_j
's - PC keywords provided in the
coadd.head
"output" headers would be ignored since pre-definedCDi_j
keywords would already be there, and those have precedence in SWarp.
Updated by Emmanuel Bertin over 8 years ago
- Status changed from New to Resolved
- % Done changed from 20 to 100
This should be fixed in SWarp 2.37 (r134):
- Both
PC00i00j
's andPCi_j
's are now supported, - If
PC00i00j
's andPCi_j
's are found in external.head
files, pre-existingCDi_j
's are now automatically removed, and vice versa.
Tests done with the new version and the headers provided by jeffreyrdcs now give correct results. Other AstrOmatic packages will be updated later on to reflect those changes.
Updated by Emmanuel Bertin over 8 years ago
- Status changed from Resolved to Closed
Actions