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
b569383e
Commit
b569383e
authored
Apr 07, 2022
by
BO ZHANG
🏀
Browse files
moved model to deepcr_model
parent
25b0c2c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
csst/msc/CSST_2021-12-30_CCD23_epoch20.pth
→
csst/msc/
deepcr_model/
CSST_2021-12-30_CCD23_epoch20.pth
View file @
b569383e
File moved
setup.py
View file @
b569383e
...
...
@@ -27,7 +27,10 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Astronomy"
],
package_dir
=
{
'csst'
:
'csst'
},
include_package_data
=
False
,
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
]},
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
"csst"
:
[
"msc/config/*"
,
"msc/deepcr_model/*"
]},
requires
=
[
'numpy'
,
'scipy'
,
'astropy'
],
python_requires
=
'>=3.7'
,
)
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