rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

IsOK GUI element for PhiExX #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add IsOK in GUI for PhiExX (independent of PA and dw)
Currently PhiExX is ALWAYS "OK" and therefore can always be displayed in graphs 
and tables

To program
 * Edit Group.m/getData() function
   case 'PHIEXX' should return IS_OK that accesses the obj.fitResult_Best.resultsMatrixIsOK(ctot,p) for its parameter number p=8 instead of always being "true"

 * Edit GUARDD_fit_rd.m to display PhiExX in the IsOK table
 * Because this parameter uses both dwX AND PA, it is unique for each curveset
 * Its value should be linked to fitResult_Best.resultsMatrixIsOK(ctot,p) for p=8

Programming difficulty
 * Low-Med

Time required
 * 2-5 hrs

Original issue reported on code.google.com by ian.klec...@gmail.com on 14 Sep 2011 at 12:14