Skip to content

Commit

Permalink
Clean up from development
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed May 8, 2024
1 parent d389329 commit 0d3ebb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwql/instrument_monitors/common_monitors/dark_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def process(self, file_list):
for item in slope_files:
logging.info('\t\t{}'.format(item))
# Get the observation time for each file
obstime = instrument_properties.get_obstime(item) # .replace(tzinfo=datetime.timezone.utc) - if get_obstime can't be changed
obstime = instrument_properties.get_obstime(item)
obs_times.append(obstime)

# Find the earliest and latest observation time, and calculate
Expand Down Expand Up @@ -960,7 +960,7 @@ def run(self):
self.skipped_initial_ints = limits['N_skipped_integs'][match][0]
self.aperture = aperture

for readpatt in ['RAPID']: #possible_readpatts:
for readpatt in possible_readpatts:
self.readpatt = readpatt
logging.info(f'\tWorking on readout pattern: {self.readpatt}')

Expand Down

0 comments on commit 0d3ebb3

Please sign in to comment.