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
fecd120c
Commit
fecd120c
authored
May 09, 2022
by
BO ZHANG
🏀
Browse files
finished flux calibration from Zhiming Zhou
parent
75299462
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
csst/msc/calib_flux.py
View file @
fecd120c
This diff is collapsed.
Click to expand it.
csst/msc/pipeline.py
View file @
fecd120c
...
...
@@ -106,6 +106,6 @@ pcProc.cleanup(img_list, DIR_WORK)
# Step 3. Calibrate Flux
from
csst.msc.calib_flux
import
CsstProcFluxCalibration
fcProc
=
CsstProcFluxCalibration
()
fcProc
.
prepare
()
fcProc
.
run
()
fcProc
.
cleanup
()
#
fcProc.prepare()
fcProc
.
run
(
fn_list
,
img_list
,
wht_list
,
flg_list
,
wcsdir
=
DIR_WORK
,
L1dir
=
DIR_WORK
,
workdir
=
DIR_WORK
,
refdir
=
DIR_TEST
,
addhead
=
True
,
morehead
=
False
,
plot
=
False
,
nodel
=
False
,
update
=
False
,
upcat
=
True
)
fcProc
.
cleanup
(
fn_list
,
DIR_WORK
)
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