User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:merge_aurora_files

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
visual3d:documentation:pipeline:file_commands:merge_aurora_files [2024/06/26 20:05] – removed sgrangervisual3d:documentation:pipeline:file_commands:merge_aurora_files [2026/04/27 16:01] (current) – [Notes] wikisysop
Line 1: Line 1:
 +====== Merge Aurora Files ======
 +The **Merge Aurora Files** command merges a set of NDI Aurora files into a Visual3D ASCII file.
 +
 +====Pipeline Command====
 +The command can be found in the Pipeline Workshop within the **File Open/Import** folder as so:
 +<code>
 +Merge_Aurora_Files
 +! /INPUT_FILE_NAMES=
 +! /OUTPUT_FILE_NAME=
 +! /FRAME_RATE=1000
 +! /UNITS=cm
 +! /SET_PROMPT=Open Aurora files
 +;
 +</code>
 +
 +====Command Parameters====
 +The following table shows the command parameters seen above and their descriptions:
 +^ Parameter ^ Description ^
 +|**! /INPUT_FILE_NAME=**|Name of input file|
 +|**! /OUTPUT_FILE_NAME=**|Name of file to be created|
 +|**! /FRAME_RATE=**|Frame rate for both files|
 +|**! /UNITS=**|Units to be used for file data|
 +|**! /SET_PROMPT=**|Optional prompt message shown if no input file is selected. Defaults to 'Open Aurora Files'.|
 +
 +
 +====Example: Open Aurora File from Prompt====
 +The following code can be used to prompt the user to select an Aurora file with a frame rate of 540 fps and units of meters: 
 +<code>
 +Merge_Aurora_Files
 +! /INPUT_FILE_NAMES=
 +/OUTPUT_FILE_NAME=OUTPUT_TEST
 +/FRAME_RATE=540
 +/UNITS=m
 +/SET_PROMPT=Open Aurora files
 +;
 +</code>
 +====Notes====
 +Wildcards (*) can be used for the INPUT_FILE_NAMES, for example:
 +<code>
 +/INPUT_FILE_NAMES=*input_test*
 +</code>
 +
 +\\
 +[[Visual3D:Documentation:Pipeline:General_Information:Pipeline_Commands_Reference|Back to Pipeline Commands Reference]]
 +
 +
  
visual3d/documentation/pipeline/file_commands/merge_aurora_files.1719432333.txt.gz · Last modified: by sgranger