EranOfek / AstroPack

Astronomy & Astrophysics Software Pacakge
Other
17 stars 4 forks source link

`imProc.calib.equaliseLineMean` transforms single images into double #426

Closed EastEriq closed 6 months ago

EastEriq commented 6 months ago

Ok, I did it, I'll fix it.

AI1=AstroImage;
AI1.Image=single(1000*rand(20,20));
imProc.calib.equaliseLineMean(AI1);
class(AI1.Image)

ans =

    'double'