Opened 19 years ago
Closed 18 years ago
#1002 closed defect (needinfo)
inconsistent output from psphot and psastro for cfh12k
| Reported by: | eugene | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | psastro | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
cfh12k has the 'early' format, which is needed for images without EXTNAME (IMAGEID is used instead). psphot creates an output cmf file which is consistent with the 'early' format (PHU maintains the IMAGESWV key used to identify the format, the extensions use IMAGEID instead of EXTNAME). psastro creates an output cmf file which is NOT consistent with the 'early' nor with the normal 'mef' format: IMAGESWV is preserved, but EXTNAME is set rather than IMAGEID.
Change History (3)
comment:1 by , 19 years ago
| Cc: | added |
|---|
comment:2 by , 18 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
comment:3 by , 18 years ago
| Resolution: | → needinfo |
|---|---|
| Status: | new → closed |
Please let me know if this is still an issue (following recent psLib/fits updates), and I will deal with it. Until then, assuming this is resolved.

This may be deep in the psFits writing functions (e.g., psFitsWriteImage, psFitsWriteTable), which may not yet use the extword instead of extname.