quatrope / astroalign

A tool to align astronomical images based on asterism matching
MIT License
140 stars 44 forks source link

Check warning for numpy masked arrays #18

Closed martinberoiz closed 5 years ago

martinberoiz commented 7 years ago

np.median warns: UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray. when using median on masked arrays.

See here