[v2] replacement for ModestImage dependancy
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 8
- Forks
- 12
- Avg merge
- 2h 53m
- Merged PRs (30d)
- 6
Description
ModestImage was implemented as a dependency to better control matplotlib output. Unsure how much affects _common but this certainly affects _futurepyCHX
- ModestImage is not part of standard analysis environment
- Understand now that ModestImage is/was a young projects with single developer
- Is ModestImage still being supported? Python 3.3 was the last PyPI release. https://pypi.org/project/ModestImage/
It seems functions imported from modest_image are:
from modest_image import imshowfrom modest_image import ModestImage, imshow
In the following modules:
- chx_compress_analysis.py
- chx_generic_functions.py
- chx_libs.py
- Two_Time_Correlation_Function.py
It seems only that imshow is used.
- I see no function calls that start with
ModestImagein code base - what about in analysis pipeline?
ModestImageis only imported inTwo_Time_Correlation_Function; so check .ipynb for papermill.
So basically, it seems we need to understand how imshow from ModestImage improved plotting of 2D images.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the ModestImage imports and imshow usage in chx_compress_analysis.py, chx_generic_functions.py, chx_libs.py, and Two_Time_Correlation_Function.py. Then inspect the analysis pipeline notebooks and papermill usage to determine whether the dependency affects them. Done means documenting the required plotting behavior and identifying a supported replacement path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, matplotlib, python
- Domain
- data-visualization
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100