pro phd_ana, name,ll_fit,ul_fit,i_thresh,PHDFRAC ; INPUT: ; name string name of datafile ; ll_fit integer lower limit of fit ; ul_fit integer upper limit of fit ; i_thresh integer event detection threshold ; OUTPUT: ; PHDFRAC real fraction of detected events ; read data rdtable,name,x,y ; gaussian fit yfit=gaussfit(x(ll_fit:ul_fit),y(ll_fit:ul_fit),a1,nterm=3) ; calculate fraction of detected events PHDFRAC= 1.-gauss_pdf((i_thresh-a1(1))/a1(2)) return end
The CCD parameters stored in the field PARAM00 were already derived from laboratory measurements at MSSL and are listed above. No further update is intended.