DEIMOS
fcsmov script

Name

fcsmov -- move a feature to a given position on the DEIMOS FCS image

Purpose

Given the starting pixel coordinates of an object on a
DEIMOS FCS image, and destination coordinates,
compute and apply the required motor move to reposition
the object as desired.

Usage

fcsmov [-n] x1 y1 x2 y2

Arguments

-n = no move, only print the required shift
x1 = starting column location of object [pixels]
y1 = starting row location of object [pixels]
x2 = ending column location of object [pixels]
y2 = ending row location of object [pixels]

Output


Exit values

0 = normal completion
1 = wrong number of arguments
2 = arguments not valid floating-point numbers

Example

1) Move a feature at guider pixel (100,200) to pixel (300,400):
fcsmov 100 200 300 400

2) Display the motor moves required to shift a target at
pixel (100,200) to the pixel (300,400) without moving the telecope:
fcsmov -n 100 200 300 400

See Also

The shell script fcsmov
DEIMOS script index


Go to: DEIMOS Home Page - Instruments Home Page - Keck Home Page

Last modified: Mon Oct 28 15:55:04 2013