Skip to content

Commit

Permalink
Merge pull request #98 from lsst-sitcom/tickets/DM-41103
Browse files Browse the repository at this point in the history
DM-41103: Finish renaming startracker to startracker_narrow
  • Loading branch information
mfisherlevine committed Mar 29, 2024
2 parents 762c182 + a52b12a commit 4ca7327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/summit/utils/starTracker/starTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class StarTrackerCamera:

narrowCam = StarTrackerCamera(
cameraType="narrow",
suffix="",
suffixWithSpace="",
suffix="_narrow",
suffixWithSpace=" narrow",
doAstrometry=True,
cameraNumber=102,
snr=5,
Expand Down

0 comments on commit 4ca7327

Please sign in to comment.