File=>More File FunctionsΒΆ

../../_images/FileMoreFileFunctions-en.png
1D Signal Import (ASCII)
You can read the data of a single channel from an ASCII file and save it in a netCDF file (see File=>More File Functions=>1D Signal Import (ASCII)).
Save original 2D data
The data of a selected 2D dataset can be saved as an ASCII or Excel file (see File=>More File Functions=>Save original 2D data).
Save original 3D data
The data of a selected 3D dataset can be saved as an ASCII or Excel file (see File=>More File Functions=>Save original 3D data).
Load 3D Data Matrix
Loads a data matrix from an ASCII or Excel file (see File=>More File Functions=>Load 3D Data Matrix).
Save 3D Data Matrix
Saves the data matrix of selected 3D datasets as ASCII- or Excel files in the manner of Form1 (non equidistant matrix (see File=>More File Functions=>Load 3D Data Matrix and File=>More File Functions=>Save 3D Data Matrix).
Load 3D Data Hull
Loads a data hull from an ASCII or Excel file to a selected 3D dataset (see File=>More File Functions=>Load 3D Data Hull).
Save 3D Data Hull
Saves the data hull or the selected 3D dataset as an ASCII- or Excel file (see File=>More File Functions=>Save 3D Data Hull).
Add filename to the document page
Inserts a field function into the displayed document page. The field function result is the document name (see @f{documentname}).
Save netCDF (.nc) File as an ASCII File
Saves a netCDF file as an ASCII file (see File=>More File Functions=>Save netCDF (.NC) File as an ASCII File).
Reset recent NC-data name list
Removes the file names from the NC file name list (see File=>More File Functions=>Reset recent NC-data name list).
Save active Page as a Windows-Meta-File (.wmf)
Saves the displayed page as a WMF File. WMF files can be imported into Word and other programs (see File=>Metafile/Bitmap-Export).
Sychronize Time Data (Files)
This function can be used to calculate the time offset between two data files. The data files must have a time signal and a channel that is in both data files for example engine speed or vehicle speed.

Comment

All functions in the dialog box are written in UniScript. The source code can be found in the file rs_file.ic. The function to Import 1D signals is found in do_sigim.ic.

id-1759721