Top | ![]() |
![]() |
![]() |
![]() |
#define | INTEGRATION_DEFAULTS_PROF2D |
#define | INTEGRATION_DEFAULTS_RINGS |
#define | INTEGRATION_METHOD_MASK |
void | integrate_all () |
void | integrate_all_2 () |
void | integrate_all_3 () |
void | integrate_all_4 () |
IntegrationMethod | integration_method () |
#define INTEGRATION_DEFAULTS_PROF2D (INTEGRATION_PROF2D | INTEGRATION_CENTER)
void integrate_all (struct image *image
,IntegrationMethod meth
,double ir_inn
,double ir_mid
,double ir_out
,IntDiag int_diag
,signed int idh
,signed int idk
,signed int idl
);
void integrate_all_2 (struct image *image
,IntegrationMethod meth
,double push_res
,double ir_inn
,double ir_mid
,double ir_out
,IntDiag int_diag
,signed int idh
,signed int idk
,signed int idl
);
void integrate_all_3 (struct image *image
,IntegrationMethod meth
,PartialityModel pmodel
,double push_res
,double ir_inn
,double ir_mid
,double ir_out
,IntDiag int_diag
,signed int idh
,signed int idk
,signed int idl
);
void integrate_all_4 (struct image *image
,IntegrationMethod meth
,PartialityModel pmodel
,double push_res
,double ir_inn
,double ir_mid
,double ir_out
,IntDiag int_diag
,signed int idh
,signed int idk
,signed int idl
,pthread_mutex_t *term_lock
);
An enumeration of all the available integration methods.
An IntDiag
describes the condition under which the integration subsystem
should display diagnostic information to the user.
Never show diagnostics |
||
Show diagnostics for a randomly selected 1% of reflections |
||
Show diagnostics for all reflections |
||
Show diagnostics when the Miller indices of the reflection are the ones specified |
||
Show diagnostics when the measured intensity is less than minus three times its estimated error. |
||
Show diagnostics when the measured intensity is les than minus five times its estimated error. |
||
Show diagnostics when the measured intensity is more than three times its estimated error. |