display only needs to ID the saturated pixels, it should not need to download a BPM #396
Labels
algorithm
Issues relating to algorithms
severity-routine
Needs to be fixed
urgency-low
Do when we have a breather
The primitive display (as
reduce -r display blah.fits
) runs the fulladdDQ
on raw data. This forces a request for a BPM and a calibration association (even a download if using a server) and an attempted to align and add the illumination mask. Neither are needed.display
only needs to identify the saturated pixels. It is probably just a case of callingaddDQ
with different defaults.The text was updated successfully, but these errors were encountered: