Skip to content
Snippets Groups Projects
Commit 20141c9d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: Accept the right calibration files

parent 17a404c9
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -31,7 +31,7 @@ _ATTRIBUTE_NAME_TO_SERIALIZED_NAME = { ...@@ -31,7 +31,7 @@ _ATTRIBUTE_NAME_TO_SERIALIZED_NAME = {
'calibration_ppsdelay': 'CalTableHeader.Calibration.PPSDelay', 'calibration_ppsdelay': 'CalTableHeader.Calibration.PPSDelay',
'comment': 'CalTableHeader.Comment' 'comment': 'CalTableHeader.Comment'
} }
_CALIBRATION_TABLE_FILENAME_PATTERN = '**/*CalTable-???-???-*_*.dat' _CALIBRATION_TABLE_FILENAME_PATTERN = '**/*CalTable_???_mode?.dat'
class InvalidFileException(Exception): class InvalidFileException(Exception):
......
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