Skip to content

Commit

Permalink
Update coroOnlyScheduler.py spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
96armen committed Dec 11, 2023
1 parent 316bc62 commit 3eafb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXOSIMS/SurveySimulation/coroOnlyScheduler.py
Expand Up @@ -1031,7 +1031,7 @@ def observation_characterization(self, sInd, mode, mode_index):
dMags = SU.dMag[pInds]
if SU.lucky_planets:
# used in the "partial char" check below
WAs = np.arctan(SU.a[pInds]/TL.dist[sInd]).to("arcsec").value
WAs = np.arctan(SU.a[pInds] / TL.dist[sInd]).to("arcsec").value
else:
WAs = SU.WA[pInds].to("arcsec").value

Expand Down

0 comments on commit 3eafb35

Please sign in to comment.