musevlt / zap

the Zurich Atmosphere Purge. Sky subtraction for MUSE.
http://zap.readthedocs.io/
MIT License
10 stars 9 forks source link

NaN left in zapped data cube #13

Closed RolandBacon closed 4 years ago

RolandBacon commented 4 years ago

dir08 = '/muse/MXDF/private/data/reduced/0.8/zap/gradeAB' dname = dir08+'/DATACUBE_ZAP.fits' cube = Cube(dname) sp = cube07[1000:1040,200,200] sp.data masked_array(data=[--, --, --, --, --, --, --, --, --, --, --, --, nan, 0.5418558716773987, 0.24525581300258636, -0.19818709790706635, 0.059832070022821426,

while this was not the case for the previous version sp = cube07[1000:1040,200,200] sp.data masked_array(data=[--, --, --, --, --, --, --, --, --, --, --, --, --, 0.5386847853660583, 0.24470342695713043, -0.2502848207950592, 0.10236702114343643,

Note this might be due to the new DRS version, a better way to mask the AO masked filtered range should be implemented

saimn commented 4 years ago

This is weird because mpdaf should mask this NaN. I cannot see this if I read the cubes on the server, did you change something to fix it ?

saimn commented 4 years ago

Closing in favor of #15.