-
Notifications
You must be signed in to change notification settings - Fork 22
MOC TS map rebases on v0.3.x #350
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
Conversation
…mpatiable with the MOC map fitting. [IMD: Resolved conflicts during rebase.] Signed-off-by: Israel Martinez <[email protected]>
[IMC: Resolve conflicts] Signed-off-by: Israel Martinez <[email protected]>
… instead of floats
Codecov ReportAttention: Patch coverage is
🚀 New features to boost your workflow:
|
Thanks @Yong2Sheng. Looks good to me, I'm merging!
|
Thank you @israelmcmc for reviewing and merging this PR! |
This PR adds the method to do multi-resolution (also called multi-order coverage, MOC) TS map fitting.
Changes to
FastTSMap
FastTSMap
is the parent class ofMOCTSMap
I need to make several changes to
FastTSMap
to make it work withMOCTSMap
:pixel_idx
parameter forfast_ts_fit
.FastTSMap
.zip_comp
to generate the inputs formultiprocessing
.itertools.product
before. However, it will cause duplicated fittings inMOCTSMap
.zip_comp
to replace it.New module
MOCTSMap
.moc_ts_fit.py
.Changes to the TS map tutorial
Parallel_TS_map_computation.ipynb
so we can keep everything self-consistentPlease let me know if you have any questions and suggestions. Thank you!