subtract dark data
Compare changes
+ 67
− 0
@@ -89,6 +89,10 @@ class Stream():
@@ -392,6 +396,42 @@ class StreamReproject(StreamFilter):
@@ -460,6 +500,7 @@ class StreamFile():
@@ -481,6 +522,32 @@ class StreamFile():
Hi @dgeissbuhler,
I added some stuff to subtract the dark frame if needed. This is most probably not the best way to do it, but it works for now. I'll let you have a look and modify it to better fit in your whole framework ...
Note that this is not urgent ;)
Thanks Guillaume