you want to start in MAtLab, here is how to display a 2D FITS images (for exemple from your CCD camera).
display it in 2D grays scale:
Code: Select all
Data=fitsread('alpy_alpboo.fit');
pcolor(Data), shading interp, colormap gray
Code: Select all
Data=fitsread('alpy_alpboo.fit');
pcolor(Data), shading interp
Thanks Marco for this trick!

Cordialement,
Olivier Thizy