SMS:Export Dataset Dialog: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
 
No edit summary
Line 2: Line 2:


* File Type
* File Type
** Binary Data Set Files (*.dat) – Benefits include fast read/write times, small file size.
** Binary Dataset Files (*.dat) – Benefits include fast read/write times, small file size.
** ASCII Data Set Files (*.dat) – Can be imported into Microsoft Excel and viewed with standard text editors.
** ASCII Dataset Files (*.dat) – Can be imported into Microsoft Excel and viewed with standard text editors.
** HDF5 data Set Files (*.h5) – Benefits include fast read/write times, small file size, native compression.
** HDF5 Dataset Files (*.h5) – Benefits include fast read/write times, small file size, native compression.


* Time Steps
* Time Steps
** Current time step – Exported data set will only contain the current time step.
** Current time step – Exported dataset will only contain the current time step.
** All time steps – Exported data set will contain all time steps.
** All time steps – Exported dataset will contain all time steps.


* Filename – Path and filename used for exported data set.
* Filename – Path and filename used for exported data set.


== Related Topics ==
== Related Topics ==
* [[SMS:Binary Data Set Files (*.dat)|Binary Data Set Files (*.dat)]]
* [[SMS:Binary Data Set Files (*.dat)|Binary Dataset Files (*.dat)]]
* [[SMS:ASCII Data Set Files (*.dat)|ASCII Data Set Files (*.dat)]]
* [[SMS:ASCII Data Set Files (*.dat)|ASCII Dataset Files (*.dat)]]
* [[XMDF|XMDF Files]]
* [[XMDF|XMDF Files]]




{{Template:Navbox SMS}}
{{Template:Navbox SMS}}

Revision as of 16:29, 14 November 2012

The Export Dataset dialog is used to export scalar or vector data sets. To open the Export Dataset dialog, use the dataset right click menu.

  • File Type
    • Binary Dataset Files (*.dat) – Benefits include fast read/write times, small file size.
    • ASCII Dataset Files (*.dat) – Can be imported into Microsoft Excel and viewed with standard text editors.
    • HDF5 Dataset Files (*.h5) – Benefits include fast read/write times, small file size, native compression.
  • Time Steps
    • Current time step – Exported dataset will only contain the current time step.
    • All time steps – Exported dataset will contain all time steps.
  • Filename – Path and filename used for exported data set.

Related Topics