mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 22:58:25 +00:00
Improve tutorial documentation (#1408)
This commit is contained in:
@ -255,7 +255,7 @@ There are several ways to include files in Python.
|
||||
|
||||
```python
|
||||
# One way is to use the execfile command
|
||||
execfile("Modified_data/data_record.py")
|
||||
exec(open("Modified_data/data_record.py").read())
|
||||
|
||||
# Another way is to make the included file a module and import it.
|
||||
# Import search paths may be added using the sys.path.append command.
|
||||
|
@ -382,7 +382,7 @@ The following data-types are used in Trick versions >= 10, that is for, *vv* = "
|
||||
### DRHDF5 Recording Format
|
||||
|
||||
HDF5 recording format is an industry conforming HDF5 formatted file. Files written in this format are named
|
||||
log_<group_name>.hd5. The contents of this file type are readable by the Trick Data Products packages from
|
||||
log_<group_name>.h5. The contents of this file type are readable by the Trick Data Products packages from
|
||||
Trick 07 to the current version. The contents of the file are binary and is not included here. The HDF5 layout
|
||||
of the file follows.
|
||||
|
||||
|
Reference in New Issue
Block a user