Fitsfrompg Jure Skvarc, September 1998 Fitsfrompg is a counterpart of the fits2pg program. Its main purpose is to find images in the PostgreSQL database which contain certain coordinates. It is called like fitsfrompg [options] Options are the following: -l filename name of the log file (default stdout) -s server Internet address of the server (default local) -d database database name (default images) -p port port number -a archive archive name -e email email address -R ra right ascension -D dec declination -F date first date -L date last date -W query additional conditions -h print this message -v verbose mode The essential options are -R and -D, where the right ascension is specified in the hh:mm:ss format and the declination is specified in the +dd:mm:ss format. The date options accept the date in the format as accepted by the PostgreSQL server: "YYYY Month DD". For more information about dates, see the PostgreSQL documentation.