visual3d:documentation:modeling:3dsspp:exporting_a_3dsspp_batch_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:modeling:3dsspp:exporting_a_3dsspp_batch_file [2024/07/12 14:00] – created sgranger | visual3d:documentation:modeling:3dsspp:exporting_a_3dsspp_batch_file [2024/08/12 20:32] (current) – Deleted page - 3DSSPP was sold to VelocityEHS and is no longer supported by HAS-Motion. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Exporting_a_3DSSPP_Batch_File ====== | ||
- | |||
- | Creating a batch file for 3DSSPP does not require the user to build a Visual3D model because 3DSSPP is not looking for a model, but for a set of projected angles between sets of 3 markers. Because no model is used, Visual3D is unable to render a body in the 3D animation window. | ||
- | |||
- | In order to visualize a simple skeleton in Visual3D, you might consider recording a standing trial. [[Visual3D: | ||
- | |||
- | \\ | ||
- | |||
- | |||
- | !%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%*\\ | ||
- | ! TEXT_DESCRIPTION= Process the Lift Test\\ | ||
- | !\\ | ||
- | ! Create a set of 3DSSPP batch files\\ | ||
- | ! The batch files are annotated with the NIOSH lift test results\\ | ||
- | !%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%%%**%%*\\ | ||
- | !\\ | ||
- | |||
- | |||
- | **File_New**\\ | ||
- | **;**\\ | ||
- | |||
- | |||
- | ! -----------------------------------------------------------------------------------------------------\\ | ||
- | ! The user must input the mass and height of the subject and the load lifted. This pipeline\\ | ||
- | ! assumes the user is working in Imperial units\\ | ||
- | ! -----------------------------------------------------------------------------------------------------\\ | ||
- | |||
- | |||
- | **Prompt_For_Multiple_Pipeline_Parameter_Values**\\ | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | **;** | ||
- | |||
- | ! ----------------------------------------------------------------\\ | ||
- | ! The user must select the folder containing the data files\\ | ||
- | ! ---------------------------------------------------------------- | ||
- | |||
- | **Set_Pipeline_Parameter_To_Folder_Path**\\ | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | **;** | ||
- | |||
- | ! -------------------------------------------------------------\\ | ||
- | ! The pipeline assumes that there are 3 sets of trials\\ | ||
- | ! It loads and TAGS the files according to the filenames\\ | ||
- | ! ------------------------------------------------------------- | ||
- | |||
- | **For_Each**\\ | ||
- | / | ||
- | / | ||
- | **;** | ||
- | |||
- | **Open_File**\\ | ||
- | |||
- | / | ||
- | |||
- | **;** | ||
- | **Assign_Tags_To_Files**\\ | ||
- | |||
- | / | ||
- | |||
- | ! /QUERY=\\ | ||
- | |||
- | / | ||
- | |||
- | **;** | ||
- | **End_For_Each**\\ | ||
- | / | ||
- | **;** | ||
- | |||
- | **Select_Active_File**\\ | ||
- | / | ||
- | ! /QUERY= **;** | ||
- | |||
- | **Evaluate_Expression**\\ | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | **;** | ||
- | |||
- | **Evaluate_Expression**\\ | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | **;** | ||
- | |||
- | **Lowpass_Filter**\\ | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | **;** | ||
- | |||
- | **Evaluate_Expression**\\ | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | **;** | ||
- | |||
- | ! ---------------------------------------------\\ | ||
- | ! create offsets in lieu of real landmarks when\\ | ||
- | ! no link model is available\\ | ||
- | ! --------------------------------------------- | ||
- | |||
- | **[[|Create_3DSSPP_Target_Offsets]]**\\ | ||
- | / | ||
- | **;** | ||
- | |||
- | ! -----------------------------\\ | ||
- | ! Create Projected Angles using\\ | ||
- | ! Compute_Planar_Angle\\ | ||
- | ! ----------------------------- | ||
- | |||
- | **[[|Create_3DSSPP_Projected_Angles]]**\\ | ||
- | / | ||
- | **;** | ||
- | |||
- | ! --------------------------------------------\\ | ||
- | ! Create Events for the Origin and Destination\\ | ||
- | ! -------------------------------------------- | ||
- | |||
- | **[[|Create_3DSSPP_Origin_Destination_Events]]**\\ | ||
- | / | ||
- | **;** | ||
- | |||
- | ! ----------------------------------------------------------------------\\ | ||
- | ! For convenience in checking the events created, Visual3D\\ | ||
- | ! can be switched to Event Processing mode, graph the vertical\\ | ||
- | ! hand position and highlight the events\\ | ||
- | ! ---------------------------------------------------------------------- | ||
- | |||
- | **Switch_to_Event_Processing_Mode**\\ | ||
- | **;** | ||
- | |||
- | **Highlight_Event_Label**\\ | ||
- | / | ||
- | **;** | ||
- | |||
- | **Interactive_Graph_Signals**\\ | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | **;** | ||
- | |||
- | **Interactive_Graph_Signals**\\ | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | **;** | ||
- | |||
- | **Select_Active_File**\\ | ||
- | / | ||
- | ! /QUERY=\\ | ||
- | **;** | ||
- | |||
- | ! ------------------------------------------------------------------\\ | ||
- | ! The final step is to export the collection of [[Visual3D: | ||
- | ! ------------------------------------------------------------------ | ||
- | |||
- | **Export_3DSSPP_Batch_File**\\ | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | **;** | ||
- | |||
- | |||
visual3d/documentation/modeling/3dsspp/exporting_a_3dsspp_batch_file.1720792859.txt.gz · Last modified: 2024/07/12 14:00 by sgranger