MOC TS map rebases on v0.3.x#350
Conversation
…mpatiable with the MOC map fitting. [IMD: Resolved conflicts during rebase.] Signed-off-by: Israel Martinez <imc@umd.edu>
[IMC: Resolve conflicts] Signed-off-by: Israel Martinez <imc@umd.edu>
… 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
FastTSMapFastTSMapis the parent class ofMOCTSMapI need to make several changes to
FastTSMapto make it work withMOCTSMap:pixel_idxparameter forfast_ts_fit.FastTSMap.zip_compto generate the inputs formultiprocessing.itertools.productbefore. However, it will cause duplicated fittings inMOCTSMap.zip_compto replace it.New module
MOCTSMap.moc_ts_fit.py.Changes to the TS map tutorial
Parallel_TS_map_computation.ipynbso we can keep everything self-consistentPlease let me know if you have any questions and suggestions. Thank you!