helcor (1) - Linux Manuals

helcor: Heliocentric correction of CCD output data file(s)

NAME

helcor - Heliocentric correction of CCD output data file(s)

SYNOPSIS

helcor [options] source_file ... - batch mode
helcor [options] - terminal mode

DESCRIPTION

The helcor program converts geocentric julian date (jdgeo) to heliocentric date (jdhel) or back. It works either in batch mode, where the table stored in file is converted and saved to another file, or in terminal mode, where the user enters simple commands and queries by keyboard.

When running the batch mode, the program reads the source file line by line, and expects the JD value in the first column, which must be divided at least one of common used dividers (semicolon, comma, space, tab char, ...). The JD value can be in full (2453xxx.x) or short (53xxx.x) form. Decimal places must be separated by point, not comma. The lines, which doesn't consist of valid julian date, are copied into output without any change. In other cases the heliocentric correction is computed, its value is added to or subtracted from read julian date and the old JD value is replaced by the new one in the same form (full or short form, number of decimal places). The rest of the line is unchanged.

In terminal mode, the opening informations is displayed and the program prompts the user to enter a query of a command (JDgeo> or JDhel>). The user enters the julian date and the program computes the value of heliocentric correction and prints out to console three values: the geocentric and the heliocentric julian date and value of h.c. in days. Other commands are descibed below. Entering the empty line exits the program.

OPTIONS

The list of input files is usualy entered directly on the command line. If you are going to process a large set of files, you can use the question marks (for a single chars) or the asterisk (for a strings of chars).

The alternate way, how to process a large set of files, is the batch mode. In this mode, the list of input files is read from a given file or from the standard input. The directory file, for example named dirfile, must have the text format and the names of the input files are written on the separate lines. If the files are placed not in the current working directory, you have to specify the proper path in full or shortened form.

The mask parameters allows to set the naming of output files. The mask consists of letters, numbers and other characters allowed in the file name by the operating system. The special meaning has the question mark or the sequence of it. They will be replaced by the ordinal number of the output file, the number is always indented by leading zeros to the same number of decimal places as the number of the question marks. For example, when the mask hcor????.fts is given, the output files named hcor0001.fts, hcor0002.fts, hcor0003.fts will be generated.

@dirfile
The program will read the list of source files from specified file.
@
The program will read the list of source files from stdin.
mask=mask, -omark
Mask of the output file(s). Default is hcor????.dat.
-cx
Initial counter value. Default is 1.
ra=hhmmss
Object's right ascension.
dec=+dddmmss
Object's declination.
-r
Reverse mode (heliocentric to geocentric jd).
--help
Prints short help.
--license
Prints the license.
--version
Prints the program name and its version.
--quiet
Quiet mode -- inhibits the screen printouts.
--debug
Debug mode -- extends the screen printouts.

EXAMPLES

The program converts geocentric julian dates in data.dat file to heliocentric dates and the resulting table stores in helioc.dat file. Object's coordinates are R.A. = 22h 00m, DEC. = +58d 10m.

helcor mask=helioc.dat ra=2200 dec=5810 data.dat

EXIT STATUS

helcor returns a zero exist status if it succeeds to convert all specified file. Otherwise, it will stop immediately when the error occurs and returns nonzero code.

DIRECTORIES

~/.cmunipack /usr/local/share/cmunipack

AUTHORS

The project manager David Motl is also the author of the most part of the source codes. Some algorithms originates from Munipack package, coded by Filip Hroch. Algorithms for aperture photometry originates from Daophot software by P. B. Stetson. Munifind algorithm originates from Varfind tool written by Rudolf Novak and Lukas Kral.

The package uses the FITSIO library (Dr. William Pence, NASA), the FreeImage library maintained by Herve Drolon and the James Clark's EXPAT library.

The english version of the documentation was written by David Motl with great help of Petr Lutcha and Jitka Kudrnacova.

BUG REPORTS

David Motl (dmotl [at] volny.cz)

COPYING

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

SEE ALSO

airmass(1), autoflat(1), cmunipack(1), darkbat(1), flatbat(1), helcor(1), kombine(1), konve(1), meandark(1), munifind(1), munilist(1), munimatch(1), muniphot(1), timebat(1)