| | 1 | [http://kiawe.ifa.hawaii.edu/eugene/software/example.cfh12k.tgz DVO Example Tarball] |
| | 2 | |
| | 3 | The tarball above contains a set of astrometrized detection files with a |
| | 4 | basic ptolemy configuration script to examine the DVO usage. |
| | 5 | |
| | 6 | * ingest the detection tables into DVO: |
| | 7 | |
| | 8 | addstar -D CAMERA cfh12k 549803p.1.cm.46.smf |
| | 9 | addstar -D CAMERA cfh12k 549907p.2.cm.45.smf |
| | 10 | addstar -D CAMERA cfh12k 549908p.3.cm.50.smf |
| | 11 | addstar -D CAMERA cfh12k 615926p.4.cm.48.smf |
| | 12 | addstar -D CAMERA cfh12k 615927p.5.cm.51.smf |
| | 13 | |
| | 14 | You will now have a DVO database (catdir.default) with the 5 images |
| | 15 | and their detections ingested. At this point, no average magnitudes |
| | 16 | have been calculated. |
| | 17 | |
| | 18 | You can use the DVO shell to examine the database contents: |
| | 19 | |
| | 20 | Start the dvo shell: |
| | 21 | |
| | 22 | dvo |
| | 23 | |
| | 24 | You now can give DVO querying commands: |
| | 25 | |
| | 26 | dvo: region 67.0 26.2 0.5 |
| | 27 | dvo: images |
| | 28 | |
| | 29 | this will display the outlines of the images you have just ingested. |
| | 30 | |
| | 31 | dvo: mextract -region ra, dec, mag, mag:err, time |
| | 32 | dvo: czplot ra dec mag 17 12 -c red -pt 7 |
| | 33 | |
| | 34 | this plots the locations of the (brighter) stars as red circles |