Opened 17 years ago
Last modified 17 years ago
#1278 new enhancement
Request for addstar-compatible .cmf files as output of ppSub+psphot
| Reported by: | Michael Wood-Vasey | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | DVO | Version: | current |
| Severity: | major | Keywords: | |
| Cc: |
Description
The Transient Classification Server has been planning on using DVO to associate stationary transient events. In order to do this, we need for the .cmf files from ppSub+psphot to result in files that can be loaded into a DVO database using addstar. Currently, at least in the July 7 data release, .cmf files produced in the diff stage have an EXTTYPE=IMAGE and so are passed over by addstar. In addition the EXTNAME and EXTHEAD aren't set right.
But perhaps more substantially, there is no astrometric information in the header of the diff.cmf files. The RA and Dec are recorded individually for the detections, but there's no general WCS given.
What is the currently expected behavior and future planned behavior for ppSub+psphot?
Lack of diff.cmf files that can be loaded into addstar is currently limiting the Transient Classification Server analysis of the MD images from June.

Hmmm... after further exploration, as far as I can tell 'addstar' expects the astrometric information to be in the primary header. The diff+psphot output only has it in the header of the binary table, which does seem like where it should be. I must be misunderstanding something.