Skip to content

Commit

Permalink
Fixing black
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Jul 29, 2024
1 parent 157b730 commit 6a7b80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/externalscripts/auxtel/latiss_wep_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def run_wep(
cut_out_config.donutStampSize = donut_diameter
cut_out_config.opticalModel = "onAxis"
cut_out_config.initialCutoutPadding = 40
cut_out_task = CutOutDonutsScienceSensorTask(config=cut_out_config)
cut_out_task = CutOutDonutsScienceSensorTask(config=cut_out_config)

camera = Latiss.getCamera()

Expand Down

0 comments on commit 6a7b80c

Please sign in to comment.