Skip to content

Commit

Permalink
Add exposure number to profile report
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrory committed Sep 11, 2024
1 parent cb5457c commit 63fc22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmdrp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ def run_drp(mjd: Union[int, str, list], expnum: Union[int, str, list] = None,
if sci_cond:
kwargs = get_config_options('reduction_steps.science_reduction')
for expnum in sci['expnum'].unique():
with Timer(name='Science Reduction', logger=log.info):
with Timer(name=f'Reduction EXPNUM {expnum}', logger=log.info):
try:
science_reduction(expnum, use_longterm_cals=True,
fluxcal_method=fluxcal_method,
Expand Down

0 comments on commit 63fc22f

Please sign in to comment.