Actions
Feature #5157
openAdd support for DE cameras for motioncorr2
Start date:
08/18/2017
Due date:
% Done:
0%
Estimated time:
Description
DE frames are not currently supported for motioncorr2. Need to flat field corrrect frames before passing off to motioncorr2. Many tools added, including a modification to image fun to make some basic image manipulations independent of any db stuff and work just on numpy arrays.
Updated by Anchi Cheng over 7 years ago
- Status changed from New to Assigned
7a872a98 debug to make it works for other cameras.
ba17dac0 adds new function to signal if there is non-zero dark.
apDDprocess.DDFrameProcessing.correct_dark_gain does not refers to doing it with cpu or gpu. It simply means that the input frames are not dark/gain corrected and therefore requires correction.
The new function is more specific. When counting mode is used for DE-64. it can be used to return False when it is ocunting in apDEprocess.py
Actions