Points to be discussed in tommorrow's meeting: 1> Swing or AWT for Fits Manager desktop application. 2> Cfitsio or java fits libraries(nom.tam.fits). Cfitsio: 1> More robust 2> But needs to be installed and configured. nom.tam.fits: 1>Authors have given following comments: "This FITS package attempts to make using FITS files easy, but does not do exhaustive error checking. Users should not assume that just because a FITS file can be read and written that it is necessarily legal FITS". But, I tested the required functions and it's working fine. 3> In the current version, which uses jsp, the c programs are compiled and then the correspondign binaries are executed from a jsp page. JNI was not getting configured with jsp. But, for a desktop application, I can use JNI. 4> In the current version, ImageMagick is used for image conversion. I am looking for some JAVA APIs for image conversion. 5> In the browser based version, the fits image was being converted to gif and then displayed. But, now it's possible to directly read the fits image and display it.