spacetelescope / romancal

Python library to process science observations from the Nancy Grace Roman Space Telescope
https://roman-pipeline.readthedocs.io/en/latest/
Other
28 stars 28 forks source link

Add statistics field to TVAC and FPS Models #1223

Closed stscijgbot-rstdms closed 1 month ago

stscijgbot-rstdms commented 2 months ago

Issue RCAL-831 was created on JIRA by Paul Huwe:

Within TVAC & FPS, create an additional field called statistics ontaining some summary statistics about the image that could be meaningful at the time of querying. These values would be populated at conversion.

Fields: mean_counts_per_sec, median_counts_per_sec, max_counts, min_counts. The descriptions would be Mean number of counts per second; Median number of counts per second, Maximum number of counts in the data cube, Minimum number of counts in the data cube, respectively. The first 2 would be Quantity objects with units of DN/s and the last two Quantity objects with units of DN. All of these should be searchable, but none of them should be indexed.

stscijgbot-rstdms commented 1 month ago

Comment by Paul Huwe on JIRA:

This is implemented in RDM PR-351: spacetelescope/roman_datamodels#351

 

stscijgbot-rstdms commented 1 month ago

Comment by Paul Huwe on JIRA:

PR approved and merged.