Closed tomjf closed 7 years ago
Did you make sure to set the fuel.util.clean_individual_frames flag to 1 after the initialization?
Not initially. I had this in the driver.
; there are lots of cosmic rays on each individual frame
input.clean_individual_frames = 1
;**********************************
;**********************************
; initialize and create the fuel structure
fuel = flame_initialize_lris(input)
I tried with this
; there are lots of cosmic rays on each individual frame
input.clean_individual_frames = 1
;**********************************
;**********************************
; initialize and create the fuel structure
fuel = flame_initialize_lris(input)
input.clean_individual_frames = 1
and it made no difference.
Why would it matter whether you set this parameter before or after the initialization?
oops I realise the final line should probably be
fuel.input.clean_individual_frames = 1
Still doesn't make a difference though.
It's in the fuel.util structure, not fuel.input! If you run fuel.input.clean_individual_frames = 1 you should get an error because there is no such field in fuel.input.
For some reason after the exptime/elaptime fix flame_correct does not perform the L.A.Cosmic cosmic ray detection