-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #457 from VChristiaens/readme_update
Major v1.0.0 update
- Loading branch information
Showing
36 changed files
with
2,648 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ Subpackages | |
vip_hci.nmf | ||
vip_hci.pca | ||
vip_hci.preproc | ||
vip_hci.specfit | ||
vip_hci.stats | ||
vip_hci.var | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
vip\_hci.specfit package | ||
==================== | ||
|
||
.. automodule:: vip_hci.specfit | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
vip\_hci.specfit.chi module | ||
--------------------------- | ||
|
||
.. automodule:: vip_hci.specfit.chi | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
vip\_hci.specfit.mcmc\_sampling\_spec module | ||
-------------------------------------------- | ||
|
||
.. automodule:: vip_hci.specfit.mcmc_samling_spec | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
vip\_hci.specfit.model\_resampling module | ||
----------------------------------------- | ||
|
||
.. automodule:: vip_hci.specfit.model_resampling | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
vip\_hci.specfit.template\_lib module | ||
------------------------------------ | ||
|
||
.. automodule:: vip_hci.specfit.template_lib | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
vip\_hci.specfit.utils\_spec module | ||
------------------------------ | ||
|
||
.. automodule:: vip_hci.specfit.utils_spec | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,182 @@ | ||
numpy ~= 1.18 | ||
scipy ~= 1.1.0 | ||
astropy ~= 3.2 | ||
photutils ~= 0.6 | ||
scikit-learn ~= 0.17 | ||
scikit-image ~= 0.11 | ||
emcee ~= 2.1 | ||
nestle == 0.2.0 | ||
corner ~= 1.0.2 | ||
pandas ~= 0.18 | ||
matplotlib>=2.2,<=3.3 | ||
psutil | ||
pyprind ~= 2.11 | ||
munch | ||
opencv-python >= 3.4 | ||
pytest | ||
hciplot ~= 0.1.3 | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
astropy==3.2.3 | ||
# via | ||
# -r requirements.in | ||
# photutils | ||
attrs==21.2.0 | ||
# via pytest | ||
bleach==4.1.0 | ||
# via panel | ||
bokeh==2.3.3 | ||
# via | ||
# hciplot | ||
# panel | ||
certifi==2021.5.30 | ||
# via requests | ||
charset-normalizer==2.0.4 | ||
# via requests | ||
colorcet==2.0.6 | ||
# via holoviews | ||
corner==1.0.3 | ||
# via -r requirements.in | ||
cycler==0.10.0 | ||
# via matplotlib | ||
emcee==2.2.1 | ||
# via -r requirements.in | ||
hciplot==0.1.9 | ||
# via -r requirements.in | ||
holoviews==1.14.5 | ||
# via hciplot | ||
idna==3.2 | ||
# via requests | ||
imageio==2.9.0 | ||
# via scikit-image | ||
importlib-metadata==4.8.1 | ||
# via | ||
# markdown | ||
# pluggy | ||
# pytest | ||
iniconfig==1.1.1 | ||
# via pytest | ||
jinja2==3.0.1 | ||
# via bokeh | ||
joblib==1.0.1 | ||
# via scikit-learn | ||
kiwisolver==1.3.2 | ||
# via matplotlib | ||
markdown==3.3.4 | ||
# via panel | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
matplotlib==3.3.0 | ||
# via | ||
# -r requirements.in | ||
# hciplot | ||
# scikit-image | ||
munch==2.5.0 | ||
# via -r requirements.in | ||
nestle==0.2.0 | ||
# via -r requirements.in | ||
networkx==2.6.3 | ||
# via scikit-image | ||
numpy==1.21.2 | ||
# via | ||
# -r requirements.in | ||
# astropy | ||
# bokeh | ||
# emcee | ||
# hciplot | ||
# holoviews | ||
# imageio | ||
# matplotlib | ||
# opencv-python | ||
# pandas | ||
# photutils | ||
# pywavelets | ||
# scikit-image | ||
# scikit-learn | ||
# scipy | ||
# tifffile | ||
opencv-python==4.5.3.56 | ||
# via -r requirements.in | ||
packaging==21.0 | ||
# via | ||
# bleach | ||
# bokeh | ||
# pytest | ||
pandas==0.25.3 | ||
# via | ||
# -r requirements.in | ||
# holoviews | ||
panel==0.12.1 | ||
# via holoviews | ||
param==1.11.1 | ||
# via | ||
# colorcet | ||
# holoviews | ||
# panel | ||
# pyct | ||
# pyviz-comms | ||
photutils==0.7.2 | ||
# via -r requirements.in | ||
pillow==8.3.2 | ||
# via | ||
# bokeh | ||
# imageio | ||
# matplotlib | ||
# scikit-image | ||
pluggy==1.0.0 | ||
# via pytest | ||
psutil==5.8.0 | ||
# via -r requirements.in | ||
py==1.10.0 | ||
# via pytest | ||
pyct==0.4.8 | ||
# via | ||
# colorcet | ||
# panel | ||
pyparsing==2.4.7 | ||
# via | ||
# matplotlib | ||
# packaging | ||
pyprind==2.11.3 | ||
# via -r requirements.in | ||
pytest==6.2.5 | ||
# via -r requirements.in | ||
python-dateutil==2.8.2 | ||
# via | ||
# bokeh | ||
# matplotlib | ||
# pandas | ||
pytz==2021.1 | ||
# via pandas | ||
pyviz-comms==2.1.0 | ||
# via | ||
# holoviews | ||
# panel | ||
pywavelets==1.1.1 | ||
# via scikit-image | ||
pyyaml==5.4.1 | ||
# via bokeh | ||
requests==2.26.0 | ||
# via panel | ||
scikit-image==0.18.3 | ||
# via -r requirements.in | ||
scikit-learn==0.24.2 | ||
# via -r requirements.in | ||
scipy==1.1.0 | ||
# via | ||
# -r requirements.in | ||
# scikit-image | ||
# scikit-learn | ||
six==1.16.0 | ||
# via | ||
# bleach | ||
# cycler | ||
# munch | ||
# python-dateutil | ||
threadpoolctl==2.2.0 | ||
# via scikit-learn | ||
tifffile==2021.8.30 | ||
# via scikit-image | ||
toml==0.10.2 | ||
# via pytest | ||
tornado==6.1 | ||
# via bokeh | ||
tqdm==4.62.2 | ||
# via panel | ||
typing-extensions==3.10.0.2 | ||
# via | ||
# bokeh | ||
# importlib-metadata | ||
urllib3==1.26.6 | ||
# via requests | ||
webencodings==0.5.1 | ||
# via bleach | ||
zipp==3.5.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.