Juan BC

Results 53 issues of Juan BC

Implement property-based testing on astroalign to detect corner cases For example, anything with stars `>> from tests.test_align import simulate_image_pair >>> source, target = simulate_image_pair(shape=(256, 256), noise=1, stars=98)[:2] >>> aa.register(source, target)...

enhancement

Data cleaning - It is understandable that some data sets have invalid values. - The most common invalid values are `NaN`, `inf`, and `-inf` but there may be cases where...

Implement a tutorial on how to use the different methods for calculating weights

Create a .asarray method to convert an image to a basic np.ndarray

enhancement

Implement a default behavior to the difference with the `__sub__` So instead of execute `img_a.diff(img_b)` you can run `img_a - img_b`

Modify the metaclass [´feets.extractors.ExtractorMeta'](https://github.com/quatrope/feets/blob/master/feets/extractors/core.py#L109) metaclass to merge all the plot_feature() method into the extractor class documentation

plot