Menu

Tree [015bb5] main /
 History

HTTPS access


File Date Author Commit
 lisc 2022-12-14 Alexandre Simoneau Alexandre Simoneau [015bb5] PyExifTool changes
 .gitignore 2021-11-17 Alexandre Simoneau Alexandre Simoneau [196ad7] Added progressbar to flatfield processing
 LICENSE 2021-02-06 Alexandre Simoneau Alexandre Simoneau [1177fa] Initial commit
 README.md 2021-11-17 Alexandre Simoneau Alexandre Simoneau [74fe6a] Update README.md
 setup.py 2022-11-10 Alexandre Simoneau Alexandre Simoneau [7e4aff] Modified setup

Read Me

LISC

Code style: black
License: MIT

Low Intensity Sensor Calibration software package.

This program calibrates raw images from a specific camera at a given ISO, focal lenght and focus. To do so, calibration files must be produced.

The details of this program's inner workings are described in Simoneau et al. (2021).

Usage

The program provides a CLI through the lisc command and a python module of the same name.

Documentation for the modules is available using

lisc 'module_name' --help

The standard order of operations to produce calibration files is as follows:

lisc dir
lisc init
lisc geo
lisc lin
lisc flat
lisc photo
lisc save

Once that process is done, images can be calibrated from anywhere on the system using lisc calib.

Known compatible camera models

  • SONY
  • ILCE-7S

Contributing

This research makes use of the code described in van Dokkum (2001) as implemented by McCully (2014) for cosmic rays removal.

MongoDB Logo MongoDB