Skip to content
Snippets Groups Projects

feat[PNCCD][Correct]: New corrected data source and link to legacy source

Merged Karim Ahmed requested to merge feat/new_pnccd_correct_source into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
parallel_num_threads = 10
parallel_num_threads = 10
context = psh.context.ThreadContext(num_workers=parallel_num_threads)
context = psh.context.ThreadContext(num_workers=parallel_num_threads)
data_path = "INSTRUMENT/" + input_src + "/data/"
offset = np.squeeze(constants["OffsetCCD"])
offset = np.squeeze(constants["OffsetCCD"])
noise = np.squeeze(constants["NoiseCCD"])
noise = np.squeeze(constants["NoiseCCD"])
bpix = np.squeeze(constants["BadPixelsDarkCCD"])
bpix = np.squeeze(constants["BadPixelsDarkCCD"])
Loading