Skip to content
Snippets Groups Projects
Commit 93617660 authored by Zach Griffith's avatar Zach Griffith
Browse files

add sipsprod info to extra_attrs

parent d11afe2d
No related branches found
No related tags found
No related merge requests found
......@@ -912,6 +912,12 @@ class FUSION_MATLAB(Computation):
'viirs_lut_created': viirs_lut_created,
'created': dt_create}
# add sipsprod information for delivery subscription filters
extra_attrs['sipsprod'] = {
'name': product.name,
'version': product.version,
}
return {
'fused_l1b': {
'file': basename(l2_file),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment