Mod image dict: Difference between revisions

From cctbx_xfel
Jump to navigation Jump to search
(Created page with "<pre> [psana] modules = my_ana_pkg.mod_image_dict [my_ana_pkg.mod_image_dict] address = MfxEndstation-0|Rayonix-0 dark_path = None dark_stddev = None mask_pa...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
override_energy = None
override_energy = None
bin_size        = 2
bin_size        = 2
crop_rayonix    = True
crop_rayonix    = False
</pre>
</pre>
These parameters are for a Rayonix image. Use crop_rayonix to trim the image such that it is square and centered on the beam center.  Useful for the LABELIT backend of ''cctbx.xfel'' but not needed for DIALS.

Latest revision as of 00:26, 3 November 2016

[psana]
modules = my_ana_pkg.mod_image_dict
[my_ana_pkg.mod_image_dict]
address         = MfxEndstation-0|Rayonix-0
dark_path       = None
dark_stddev     = None
mask_path       = None
detz_offset     = 89.0
gain_map_path   = None
gain_map_level  = None
override_beam_x = 962.0
override_beam_y = 963.0
override_energy = None
bin_size        = 2
crop_rayonix    = False

These parameters are for a Rayonix image. Use crop_rayonix to trim the image such that it is square and centered on the beam center. Useful for the LABELIT backend of cctbx.xfel but not needed for DIALS.