https://github.com/astrojarhead/photontransfer
Code useful for Photon Transfer Curve (PTC) analysis
https://github.com/astrojarhead/photontransfer
ccd-camera cmos-image-sensor idlpackage iraf photon-transfer shell-scripts
Last synced: over 1 year ago
JSON representation
Code useful for Photon Transfer Curve (PTC) analysis
- Host: GitHub
- URL: https://github.com/astrojarhead/photontransfer
- Owner: astroJarHead
- Created: 2024-02-03T21:31:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:36:32.000Z (about 2 years ago)
- Last Synced: 2025-03-27T20:49:05.726Z (over 1 year ago)
- Topics: ccd-camera, cmos-image-sensor, idlpackage, iraf, photon-transfer, shell-scripts
- Language: IDL
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# photonTransfer
Code in various languages that I wrote that is helpful for Photon Transfer Curve (PTC) analysis of actual experimental data. I have some different code written for simulating PTC analysis.
For learning about PTC see:
"Photon Transfer DN -> Lambda" by James R. Janesick published by the SPIE Vol. No. PM170 (2007)
ISBN 9780819467225
Brief descriptions:
lincheck.cl = An IRAF Command Language (CL) script
columnSep.sh = A shell script called by lincheck.cl
plot_ptc.pro = IDL code containing procedures to perform the PTC analysis. This is only a barebones beginning at this stage.
output-lincheck.txt = Output captured from running lincheck.cl on Community IRAF 2.17.1 on some example data.
examples.pro = IDL code used for solutions to examples in Janesick's book "Photon Transfer DN -> Lambda."