User Tools

Site Tools


visual3d:documentation:visual_3d_formating:json_formats

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:visual_3d_formating:json_formats [2024/06/18 13:34] sgrangervisual3d:documentation:visual_3d_formating:json_formats [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== JSON Formats ======
 +
 Saving data in JSON (Javascript Object Notation) format is useful for web-based graphing and presentations. JSON is a human-readable format and is typically used to pass data from a web server to a javascript program in a web browser.\\ Saving data in JSON (Javascript Object Notation) format is useful for web-based graphing and presentations. JSON is a human-readable format and is typically used to pass data from a web server to a javascript program in a web browser.\\
  
Line 11: Line 13:
  
  
-====== Report Graph Export ======+===== Report Graph Export =====
  
 **The first option is used to export the data used in a report graph.** This requires that you first create your report and graphs ([[Visual3D:Documentation:Reports:Reports_Overview|Documented here]]). Select the report you want to export, and select the JSON output option from the pop-up dialog. **The first option is used to export the data used in a report graph.** This requires that you first create your report and graphs ([[Visual3D:Documentation:Reports:Reports_Overview|Documented here]]). Select the report you want to export, and select the JSON output option from the pop-up dialog.
  
 \\ \\
-{{exportreport.png}}+{{:exportreport.png}}
  
 If the mean and standard deviation were displayed in the graph, they will be in the exported data too. The JSON format for mean and std dev are similar to the normal ASCII output in that the 2 X-components are listed first, and then the 2 Y components. The graphed data is listed in X and Y sections together. If the mean and standard deviation were displayed in the graph, they will be in the exported data too. The JSON format for mean and std dev are similar to the normal ASCII output in that the 2 X-components are listed first, and then the 2 Y components. The graphed data is listed in X and Y sections together.
Line 43: Line 45:
 } }
 ]} ]}
-====== Export Data As ASCII Command ======+===== Export Data As ASCII Command =====
  
 **The more general option** is to use the [[Visual3D:Documentation:Pipeline:File_Commands:Export_Data_To_ASCII_File|Export_Data_To_ASCII_File]] **pipeline command**. Simply check the JSON format checkbox in the dialog, or un-comment and change the parameter USE JSON FORMAT = TRUE; from the textual interface. **The more general option** is to use the [[Visual3D:Documentation:Pipeline:File_Commands:Export_Data_To_ASCII_File|Export_Data_To_ASCII_File]] **pipeline command**. Simply check the JSON format checkbox in the dialog, or un-comment and change the parameter USE JSON FORMAT = TRUE; from the textual interface.
visual3d/documentation/visual_3d_formating/json_formats.1718717689.txt.gz · Last modified: 2024/06/18 13:34 by sgranger