Skip to content

Maudbatch API

Daniel Savage edited this page Jun 16, 2023 · 2 revisions

The MAUD batch API is hosted at batchProcess.java.

For an example of how to use MAUD batch see 1-Maudbatch

The keys that can be used in an input file are:

  public String[] diclist = {"_riet_analysis_file",
                             "_riet_analysis_iteration_number", "_riet_analysis_wizard_index",
                             "_riet_analysis_fileToSave", "_riet_meas_datafile_name",
                             "_riet_append_simple_result_to", "_riet_append_result_to",
                             "_riet_meas_datafile_replace", "_maud_background_add_automatic",
                             "_maud_output_plot_filename", "_maud_remove_all_datafiles",
		                       "_maud_remove_all_phases", "_maud_import_phase",
		                       "_maud_LCLS2_Cspad0_original_image", "_maud_LCLS2_Cspad0_dark_image",
		                       "_maud_export_pole_figures_filename", "_maud_export_pole_figures_options",
		                       "_maud_export_pole_figures", "_maud_output_plot2D_filename",
		                       "_maud_LCLS2_detector_config_file", "_publ_section_title",
		                       "_maud_output_stress_filename", "_maud_output_stress_options",
		                       "_riet_meas_datains_name", "_riet_meas_datafile_fitting",
		                       "_maud_output_diff_data_filename"
  };

TODO: Describe how to use each key

Clone this wiki locally