Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.87 KB

File metadata and controls

59 lines (45 loc) · 1.87 KB

FLItest (flitest)

A test program for Finger Lakes Instrument cameras and filterwheels. Originally developed for the MicroLine 16803 camera and the CFW-4-5 filterwheel, but might be useful for different cameras and filterwheels as well.

There are two executables, flicamtest and fliflttest to test the camera and the filterwheel, respectively.

Requirements

Language

C99.

Building

You can use either make or scons to build the executables. No ./configure is provided, thus you might need to update the library paths in the Makefile or SContruct file. The Makefile expects that the gcc executable is available in PATH.

Currently the -g debug flag is included for the compilation to ease debugging, but it can be safely removed.

Syntax

flicamtest:
flicamtest --info
flicamtest --get-temperature
flicamtest --set-temperature=N
flicamtest --fan=(on|off)
flicamtest --shutter=(open|close)
flicamtest --acquire=<time> --shutter=(open|close) --output=xyz.fits
           [--bin=<bx,by>] [--offset=<x0,y0>] [--size=<sx,sy>]
           [--mode=(1mhz|8mhz)] [--verbose]
flicamtest --help

fliflttest:
fliflttest --info
fliflttest --set-filter=N
fliflttest --home
fliflttest --help

The explanation of the options can be acquired by flicamtest --help or fliflttest --help.

License

WTFPL, see LICENSE.