GeminiDRSoftware / DRAGONS

Data Reduction for Astronomy from Gemini Observatory North and South
Other
27 stars 16 forks source link

display only needs to ID the saturated pixels, it should not need to download a BPM #396

Open KathleenLabrie opened 2 years ago

KathleenLabrie commented 2 years ago

The primitive display (as reduce -r display blah.fits) runs the full addDQ 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 calling addDQ with different defaults.