Skip to content

Commit

Permalink
Added truncation to exposure.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Oct 14, 2023
1 parent 17cf1e5 commit 489ebbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/roman_datamodels/maker_utils/_common_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def mk_exposure(**kwargs):
exp["ma_table_number"] = kwargs.get("ma_table_number", NONUM)
exp["level0_compressed"] = kwargs.get("level0_compressed", True)
exp["read_pattern"] = kwargs.get("read_pattern", [[1], [2, 3], [4], [5, 6, 7, 8], [9, 10], [11]])
exp["truncated"] = kwargs.get("truncated", False)

return exp

Expand Down

0 comments on commit 489ebbb

Please sign in to comment.