Changes between Version 1 and Version 2 of DVO_Example
- Timestamp:
- Jan 19, 2010, 9:24:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DVO_Example
v1 v2 5 5 6 6 * ingest the detection tables into DVO: 7 7 {{{ 8 8 addstar -D CAMERA cfh12k 549803p.1.cm.46.smf 9 9 addstar -D CAMERA cfh12k 549907p.2.cm.45.smf … … 11 11 addstar -D CAMERA cfh12k 615926p.4.cm.48.smf 12 12 addstar -D CAMERA cfh12k 615927p.5.cm.51.smf 13 }}} 13 14 14 15 You will now have a DVO database (catdir.default) with the 5 images … … 20 21 Start the dvo shell: 21 22 22 dvo 23 {{{ dvo }}} 23 24 24 25 You now can give DVO querying commands: 25 26 {{{ 26 27 dvo: region 67.0 26.2 0.5 27 28 dvo: images 28 29 }}} 29 30 this will display the outlines of the images you have just ingested. 30 31 {{{ 31 32 dvo: mextract -region ra, dec, mag, mag:err, time 32 33 dvo: czplot ra dec mag 17 12 -c red -pt 7 33 34 }}} 34 35 this plots the locations of the (brighter) stars as red circles
