-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possibility:meteor.diffmap --internal
#76
Comments
i've got no qualms with this as long as meteor doesn't have a lot of heavy dependencies. it looks to me that skimage is the only one to be potentially concerned about. |
tbf we could excise the one (denoising) function from |
|
I made a new conda env and installed pip install --dry-run rs-booster
...
Would install contourpy-1.3.0 cycler-0.12.1 fonttools-4.54.1 kiwisolver-1.4.7 matplotlib-3.9.2 packaging-24.1 pillow-11.0.0 pyparsing-3.2.0 rs-booster-0.1.2 seaborn-0.13.2
pip install --dry-run meteor-maps
...
Would install imageio-2.36.0 lazy_loader-0.4 meteor-maps-0.3.0 networkx-3.4.2 packaging-24.1 pillow-11.0.0 scikit-image-0.24.0 structlog-24.4.0 tifffile-2024.9.20 |
I am splitting out a few things to keep the discussion here focused on internal diffmaps.
Yes, see #77.
Let's continue discussion over dependencies in #78. |
@DHekstra if you want to support this internal diffmap effort, an example dataset and desired (approximate) normal diffmap output would be v useful! |
I'll leave that to @hkwang when he has some time (beam time this week!). |
Our code in
meteor
provides everything that is inrs-booster.diffmaps
, but in a tested/production format except the "internal" difference map functionality.I'd propose we just add the ability to make internal diffmaps to
meteor
, so that we can fully deprecate the corresponding code inrs-booster
. This will give people who want to make internal diffmaps access tometeor
's goodies.Then, we could even parrot all the
meteor.*
scripts asrs.*
, so there is a seamless user interface. We should think about how to do that in a way that ensures no conflict if people install different packages from thers-station
universe.Feedback wanted @DHekstra @kmdalton @alisiafadini (anyone else?)
Cross-ref rs-station/rs-booster#18
The text was updated successfully, but these errors were encountered: