;+
; :description:
;    Create a new STX_MODULE_DETECTOR_SIMULATION object
;
; returns the new detector simulation module
;-
function stx_module_detector_simulation
  return , obj_new('stx_module_detector_simulation','stx_module_detector_simulation','')
end
