The software is written for Windows NT, and must be compiled using Microsoft Visual Studio C++ 14.0 or higher (2019 Community Edition).
- Drivers for PI Pixis are provided in
drivers/pi_pixis
. This driver is 32-bit only, and requires a 32-bit Windows to install. Follow the instructions provided in the directory to install the driver. Do not plug in the camera before installing the driver. - Drivers for Andor iKon are provided in
drivers/andor_ikon
. This driver is 64-bit compatible and does not require any special installation method. Simply plug in the camera, and in Device Manager point to this directory and Windows will find and install the drivers automatically.
- Microsoft Visual C++ 2019 Community Edition
- DirectX SDK (June 2010)
- Add the location of
rc.exe
to path in order to compile the icon resources (C:/Program Files/Windows Kits/10/bin/10.0.19041.0/x86/
or similars). - Open
cmd
, and executevcvarsall.bat x86
(given MSVC is in your path) to load compiler variables. cd
to the repository.- Execute
build_dx9.bat
, this will build the executable under thebuild
directory.
- Copy over all files under
runtime
directory tobuild
, or any directory where you put the executable. - Connect one of the cameras. If both cameras are connected, PI Pixis will have the priority.
- Double click the executable file (
hitmis.exe
) to run the software.
The software provides easy control for cooler temperature, exposure time, continuous exposure, automatic exposure control, region of interest selection, binning, and capture of images as compressed FITS files. It also provides basic statistical analysis on the captured data, such as cross-section or histogram.