diff --git a/src/sorcha/modules/PPAddUncertainties.py b/src/sorcha/modules/PPAddUncertainties.py index 4667156c..e3c8b010 100755 --- a/src/sorcha/modules/PPAddUncertainties.py +++ b/src/sorcha/modules/PPAddUncertainties.py @@ -196,7 +196,7 @@ def uncertainties( if configs.get("trailing_losses_on", False): dMag = PPTrailingLoss.calcTrailingLoss( - detDF[dra_name] * degCos(detDF[dec_name]), + detDF[dra_name], detDF[ddec_name], detDF[seeingName], texp=detDF[visit_time_name],