Prajwel Joseph
Prajwel Joseph
I made a quick check with Arun and Horn's method: ``` python import numpy as np # Current Scikit-image implementation def _umeyama(src, dst, estimate_scale): """Estimate N-D similarity transformation with or...
``` Python log_ha_hb.plot(log_cb=True) ``` gives the following error. ``` Python --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /tmp/ipykernel_2243/3305198056.py in ----> 1 log_ha_hb.plot(log_cb=True) ~/miniconda3/envs/py38/lib/python3.8/site-packages/marvin/tools/quantities/map.py in plot(self, *args, **kwargs) 633 @add_doc(marvin.utils.plot.map.plot.__doc__) 634...
I am using the Marvin image on SciServer. The versions are as follows. ``` marvin: 2.7.1 matplotlib: 3.5.0 ```
I think the following comparisson could be useful. **Pyregion** ``` Python contours = pyregion.open('contours.reg').as_imagecoord(wcs.to_header()) patch_list, artist_list = contours.get_mpl_patches_texts() for p in patch_list: ax.add_patch(p) for t in artist_list: ax.add_artist(t) ``` **Regions**...
Hi, Can I try this? I would like to contribute.
Thank you! To make sure I understand the requirement, you had something like this in mind, with the reprojection part also included, right? >> https://docs.astropy.org/en/stable/visualization/rgb.html