NAME

aciseventscmp - Compare the row, col and the 3x3 island event pixel of two files (RV, and FITS).


SYNOPSIS

aciseventscmp --inputfits | -f fitsfilename [ --help | -h ] [ --pixeltol | -p pixeltolerance ] -- inputrv | -r rvfilename [ --version | -v ] [ --chipxoffset | -x ] [ --chipyoffset | -y ]


DESCRIPTION


OPTIONS

Options may be abbreviated. Options which take values may be separated from their values either by white space.

The options are :

--inputfits string
The input FITS file to be used as one of the comparison files.

For example to compare file foo.fits and foo.rv, using the default setting:

  aciseventscmp --inputfits /pool1/foo.fits --inputrv /pool1/foo.rv

or

  aciseventscmp -f /pool1/foo.fits -r /pool1/foo.rv

--pixeltol integer
The tolerance for the 3x3 island pixels.

For eyample:

  aciseventscmp --pixeltol 0 --inputfits /pool1/foo.fits --inputrv /pool1/foo.rv

or

  aciseventscmp -p 0 -f /pool1/foo.fits -r /pool1/foo.rv

--inputrv string
The input RV file to be used as one of the comparison files.

For example to compare file foo.fits and foo.rv, using the default setting:

  aciseventscmp --inputfits /pool1/foo.fits --inputrv /pool1/foo.rv

or

  aciseventscmp -f /pool1/foo.fits -r /pool1/foo.rv

--usage
To see a detailed instructions on how to use this program. For example:
 aciseventscmp --usage

--version
Print the program version number.

For example:

 aciseventscmp --version

or

 aciseventscmp -v

--chipxoffset integer
The offset for the column, default value is 1.

For example:

  aciseventscmp --chipxoffset 0 --inputfits /pool1/foo.fits --inputrv /pool1/foo.rv

or

  aciseventscmp -x 0 -f /pool1/foo.fits -r /pool1/foo.rv

--chipyoffset integer
The offset for the column, default value is 1.

For eyample:

  aciseventscmp --chipyoffset 0 --inputfits /pool1/foo.fits --inputrv /pool1/foo.rv

or

  aciseventscmp -y 0 -f /pool1/foo.fits -r /pool1/foo.rv