[Epix100][CORRECT] Avoid copying RAW datasets into CORR files.
Same as Jungfrau. Use DataFile
to write the corrected/needed datasets in the corrected files.
Description
Use DataFile
to write corrected datasets in the CORR files.
- Main datasets to write:
pixels
,patterns
,pixels_classified
- I have written the rest of the datasets related to the INSTRUMENT section.
- Rename
limit_images
tolimit_trains
and fix it. - Raise Warnings for missing trains or empty sequence files.
How Has This Been Tested?
- Tested with reference runs datafile_epix.log
The following datasets are now stored correctly. storing the values corresponding to the corrected trains.
*/data/
["ambTemp", "analogCurr", "analogInputVolt", "backTemp", "digitalInputVolt", "guardCurr", "relHumidity", "digitalCurr"]
*/data/image
["binning", "bitsPerPixel", "dimTypes", "dims", "encoding", "flipX", "flipY", "roiOffsets", "rotation" ]
Relevant Documents (optional)
No CONTROL/ or RUN/ sections and the corresponding CONTROL and RECEIVER groups.
- Current master results
- MR results
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
Reviewers
Edited by Karim Ahmed