Opened 17 years ago
Closed 16 years ago
#1274 closed enhancement (fixed)
Record datamodel code in .cmf file
| Reported by: | Michael Wood-Vasey | Owned by: | magnier |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | psphot | Version: | current |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The data model of a .cmf or .smf file, e.g. 'PS1_2' should be recorded in the header of the file. This will make it easy to identify.
I had thought this was already in there, but I can't find it.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
a single smf file can only be in a single format.
it is only written in the table extensions since the format defines the layout of the table.
Note:
See TracTickets
for help on using tickets.

Right, I see it now.
gethead EXTTYPE
Sorry about that. Without knowing the keyword name, I kept searching for 'PS1_2' instead of 'PSF_V2'.
I'm not sure what the behavior should be for the PHU. It currently has EXTNAME == 'SkyChip.hdr', EXTDATE == 'SkyChip.psf' and EXTTYPE == 'IMAGE'. Are you allowed to have different EXTTYPE versions for different extension in the IPP model?