Skip to content

Commit e25be87

Browse files
author
Patrick Ingraham
committed
change n_flats to nflats in the script.
1 parent f327e97 commit e25be87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/lsst/ts/externalscripts/auxtel/latiss_take_flats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ async def arun(self, checkpoint_active=False, simulation_mode: bool = 0):
450450
task1 = asyncio.create_task(
451451
self.latiss.take_flats(
452452
self.step["exp_time"],
453-
n_flats=1,
453+
nflats=1,
454454
group_id=self.group_id,
455455
program="AT_flats",
456456
reason=(

tests/auxtel/test_latiss_take_flats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async def take_em_exposures_callback(self, expTime, n):
137137
async def take_flats_callback(
138138
self,
139139
exptime: float,
140-
n_flats: int,
140+
nflats: int,
141141
group_id: str,
142142
program: str,
143143
reason: str,

0 commit comments

Comments
 (0)