fix black level computation for applying flat-field correction, taken from ART, thanks @agriggio
This commit is contained in:
@@ -259,6 +259,10 @@ public:
|
||||
{
|
||||
return float_raw_image;
|
||||
}
|
||||
void set_filters(unsigned f)
|
||||
{
|
||||
filters = f;
|
||||
}
|
||||
|
||||
public:
|
||||
// dcraw functions
|
||||
|
Reference in New Issue
Block a user