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
There are a few places where the directory structure and naming convention for the noise chains are hardcoded. There are a few separate expectations for what the path is and the files are called around the place, these are the ones I found.
Some of these, such as the use of chain_1.txt and pars.txt, are likely to be unproblematic, since the filenames are relatively standardized at the enterprise level. Others may cause problems, but it's likely we'll be changing the way we approach the noise analysis for NG20 anyway. We should revisit this once we have a better idea of how that will work.
There are a few places where the directory structure and naming convention for the noise chains are hardcoded. There are a few separate expectations for what the path is and the files are called around the place, these are the ones I found.
in
noise_utils.add_noise_to_model
pint_pal/src/pint_pal/noise_utils.py
Lines 277 to 284 in 5059239
pint_pal/src/pint_pal/noise_utils.py
Line 291 in 5059239
in
noise_utils.analyze_noise
pint_pal/src/pint_pal/noise_utils.py
Line 53 in 5059239
pint_pal/src/pint_pal/noise_utils.py
Line 56 in 5059239
pint_pal/src/pint_pal/noise_utils.py
Line 62 in 5059239
pint_pal/src/pint_pal/noise_utils.py
Line 65 in 5059239
pint_pal/src/pint_pal/noise_utils.py
Lines 108 to 111 in 5059239
pint_pal/src/pint_pal/noise_utils.py
Line 133 in 5059239
in
utils.check_recentness_noise
pint_pal/src/pint_pal/utils.py
Lines 1235 to 1240 in 5059239
Also the path to the excised TOAs is hardcoded in
utils.check_recentness_excision
pint_pal/src/pint_pal/utils.py
Lines 1270 to 1275 in 5059239
The text was updated successfully, but these errors were encountered: