Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 890 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 890 Bytes

FLIPRO module for pyobs

Install pyobs-fli

Use pip

pip install pyobs-flipro

Configuration

The FliProCamera class is derived from BaseCamera (see pyobs documentation) and adds a single new parameter:

setpoint:
    The initial setpoint in degrees Celsius for the cooling of the camera.

The class works fine with its default parameters, so a basic module configuration would look like this:

module:
  class: pyobs_flipro.FliProCamera
  name: FLIPRO camera

Dependencies

  • pyobs for the core funcionality. It is not included in the requirements.txt, so needs to be installed separately.
  • Cython for wrapping the SBIG Universal Driver.
  • Astropy for FITS file handling.
  • NumPy for array handling.