Purpose

Acquire a sequence of BLUE/RED images using a dither pattern
defined by user parameters "nx" and "ny" (number of positions along
each axis) and "dx" and dy" (interval between positions)

Usage

mosaicbr <nx> <ny> <dx> <dy>

Arguments

nx = number of images to take in x
ny = number of images to take in y
dx = separation of adjacent images (arcsec in detector X direction)
dy = separation of adjacent images (arcsec in detector Y direction)

Output


Restrictions


Exit values

0 = normal completion
1 = wrong number of arguments
2 = arguments are not valid numbers

Example