Available commands¶
This is an autogenerated list of commands available for BMO. They can be called from STUI
as bmo <command> <options>. Under the hood, BMO uses click,
so you’ll notice that the command structure shares multiple similarities with a command line
interpreter (CLI).
bmo¶
bmo [OPTIONS] COMMAND [ARGS]...
camera¶
Handles the cameras.
bmo camera [OPTIONS] COMMAND [ARGS]...
expose¶
Exposes the cameras, showing the result in DS9.
bmo camera expose [OPTIONS]
Options
-
--camera_type<camera_type>¶ whether to expose all connected cameras (default) or only on- or off-axis. [default: all]
-
--background,--no-background¶ if True (default), substract a median background from the image. [default: True]
-
-o,--one¶ if set, exposes once with each camera and stops. [default: False]
exptime¶
Sets the exposure time.
bmo camera exptime [OPTIONS] [EXPTIME]
Options
-
--camera_type<camera_type>¶ whether the exposure time should be set for all cameras (default) or only on- or off-axis. [default: all]
Arguments
-
EXPTIME¶ Optional argument
centre_up¶
Centres the field.
bmo centre_up [OPTIONS]
Options
-
-t,--translate¶ Only applies translation.
-
-d,--dryrun¶ Calculates offsets but does not apply them.
ds9¶
Handles the DS9 communication
bmo ds9 [OPTIONS] COMMAND [ARGS]...