Commit 6fb79a56 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

debug do_cray

parent 1a03e743
......@@ -127,6 +127,9 @@ class CsstMscInstrumentProc(CsstProcessor):
verbose=False,
gain_apply=True)
print(self.__flg, type(self.__flg), self.__flg.dtype)
print(masked, type(masked), masked.dtype)
self.__flg = self.__flg | (masked * 16)
if self._switches['clean']:
self.__img = cleaned
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment