2014-01-24
	* mklog.py : hdr.has_key('keyword') changed to 'keyword' in hdr

2013-05-01    <nakajima@moomin>

	* sirrecom.tuneparam : When the number of stars detected by daofind is more than 500, 
	iraf.apphot.findpars.threshold is doubled and daofind is repeated until the number becomes smaller than 500.
	Too many stars in a field cause a failure in xyxymatch. 

	* irsf.mkdarklist checks data type of user-prepared dark FITS files. 
	If it is not 32 bit float, irsf.mkdarklist will convert it to 32 bit float.

	* irsf.checkflat checks data type of user-prepared flat FITS files. 
	If it is 64 bit float, irsf.checkflat will convert it to 32 bit float. 
	If it is other than 32 or 64 bit float, irsf.checkflat will show a message 'Illegal data type ... '.

	* Calculation of datanum in badfillw.c, recompolx3.c, spmkix.c and spmkqux.c is improved. 
	When (xsize * ysize) % 2880 == 0, an extra 2880 padding was added to the end of file. 

