Save all parameters in a list of processing params generated using ImportWizardGui() function. Parameters will be saved in a plain text file.
1 2 3 4 5 6 7 | SaveProcessingParams(
procParams,
filepath,
xmlRoiFilesInclude = NULL,
xmlRoiFilesExclude = NULL,
RoiNormalization = NULL
)
|
procParams |
a list of parameters. |
filepath |
a full path where params will be stored |
xmlRoiFilesInclude |
a vector with the used ROI XML files for ID inclusion, NULL if no ROI was used. |
xmlRoiFilesExclude |
a vector with the used ROI XML files for ID exclusion, NULL if no ROI was used. |
RoiNormalization |
a string with the name of normalization used to export the data summary. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.