Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 1.79 KB

index.rst

File metadata and controls

54 lines (35 loc) · 1.79 KB

Optimal Image Subtraction (OIS)

OIS is a Python package and a C command-line program to perform optimal image subtraction on astronomical images.

It offers different methods to subtract images:

Each method can (optionally) simultaneously fit and remove common background.

Theoretical Summary

All of the methods assume we have a reference image R and a science image I that can be approximately modelled as:


I ≈ R ⊗ K + Bkg

for some background Bkg and some kernel K.

The optimal image subtraction D is then:


D = I − (R ⊗ K + Bkg)

The methods differ in their modelling of K.

Warning

In the ideal case of perfect subtraction, D should contain only noise and optical transients. In practice, tiny image misalignments, saturated stars and poor PSF fitting can leave subtraction artifacts near sources.

Contents:

installation usage cprog methods api