Implement tracing along either axis of 2D image
- Dominant language
- Jupyter Notebook
- Stars
- 69
- Forks
- 43
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 3
Description
For simplicity's sake, it was decided to initially only support dispersion along the horizontal axis. However, there is enough need already to support dispersion along either axis that this should be added sooner rather than later. The dispersion axis will be specified when the trace is created and `Trace` classes will have `disp_axis` and `crossdisp_axis` attributes.
Contributor guide
Research direction
Start by locating where traces are created and reviewing the Trace classes. Follow how the current horizontal-only dispersion is represented, then determine the changes needed for either axis, including the disp_axis and crossdisp_axis attributes. Done means traces can be created with either dispersion axis and both orientations are supported.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100