00001 //#include <fresize.h> 00002 00003 //char *X0_MP_key="X0_MP"; 00004 //char *Y0_MP_key="Y0_MP"; 00005 //char *RSUN_OBS_key="RSUN_OBS"; 00006 //char *IMSCL_MP_key="IMSCL_MP"; 00007 00008 //char *HCAMID_key="HCAMID"; 00009 //char *HCFTID_key="HCFTID"; 00010 00011 //const int light_val1=2; 00012 //const int light_val2=3; 00013 00014 const int malign=32; 00015 const float fwhm=1.0; //full width half maximum for gaussian filter 00016 const float sigmamin=30.0; //lower limit for standard deviation 00017 const float sigmamax=300.0; //upper limit for standard deviation 00018 const float avmin=10000.0; //lower limit for average at center 00019 const float avmax=70000.0; //upper limit for average at center 00020 const float kernel_size=4.0; 00021 00022 const int cent_frac=8; //center portion of image that is used to calculate std of image 00023 const float limit=10.5; //detection limit (limit * sigma) 00024 const float maxval=119815.0; //90 % of max value