| Version 1 (modified by , 17 years ago) ( diff ) |
|---|
(Up to Development Notes)
DGM: astrometry worries
DVO Components and related programs
- DVO Shell - user interface tool
- addstar - program to insert objects into the database
- delstar - program to remove objects from the database
- getstar - program to select objects in a region
- relphot - relative photometry analysis and related functions
- uniphot - photometry zero-points and calibration
- relastro - relative astrometry analysis
- dvoTools - support tools to interface DVO and IPP
some notes
- if dvo or mana are unable to interact with kapa, this may be because the binary is not available or because your machine is blocking the port used for the connection (or both). In the former case (ie, 'which kapa' says 'not found'), you can set $KAPA in the dvo or mana shell to the full path of the binary (eg, $KAPA = /usr/local/bin/mysubdir/kapa). In the latter case, you can set $KAPA to have "unix://" prepended on the name of the kapa program, telling dvo to contact kapa with a named UNIX socket instead of an INET socket (eg, $KAPA = unix://kapa). You may combine these two directives, making sure to add the path after unix:// (eg, $KAPA = unix:///usr/local/bin/mysubdir/kapa : the unix:// is stripped and the remainder used as the full path to the executable kapa program). Alternatively, if you would like to interact explicitly via INET sockets with a kapa on a remote machine, start a stand-alone kapa window on that machine and specify the remote machine with kapa://hostname (eg, $KAPA = kapa://foobar.ifa.hawaii.edu, assuming kapa has been started on foobar).
- you may change the dvo catdir anytime from within dvo with the command "catdir".
Note:
See TracWiki
for help on using the wiki.
