Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Stuck in "Cannot reduce OBJECT frame" loop #131

Closed ProgramCrypt closed 2 years ago

ProgramCrypt commented 2 years ago

Hi, I'm encountering an issue where, after determine the bias files, the pipeline loops through all other files without being able to process them. I'm running the pipeline on a MacBook with OS Monterey 12.0.1. Any ideas as to why it isn't working? Here is the terminal output:

2022-04-20 12:29:41,118 Starting Bokeh server version 2.0.2 (running on Tornado 6.1) 2022-04-20 12:29:41,126 User authentication hooks NOT provided (default user enabled) 2022-04-20 12:29:41,130 Bokeh app running at: http://localhost:5006/ 2022-04-20 12:29:41,130 Starting Bokeh server with process id: 43251 2022-04-20 12:29:45:KCWI:INFO: reading proc table file: kcwi.proc 2022-04-20 12:29:45:DRPF:INFO: Framework initialized 2022-04-20 12:29:47:DRPF:INFO: Framework main loop started 2022-04-20 12:29:47,096 WebSocket connection opened 2022-04-20 12:29:47,097 ServerConnection created 2022-04-20 12:29:47:KCWI:INFO: Enabling BOKEH plots 2022-04-20 12:29:47:DRPF:INFO: Event completed: name start_bokeh, action StartBokeh, arg name undef, recurr False 2022-04-20 12:29:47:KCWI:INFO: ------------------- Ingesting file kb220403_00036.fits ------------------- 2022-04-20 12:29:47:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00036.fits 2022-04-20 12:29:47:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with CCDCFG = 1101009 2022-04-20 12:29:47:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:WARNING: Cannot reduce TWIFLAT frame. Missing master bias. Rescheduling for later. 2022-04-20 12:29:47:DRPF:INFO: Event failed: name next_file, action ingest_file, arg name kb220403_00036.fits, recurr True 2022-04-20 12:29:47:KCWI:INFO: ------------------- Ingesting file kb220403_00036_001.fits ------------------- 2022-04-20 12:29:47,819 WebSocket connection opened 2022-04-20 12:29:47,819 ServerConnection created 2022-04-20 12:29:47:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00036_001.fits 2022-04-20 12:29:47:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with CCDCFG = 2201009 2022-04-20 12:29:47:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:47:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:47:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:47:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:47:DRPF:INFO: Event completed: name next_file, action ingest_file, arg name kb220403_00036_001.fits, recurr False 2022-04-20 12:29:47:KCWI:INFO: FILE TYPE DETERMINED AS BIAS 2022-04-20 12:29:47:KCWI:INFO: GROUPID is 2022-04-03-36 2022-04-20 12:29:47:KCWI:INFO: STATEID is Small_BL_4500 (62490514ce9e246ba59db8c3) 2022-04-20 12:29:47:KCWI:WARNING: Already processed (already in proctab) 2022-04-20 12:29:47:KCWI:WARNING: Pushing noop to queue 2022-04-20 12:29:47:DRPF:INFO: Event completed: name file_ingested, action action_planner, arg name kb220403_00036_001.fits, recurr False 2022-04-20 12:29:47:DRPF:INFO: Event completed: name noop, action noop, arg name kb220403_00036_001.fits, recurr False 2022-04-20 12:29:47:KCWI:INFO: ------------------- Ingesting file kb220403_00037.fits ------------------- 2022-04-20 12:29:47,883 404 GET /favicon.ico (::1) 0.53ms 2022-04-20 12:29:48:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00037.fits 2022-04-20 12:29:48:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with CCDCFG = 1101009 2022-04-20 12:29:48:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:WARNING: Cannot reduce TWIFLAT frame. Missing master bias. Rescheduling for later. 2022-04-20 12:29:48:DRPF:INFO: Event failed: name next_file, action ingest_file, arg name kb220403_00037.fits, recurr True 2022-04-20 12:29:48:KCWI:INFO: ------------------- Ingesting file kb220403_00037_001.fits ------------------- 2022-04-20 12:29:48:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00037_001.fits 2022-04-20 12:29:48:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with CCDCFG = 2201009 2022-04-20 12:29:48:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:DRPF:INFO: Event completed: name next_file, action ingest_file, arg name kb220403_00037_001.fits, recurr False 2022-04-20 12:29:48:KCWI:INFO: FILE TYPE DETERMINED AS BIAS 2022-04-20 12:29:48:KCWI:INFO: GROUPID is 2022-04-03-37 2022-04-20 12:29:48:KCWI:INFO: STATEID is Small_BL_4500 (62490514ce9e246ba59db8c3) 2022-04-20 12:29:48:KCWI:WARNING: Already processed (already in proctab) 2022-04-20 12:29:48:KCWI:WARNING: Pushing noop to queue 2022-04-20 12:29:48:DRPF:INFO: Event completed: name file_ingested, action action_planner, arg name kb220403_00037_001.fits, recurr False 2022-04-20 12:29:48:DRPF:INFO: Event completed: name noop, action noop, arg name kb220403_00037_001.fits, recurr False 2022-04-20 12:29:48:KCWI:INFO: ------------------- Ingesting file kb220403_00038.fits ------------------- 2022-04-20 12:29:48:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00038.fits 2022-04-20 12:29:48:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with CCDCFG = 1101009 2022-04-20 12:29:48:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:WARNING: Cannot reduce TWIFLAT frame. Missing master bias. Rescheduling for later. 2022-04-20 12:29:48:DRPF:INFO: Event failed: name next_file, action ingest_file, arg name kb220403_00038.fits, recurr True 2022-04-20 12:29:48:KCWI:INFO: ------------------- Ingesting file kb220403_00038_001.fits ------------------- 2022-04-20 12:29:48:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00038_001.fits 2022-04-20 12:29:48:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with CCDCFG = 2201009 2022-04-20 12:29:48:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:DRPF:INFO: Event completed: name next_file, action ingest_file, arg name kb220403_00038_001.fits, recurr False 2022-04-20 12:29:48:KCWI:INFO: FILE TYPE DETERMINED AS BIAS 2022-04-20 12:29:48:KCWI:INFO: GROUPID is 2022-04-03-38 2022-04-20 12:29:48:KCWI:INFO: *** STATEID is Small_BL_4500 (62490514ce9e246ba59db8c3) 2022-04-20 12:29:48:KCWI:WARNING: Already processed (already in proctab) 2022-04-20 12:29:48:KCWI:WARNING: Pushing noop to queue 2022-04-20 12:29:48:DRPF:INFO: Event completed: name file_ingested, action action_planner, arg name kb220403_00038_001.fits, recurr False 2022-04-20 12:29:48:DRPF:INFO: Event completed: name noop, action noop, arg name kb220403_00038_001.fits, recurr False 2022-04-20 12:29:48:KCWI:INFO: ------------------- Ingesting file kb220403_00039.fits ------------------- 2022-04-20 12:29:48:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00039.fits 2022-04-20 12:29:48:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with CCDCFG = 1101009 2022-04-20 12:29:48:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:48:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:48:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:48:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:48:KCWI:WARNING: Cannot reduce OBJECT frame. Rescheduling for later. Found: 2022-04-20 12:29:48:KCWI:WARNING: MBIAS: 0 2022-04-20 12:29:48:KCWI:WARNING: MFLAT: 0 2022-04-20 12:29:48:KCWI:WARNING: ARCLAMP: 0 2022-04-20 12:29:48:DRPF:INFO: Event failed: name next_file, action ingest_file, arg name kb220403_00039.fits, recurr True 2022-04-20 12:29:48:KCWI:INFO: ------------------- Ingesting file kb220403_00040.fits ------------------- 2022-04-20 12:29:49:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00040.fits 2022-04-20 12:29:49:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with CCDCFG = 1101009 2022-04-20 12:29:49:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:WARNING: Cannot reduce OBJECT frame. Rescheduling for later. Found: 2022-04-20 12:29:49:KCWI:WARNING: MBIAS: 0 2022-04-20 12:29:49:KCWI:WARNING: MFLAT: 0 2022-04-20 12:29:49:KCWI:WARNING: ARCLAMP: 0 2022-04-20 12:29:49:DRPF:INFO: Event failed: name next_file, action ingest_file, arg name kb220403_00040.fits, recurr True 2022-04-20 12:29:49:KCWI:INFO: ------------------- Ingesting file kb220403_00041.fits ------------------- 2022-04-20 12:29:49:KCWI:INFO: <<< read 1 imgs and 1 tables out of 2 hdus in kb220403_00041.fits 2022-04-20 12:29:49:KCWI:INFO: Looking for MBIAS frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is MBIAS 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with CCDCFG = 1101009 2022-04-20 12:29:49:KCWI:INFO: Looking for CONTBARS frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is CONTBARS 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:INFO: Looking for MFLAT frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is MFLAT 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:INFO: Looking for INVSENS frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is INVSENS 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:INFO: Looking for ARCLAMP frames 2022-04-20 12:29:49:KCWI:INFO: Camera is BLUE 2022-04-20 12:29:49:KCWI:INFO: Target type is ARCLAMP 2022-04-20 12:29:49:KCWI:INFO: Looking for frames with STATEID = 62490514ce9e246ba59db8c3 (Small_BL_4500) 2022-04-20 12:29:49:KCWI:WARNING: Cannot reduce OBJECT frame. Rescheduling for later. Found: 2022-04-20 12:29:49:KCWI:WARNING: MBIAS: 0 2022-04-20 12:29:49:KCWI:WARNING: MFLAT: 0 2022-04-20 12:29:49:KCWI:WARNING: ARCLAMP: 0 2022-04-20 12:29:49:DRPF:INFO: Event failed: name next_file, action ingest_file, arg name kb220403_00041.fits, recurr True 2022-04-20 12:29:49:KCWI:INFO: ------------------- Ingesting file kb220403_00042.fits -------------------

etc.