You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 114 in fhd_file_setup looks for the polarization names in the file name: pol_exist = stregex(datafile, '[xy][xy]', /boolean, /fold_case)
This has unintended behaviour if a pol name exists in the file name within a word. For example, the polarization xy will be pulled from file names that have the word galaxy even if the xy polarization does not exist.
The text was updated successfully, but these errors were encountered:
Line 114 in
fhd_file_setup
looks for the polarization names in the file name:pol_exist = stregex(datafile, '[xy][xy]', /boolean, /fold_case)
This has unintended behaviour if a pol name exists in the file name within a word. For example, the polarization
xy
will be pulled from file names that have the wordgalaxy
even if thexy
polarization does not exist.The text was updated successfully, but these errors were encountered: