Skip to content

Commit

Permalink
remove unwanted slicing of bias frames
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Feb 20, 2021
1 parent 3b043d2 commit 8e68013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harnessed_jobs/bias_frame_BOT/v0/bias_frame_jh_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def bias_frame_jh_task(det_name):
bias_files \
= siteUtils.dependency_glob(glob_pattern('bias_frame', det_name),
acq_jobname=acq_jobname,
description='Bias frames:')[10:]
# Skip the first 10 bias files to avoid transient features in the
description='Bias frames:')
# Skip the first 5 bias files to avoid transient features in the
# imaging array from after just starting the run.
bias_files = sorted(bias_files, key=os.path.basename)[5:]
if not bias_files:
Expand Down

0 comments on commit 8e68013

Please sign in to comment.