Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deformvis
insarviz
Commits
80153919
Commit
80153919
authored
Mar 04, 2021
by
Franck Thollard
Browse files
first release, not tested
parent
66362dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
insarviz/ts_io/loaders/flatsim_loader.py
View file @
80153919
...
...
@@ -63,7 +63,10 @@ def load(*args):
"y"
:
range
(
src
.
height
),
"x"
:
range
(
src
.
width
)},
attrs
=
{
"pdates"
:
pdates
,
"sdates"
:
sdates
},
"sdates"
:
sdates
,
"unit"
:
"rad"
,
"type"
:
"ts"
,
"subtype"
:
"flatsim"
},
name
=
args
[
0
])
return
data
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment