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

SSB-47: including SAP string in file name pattern check

parent 1bed15ad
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -19,7 +19,7 @@ class CASA_POLARIZATION_INDEX(IntEnum):
Y = 1
ms_name_pattern = r'L(?P<sas_id>\d{6})_SB(?P<sub_band_id>\d{3})_uv\.MS'
ms_name_pattern = r'L(?P<sas_id>\d{6})(_SAP\d{3})*_SB(?P<sub_band_id>\d{3})_uv\.MS'
def __mjd_to_astropy_time(mjd_time_seconds):
......
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