Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
6fb79a56
Commit
6fb79a56
authored
Jun 01, 2022
by
BO ZHANG
🏀
Browse files
debug do_cray
parent
1a03e743
Changes
1
Show whitespace changes
Inline
Side-by-side
csst/msc/inst_corr.py
View file @
6fb79a56
...
@@ -127,6 +127,9 @@ class CsstMscInstrumentProc(CsstProcessor):
...
@@ -127,6 +127,9 @@ class CsstMscInstrumentProc(CsstProcessor):
verbose
=
False
,
verbose
=
False
,
gain_apply
=
True
)
gain_apply
=
True
)
print
(
self
.
__flg
,
type
(
self
.
__flg
),
self
.
__flg
.
dtype
)
print
(
masked
,
type
(
masked
),
masked
.
dtype
)
self
.
__flg
=
self
.
__flg
|
(
masked
*
16
)
self
.
__flg
=
self
.
__flg
|
(
masked
*
16
)
if
self
.
_switches
[
'clean'
]:
if
self
.
_switches
[
'clean'
]:
self
.
__img
=
cleaned
self
.
__img
=
cleaned
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment