We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e7a2d commit 7207dbbCopy full SHA for 7207dbb
src/osa/paths.py
@@ -472,7 +472,7 @@ def get_RF_model(run_str: str) -> Path:
472
dec_values.remove(closest_declination)
473
dec_list.remove(declination_str)
474
closest_declination = min(dec_values, key=lambda x: abs(x - source_dec))
475
- closest_dec_culmination = culmination_angle(closest_declination)
+ closest_dec_culmination = utils.culmination_angle(closest_declination)
476
477
log.debug(f"The declination line to use for the DL2 production is: {closest_declination}")
478
0 commit comments