Die Suche ergab 1 Treffer

von vilaskafre
Freitag 17. Juli 2020, 06:54
Forum: Python mit anderen Sprachen verwenden
Thema: Unmasking a numpy array?
Antworten: 2
Zugriffe: 7497

Unmasking a numpy array?

Hi everyone. I'm a bit stuck on how to unmask a masked numpy array. I'm trying to use both ma.getdata() and .data to do it but neither works.

I'm getting the data from a space telescope called GAIA, which spits out data in "astropy" tables and can be converted to numpy ndarrays or MaskedArrays (it ...