Nat1405 / Nifty4Gemini

A Gemini Data Reduction Pipeline Framework
MIT License
0 stars 0 forks source link

Recheck processing numbers #40

Closed Nat1405 closed 3 years ago

Nat1405 commented 3 years ago

Stephen and David mentioned that there might be cleaner ways to present your processing numbers; they might be artificially low right now. For example, you should try reporting the number of science frames vs. the number of datacubes produced. Re-check your numbers and present a cleaner picture from a few different perspectives.

Nat1405 commented 3 years ago

Number of NIFS science/sky frames: 26861

SELECT count(*) from caom2.Plane JOIN caom2.Observation on caom2.Plane.obsID = caom2.Observation.obsID
WHERE Observation.collection = 'GEMINI'
AND Observation.instrument_name = 'NIFS' 
AND Observation.intent = 'science'
AND Observation.type = 'OBJECT'

Number of datacubes produced: 10726

Assuming a 50/50 split of the science/sky frames, this gives a completion percentage of 80%.