Skip to content
/ arctic Public

artic - Algorithm foR Charge Transfer Inefficency Correction (Astronomy)

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

ocordes/arctic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a58fad · Mar 6, 2020
Jul 17, 2017
Mar 21, 2017
Oct 10, 2016
Jun 5, 2017
May 8, 2017
Jul 19, 2017
Feb 20, 2017
Sep 14, 2018
Jun 27, 2016
Mar 6, 2020
Jul 25, 2016
Jun 10, 2016
Jun 7, 2016
Mar 6, 2020
Oct 19, 2016
Mar 6, 2020
Oct 19, 2016
Oct 19, 2016
Jun 7, 2016
Jun 7, 2016
Oct 19, 2016
Oct 19, 2016
May 8, 2017
Nov 4, 2016
Jun 26, 2017
Jun 27, 2017
Jul 6, 2017

Repository files navigation

arctic

artic - Algorithm foR Charge Transfer Inefficency Correction (Astronomy)

The arctic (Algorithm foR CTI Correction ) (formerly named as acs-cte) project was founded to rewrite an existing IDL program to clear the artefacts of the CTI of the ACS camera (Advanced Camera for Surveys) which is installed in the Hubble Space Telescope (HST). Details can be found on the original webpage by Richard Massey.

The new code can now also be used for all CCD images which have CTI artefacts. In 2016 the main focus of the development switched from HST to the Euclid project.

Installation/Compilation:

After download of the source tree, please change into the arctic directory:

mkdir build; cd build
cmake ..

make

make install