User Tools

Site Tools


sift:command_line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sift:command_line [2025/04/04 17:56] sgrangersift:command_line [2025/06/11 13:38] (current) sgranger
Line 254: Line 254:
 == FilePath (Required/Default) == == FilePath (Required/Default) ==
 The file path the plot will be saved to, pass the desired image extension. Accepted image formats are .png, .pdf, .bmp, and .jpg The file path the plot will be saved to, pass the desired image extension. Accepted image formats are .png, .pdf, .bmp, and .jpg
 +== Height ==
 +The height in pixels of the generated plot \\
 +<sub>//Default:// 1000</sub>
 +== Width ==
 +The width in pixels of the generated plot \\
 +<sub>//Default:// 1000</sub>
 +== Title ==
 +The title displayed at the top of the plot
 +== XLabel ==
 +The label displayed along the X Axis of the plot
 +== YLabel ==
 +The label displayed along the Y Axis of the plot
 +== Legend ==
 +Where the legend will be displayed, options are: Top Right, Top Left, Bottom Right, Bottom Left. If this is not passed no legend will be displayed.
 == DataStyle == == DataStyle ==
 Which data style type to use when generating the plot, options are: Workspace, Group, Sub Group, Cluster \\ Which data style type to use when generating the plot, options are: Workspace, Group, Sub Group, Cluster \\
Line 271: Line 285:
 == WorkspaceMean == == WorkspaceMean ==
 If passed workspace mean will be plotted If passed workspace mean will be plotted
 +== XRange ==
 +The range of values displayed on the X Axis of the plot, format: "min,max"
 +== YRange ==
 +The range of values displayed on the Y Axis of the plot, format: "min,max"
 +== RawTraces ==
 +If passed individual traces will be plotted, if no other items are plotted, raw traces will be plotted by default
 +=== Example ===
 +<code>-ExportPlotSignalTime filePath "C:\Export Folder\signal_time_plot.png" rawTraces workspaceMean workspaceDispersion workspaceDispersionType "Interquartile Range" legend "Bottom Left"</code>
 +
 +----
 +
 +==== -ExportPlotMetric / -ExportPlotM / -EPM ====
 +Export the select metrics on a metric plot
 +=== Parameters ===
 +== FilePath (Required/Default) ==
 +The file path the plot will be saved to, pass the desired image extension. Accepted image formats are .png, .pdf, .bmp, and .jpg
 == Height == == Height ==
 The height in pixels of the generated plot \\ The height in pixels of the generated plot \\
Line 283: Line 313:
 == YLabel == == YLabel ==
 The label displayed along the Y Axis of the plot The label displayed along the Y Axis of the plot
-== XRange == 
-The range of values displayed on the X Axis of the plot, format: "min,max" 
-== YRange == 
-The range of values displayed on the Y Axis of the plot, format: "min,max" 
-== RawTraces == 
-If passed individual traces will be plotted, if no other items are plotted, raw traces will be plotted by default 
 == Legend == == Legend ==
 Where the legend will be displayed, options are: Top Right, Top Left, Bottom Right, Bottom Left. If this is not passed no legend will be displayed. Where the legend will be displayed, options are: Top Right, Top Left, Bottom Right, Bottom Left. If this is not passed no legend will be displayed.
 === Example === === Example ===
-<code>-ExportPlotSignalTime filePath "C:\Export Folder\signal_time_plot.png" rawTraces workspaceMean workspaceDispersion workspaceDispersionType "Interquartile Range" legend "Bottom Left"</code>+<code>-ExportPlotMetric filePath "C:\Export Folder\metric_plot.png" rawTraces workspaceMean workspaceDispersion workspaceDispersionType "Interquartile Range" legend "Bottom Left"</code>
  
 ---- ----
 +
 +==== -ExportPlotSPM /  -EPSPM ====
 +Export the active SPM
 +=== Parameters ===
 +== FilePath (Required/Default) ==
 +The file path the plot will be saved to, pass the desired image extension. Accepted image formats are .png, .pdf, .bmp, and .jpg
 +== Height ==
 +The height in pixels of the generated plot \\
 +<sub>//Default:// 1000</sub>
 +== Width ==
 +The width in pixels of the generated plot \\
 +<sub>//Default:// 1000</sub>
 +== Title ==
 +The title displayed at the top of the plot
 +== XLabel ==
 +The label displayed along the X Axis of the plot
 +== YLabel ==
 +The label displayed along the Y Axis of the plot
 +== Legend ==
 +Where the legend will be displayed, options are: Top Right, Top Left, Bottom Right, Bottom Left. If this is not passed no legend will be displayed.
 +== DataStyle ==
 +What data style used when plotting, options are: Workspace, Group, Sub Group, Cluster \\
 +=== Example ===
 +<code>-ExportPlotSPM filePath "C:\Export Folder\spm_plot.png" legend "Bottom Left"</code>
 +
 +----
 +
 ==== -ExportData / -ex ==== ==== -ExportData / -ex ====
 Export queried data results in an ascii text file  Export queried data results in an ascii text file 
sift/command_line.1743789406.txt.gz · Last modified: 2025/04/04 17:56 by sgranger