Skip to content

Commit

Permalink
Remove instrument from db entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Jan 21, 2025
1 parent d1126e3 commit 349e7d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jwql/instrument_monitors/nircam_monitors/wisp_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,7 @@ def run(model_filename=None, starting_date=None, ending_date=None, file_list=Non
# staring and ending dates of the search. No need to keep the names of the files
# that are found to contain a wisp, because that info will be in the RootFileInfo
# instances.
new_entry = {'instrument': 'nircam',
'start_time_mjd': starting_date,
new_entry = {'start_time_mjd': starting_date,
'end_time_mjd': ending_date,
'run_monitor': monitor_run,
'entry_date': datetime.datetime.now(datetime.timezone.utc)}
Expand Down

0 comments on commit 349e7d7

Please sign in to comment.