Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Merge requests
!100
Resolve "Time vectors are saved inconsistently"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Time vectors are saved inconsistently"
73-time-vectors-are-saved-inconsistently
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Jean-Baptiste Bayle
requested to merge
73-time-vectors-are-saved-inconsistently
into
master
3 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#73 (closed)
Write measurement time vector
t
to HDF5 measurement file
Edited
3 years ago
by
Jean-Baptiste Bayle
0
0
Merge request reports
Viewing commit
4969e48a
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4969e48a
Write measurement time vector to HDF5 file
· 4969e48a
Jean-Baptiste Bayle
authored
3 years ago
lisainstrument/instrument.py
+
1
−
0
Options
@@ -1550,6 +1550,7 @@ class Instrument:
logger
.
debug
(
"
Writing metadata and physics time dataset to
'
%s
'"
,
output
)
self
.
write_metadata
(
hdf5
)
hdf5
[
'
t
'
]
=
self
.
t
hdf5
[
'
physics_t
'
]
=
self
.
physics_t
hdf5
[
'
telemetry_t
'
]
=
self
.
telemetry_t
Loading