Opened 17 years ago
#1252 new defect
dvo par, dpar set to RA, Dec instead of NULL, 0, or
| Reported by: | Michael Wood-Vasey | Owned by: | magnier |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | DVO | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
After using 'addstar' to put together a catdir from redone psphot calculations of MD01 2008/10/02 data and running relphot (see script below), I find that the 'par' and 'dpar' values are just set to the RA, Dec values. It seems like they should be set to 0, Null until relastro is run. What is the proscribed value before astrometric solutions are calculated?
---
#/bin/sh
obs=36475
exp=o4741g0234o
for obs in 36475 36476 36477 36478 36479 36480 36481 36625 ; do
for cmf in
ls $obs/chip/*.cmf; do
addstar -D CATDIR md01_update -D CAMERA gpc1 -accept-astrom $cmf
done
done
addstar -resort -D CATDIR md01_update -D CAMERA gpc1
relphot -averages -update -D CATDIR md01_update -D CAMERA gpc1
---
[wwoodvas@serenity astrometry] dvo -D CATDIR md01_20081002
no file /Users/wwoodvas/.dvorc
Welcome to DVO - desktop virtual observatory
dvo: region 35.90 -4.25 2
dvo: mextract -region xccd, yccd, mag, mag:err, ra, dec, time, ra:ave, dec:ave, ra:err, dec:err, objID, catID, photcode, fwhm, mag:cat, phot_flags, ura, udec, par, dpar, nmeas, nmiss
reading images (mode DVO_MODE_MEF)
dvo: $i = 100
dvo: echo ra:ave[$i] ra[$i] par[$i]
34.6246127337 34.6246127337 34.6246127337
