Skip to content

Code to characterize and correct the main effects observed on the ZTF sensors: linearity, brighter fatter, and pocket effect (also known as CCD6 effect).

License

Notifications You must be signed in to change notification settings

nregnault/ztfsensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZTF sensors

Code to characterize, model and correct the main effects observed on the ZTF sensors. As of today, we have a tentative correction of the pocket effect (aka MegaTrap effect, aka CCD6 effect).

Installation

It is recommended to setup a conda environment:

conda create -n sensors
conda activate sensors

# using mamba instead of conda is much faster
mamba install numpy scipy matplotlib scikit-sparse pybind11 ipython pandas ruamel.yaml

Now, you can install ztfsensors:

# clone this repo 
git clone https://github.com/nregnault/ztfsensors
cd ztfsensors
pip install . 

or, if you intend to hack the code:

pip install -e . 


About

Code to characterize and correct the main effects observed on the ZTF sensors: linearity, brighter fatter, and pocket effect (also known as CCD6 effect).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •