Opened 16 years ago
#1430 new defect
DVO imlist command printing wrong imageID numbers
| Reported by: | rhenders | Owned by: | rhenders |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | DVO | Version: | unspecified |
| Severity: | minor | Keywords: | dvo |
| Cc: | eugene |
Description
When running the 'imlist' command in DVO, for example:
imlist -region -name o5401g0318o.196158.cm.98861.smf
I get a list like this:
...
1706353 o5401g0318o.196158.cm.98861.smf[XY57.hdr] 1.1869 30.7986
1279976492.000000 917 10357 1.08 0.038 0.000
1706354 o5401g0318o.196158.cm.98861.smf[XY60.hdr] 0.0918 33.2137
1279976492.000000 653 10360 1.08 0.038 0.000
1706355 o5401g0318o.196158.cm.98861.smf[XY61.hdr] 0.1913 32.8584
1279976492.000000 1184 10361 1.08 0.038 0.000
...
but the imageIDs (the first column) appear to be wrong. That column
seems to be out of sync with the other columns by 1, such that, for
example, 1706355 is actually XY60 (not XY61). This can be shown by:
dvo: mextract -region RA, DEC, MAG where (imageID == 1706355)
dvo: vec
N name size
0 RA 653 (FLT)
1 DEC 653 (FLT)
2 MAG 653 (FLT)
where the 653 detections corresponds to XY60 (in the list above).
