dkist-processing-common 11.9.3__py3-none-any.whl → 11.9.3rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ Add TimeLookupBud, which makes a dictionary that maps values of a time metadata key to values of another metadata key.
2
+ Values of the time metadata key are rounded to avoid jitter. Also add TaskTimeLookupBud, which makes the dictionary
3
+ only for frames of a particular task type.
@@ -0,0 +1,2 @@
1
+ Add a constant for dark number of frames per FPA. The constant returns a dictionary of exposure times as keys
2
+ and a list of number of frames per FPA as values.
@@ -84,8 +84,7 @@ class TransferL1Data(TransferDataBase, GlobusMixin):
84
84
  """Transfer the movie to the object store."""
85
85
  paths = list(self.read(tags=[Tag.output(), Tag.movie()]))
86
86
 
87
- count = len(paths)
88
- if count != 1:
87
+ if count := len(paths) != 1:
89
88
  raise RuntimeError(
90
89
  f"Expected exactly one movie to upload, found {count}. "
91
90
  f"recipe_run_id={self.recipe_run_id}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-common
3
- Version: 11.9.3
3
+ Version: 11.9.3rc1
4
4
  Summary: Common task classes used by the DKIST science data processing pipelines
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -1,4 +1,6 @@
1
1
  changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ changelog/281.feature.1.rst,sha256=0CEtlTySceVWkDHmBSQXpnGIor4m2tuwepjafFK3zmY,279
3
+ changelog/281.feature.rst,sha256=ufen4RHyL_nVjQHqnCeyMhUfvPPX9tcql4rRMMyM3v0,161
2
4
  dkist_processing_common/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
3
5
  dkist_processing_common/config.py,sha256=f511KVpK24sQO4dDr4L6PMj5dz0jmWgnx2Y-3DpV0cw,5991
4
6
  dkist_processing_common/manual.py,sha256=bIVVyLsbXMh-g_2L3kGROL-1TtJe0_XviHsp7Br31x8,7023
@@ -59,7 +61,7 @@ dkist_processing_common/parsers/wavelength.py,sha256=P5C9mG8DAKK3GB3vWNRBI5l7pAW
59
61
  dkist_processing_common/tasks/__init__.py,sha256=l23ctjNsKJbHbbqaZBMeOPaOtw0hmITEljI_JJ-CVsU,627
60
62
  dkist_processing_common/tasks/assemble_movie.py,sha256=1ixDG-f4ODt0vywqVccG3aodLljVO5OGlvuMO9EEvcU,12767
61
63
  dkist_processing_common/tasks/base.py,sha256=itAHCvzcodo-q8_AjpWoRaM86BlcjWDpCIiUP7uwmP0,13236
62
- dkist_processing_common/tasks/l1_output_data.py,sha256=LxGnOSfG0wRQi5r3OuSQueZYSSUG27GBeCDjmg9HCpo,10380
64
+ dkist_processing_common/tasks/l1_output_data.py,sha256=lNMShQCb3U0p_pp-OwmLQqzQeG_5nA5054ioWB5r7Zw,10367
63
65
  dkist_processing_common/tasks/output_data_base.py,sha256=r1Bu3FX5zTVj66GTMWtaV_NdhxjyjSm661Bt2Mxmfi4,3685
64
66
  dkist_processing_common/tasks/parse_l0_input_data.py,sha256=6wPs6UiV5X4TNQgG6Dx6NxGOUvfcK-fx6QI-b9OPLnA,19191
65
67
  dkist_processing_common/tasks/quality_metrics.py,sha256=cvGF6tJ8yAvxOvkeG3tWxYwL885BrFW5X3V7_MSzL-A,12481
@@ -120,7 +122,7 @@ docs/landing_page.rst,sha256=aPAuXFhBx73lEZ59B6E6JXxkK0LlxzD0n-HXqHrfumQ,746
120
122
  docs/make.bat,sha256=mBAhtURwhQ7yc95pqwJzlhqBSvRknr1aqZ5s8NKvdKs,4513
121
123
  docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
122
124
  licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
123
- dkist_processing_common-11.9.3.dist-info/METADATA,sha256=UnLroOCveIS407su6UtdI30yMAVU8-mG4Muk6XjnnuA,14062
124
- dkist_processing_common-11.9.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
125
- dkist_processing_common-11.9.3.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
126
- dkist_processing_common-11.9.3.dist-info/RECORD,,
125
+ dkist_processing_common-11.9.3rc1.dist-info/METADATA,sha256=oCvuAoeZLIETJjhH4WTg-DHKU0KV4idRSMzOoe658oI,14065
126
+ dkist_processing_common-11.9.3rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
127
+ dkist_processing_common-11.9.3rc1.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
128
+ dkist_processing_common-11.9.3rc1.dist-info/RECORD,,