visual3d:documentation:pipeline:file_commands:export_c3dfile
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:file_commands:export_c3dfile [2024/06/19 12:50] – sgranger | visual3d:documentation:pipeline:file_commands:export_c3dfile [2024/12/27 16:51] (current) – [Example: Exporting between Event_Labels] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{exportc3dpipeline.png | + | ====== Export C3DFile ====== |
- | there are two ways to export to a c3d file. one is through the export menu commands that can be found in the file menu. a dialog will open and allow you to make selections for how you wish to have the data exported. | + | {{: |
- | the other way is to use the **export_c3dfile** command. the additional feature of the pipeline command | + | There are two ways to export to a C3D File. One is through |
- | ====== | + | The other way is to use the **Export_C3DFile** command. The additional feature of the pipeline command |
- | the **export_c3dfile** command parameter definitions are found below: | + | ===== Pipeline Command ===== |
- | |**export_c3dfile** | || | + | The **Export_C3DFile** command |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | |**/ | + | |
- | ====== | + | |**Export_C3DFile** |
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/Suffix=** |The suffix will be added to the new file name. || | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
- | only a start_frame and an end_frame are available as parameters for the export command. to export between event_labels: | + | ===== Example: Exporting between Event_Labels ===== |
- | **set_pipeline_parameter_from_expression** | + | Only a START_FRAME and an END_FRAME are available as parameters |
- | / | + | |
- | / | + | |
- | / | + | |
- | **;** | + | |
- | \\ | + | |
+ | < | ||
+ | Set_Pipeline_Parameter_From_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | Set_Pipeline_Parameter_From_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
- | **set_pipeline_parameter_from_expression** | + | Export_C3DFile |
- | /parameter_name=endframe | + | /OLD_FILE_NAME=C:\Demo Files\CaseAMD\amd001.c3d |
- | / | + | /NEW_FILE_NAME=test.c3d |
- | / | + | /DESTINATION_FOLDER=Z: |
- | **;** | + | /SUFFIX= |
- | **export_c3dfile** | + | /EXPORT_ENDIAN=1 |
- | / | + | ! /TRUNCATE_POINT_LABELS=FALSE |
- | /new_file_name=test.c3d | + | ! /USE_ORIGINAL_START_FRAME=FALSE |
- | /destination_folder=z: | + | /EXPORT_START_FRAME=::START_FRAME |
- | /suffix= | + | /EXPORT_END_FRAME=::END_FRAME |
- | /export_endian=1 | + | ! /EXPORT_PROCESSED_TARGET_DATA=FALSE |
- | ! /truncate_point_labels=false | + | ! /EXPORT_PROCESSED_ANALOG_DATA=FALSE |
- | ! /use_original_start_frame=false | + | ! /TRUNCATE_PARAMETER_SECTION=FALSE |
- | /export_start_frame=::start_frame | + | /EXPORT_ALL_LANDMARKS=FALSE |
- | /export_end_frame=::end_frame | + | ! /EXPORT_DIGITIZING_LANDMARKS=FALSE |
- | ! /export_processed_target_data=false | + | ! /EXPORT_FUNCTIONAL_LANDMARKS=FALSE |
- | ! /export_processed_analog_data=false | + | ! /EXPORT_EMPTY_TARGETS=FALSE |
- | ! /truncate_parameter_section=false | + | ! /EVENT_LABELS= |
- | /export_all_landmarks=false | + | ! /EXPORT_OLD_EVENT_LABELS=FALSE |
- | ! /export_digitizing_landmarks=false | + | ; |
- | ! /export_functional_landmarks=false | + | </ |
- | ! /export_empty_targets=false | + | ===== Example: Exporting |
- | ! /event_labels= | + | |
- | ! /export_old_event_labels=false | + | |
- | **;** | + | |
- | ====== example: exporting | + | |
- | this example will export all c3d files in the workspace | + | This example will export all C3D files in the Workspace |
< | < | ||
- | export_c3dfile | + | Export_C3DFile |
- | /old_file_name= *.c3d | + | /Old_File_Name= *.c3d |
- | !/new_file_name= | + | !/New_File_Name= |
- | /destination_folder= | + | /Destination_Folder= |
- | /suffix= | + | /Suffix= |
- | !/export_endian= | + | !/Export_Endian= |
- | !/truncate_point_labels= | + | !/Truncate_Point_Labels= |
- | !/use_original_start_frame=false | + | !/USE_ORIGINAL_START_FRAME=FALSE |
- | !/export_start_frame=1 | + | !/EXPORT_START_FRAME=1 |
- | !/export_end_frame=eof | + | !/EXPORT_END_FRAME=EOF |
- | !/export_processed_data= false | + | !/Export_Processed_Data= false |
- | !/truncate_parameter_section=false | + | !/Truncate_Parameter_Section=false |
- | !/export_junk_targets=false | + | !/Export_Junk_Targets=false |
- | !/export_old_event_labels=false | + | !/Export_Old_Event_Labels=false |
- | !/event_labels= | + | !/Event_Labels= |
; | ; | ||
</ | </ | ||
- | note that the **/destination_folder=** is not specified in the command above. | + | Note that the **/Destination_Folder=** is not specified in the command above. |
< | < | ||
- | ! this will allow the user to set the folder path for the destination files | + | ! This will allow the user to set the folder path for the destination files |
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name= folder | + | /PARAMETER_NAME= FOLDER |
- | /parameter_value= | + | /PARAMETER_VALUE= |
; | ; | ||
- | ! export | + | ! Export |
- | export_c3dfile | + | Export_C3DFile |
- | /old_file_name= *.c3d | + | /Old_File_Name= *.c3d |
- | !/new_file_name= | + | !/New_File_Name= |
- | /destination_folder=::folder | + | /Destination_Folder=::FOLDER |
- | /suffix= | + | /Suffix= |
- | !/export_endian= | + | !/Export_Endian= |
- | !/truncate_point_labels= | + | !/Truncate_Point_Labels= |
- | !/use_original_start_frame=false | + | !/USE_ORIGINAL_START_FRAME=FALSE |
- | !/export_start_frame=1 | + | !/EXPORT_START_FRAME=1 |
- | !/export_end_frame=eof | + | !/EXPORT_END_FRAME=EOF |
- | !/export_processed_data= false | + | !/Export_Processed_Data= false |
- | !/truncate_parameter_section=false | + | !/Truncate_Parameter_Section=false |
- | !/export_junk_targets=false | + | !/Export_Junk_Targets=false |
- | !/export_old_event_labels=false | + | !/Export_Old_Event_Labels=false |
- | !/event_labels= | + | !/Event_Labels= |
; | ; | ||
</ | </ | ||
- | ====== exporting processed signals ====== | + | ===== Exporting Processed Signals |
- | if **/export_processed_data= true**, visual3d | + | If **/Export_Processed_Data= TRUE**, Visual3D |
- | if there are no signals in the processed | + | If there are no signals in the PROCESSED |
< | < | ||
- | ! this will allow the user to set the folder path for the destination files | + | ! This will allow the user to set the folder path for the destination files |
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name= folder | + | /PARAMETER_NAME= FOLDER |
- | /parameter_value= | + | /PARAMETER_VALUE= |
; | ; | ||
- | ! export | + | ! Export |
- | ! visual3d | + | ! Visual3D |
- | export_c3dfile | + | Export_C3DFile |
- | /old_file_name= *.c3d | + | /Old_File_Name= *.c3d |
- | !/new_file_name= | + | !/New_File_Name= |
- | /destination_folder=::folder | + | /Destination_Folder=::FOLDER |
- | /suffix= | + | /Suffix= |
- | !/export_endian= | + | !/Export_Endian= |
- | !/truncate_point_labels= | + | !/Truncate_Point_Labels= |
- | !/use_original_start_frame=false | + | !/USE_ORIGINAL_START_FRAME=FALSE |
- | !/export_start_frame=1 | + | !/EXPORT_START_FRAME=1 |
- | !/export_end_frame=eof | + | !/EXPORT_END_FRAME=EOF |
- | /export_processed_data= true | + | /Export_Processed_Data= TRUE |
- | !/truncate_parameter_section=false | + | !/Truncate_Parameter_Section=false |
- | !/export_junk_targets=false | + | !/Export_Junk_Targets=false |
- | !/export_old_event_labels=false | + | !/Export_Old_Event_Labels=false |
- | !/event_labels= | + | !/Event_Labels= |
- | !/number_of_frames_to_export=all | + | !/Number_Of_Frames_To_Export=ALL |
; | ; | ||
</ | </ | ||
\\ | \\ | ||
- | [[visual3d:documentation:pipeline:general_information:pipeline_commands_reference|back to pipeline commands reference]] | + | [[Visual3D:Documentation:Pipeline:General_Information:Pipeline_Commands_Reference|Back to Pipeline Commands Reference]] |
- | }} |
visual3d/documentation/pipeline/file_commands/export_c3dfile.1718801409.txt.gz · Last modified: 2024/06/19 12:50 by sgranger