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
Ray Garcia
himawari
Commits
6216cda1
Commit
6216cda1
authored
Jun 12, 2019
by
R.K.Garcia
Browse files
Trim old, inefficient implementation
parent
8e98db7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
himawari/HimawariScene.py
View file @
6216cda1
...
...
@@ -210,12 +210,6 @@ class HimawariScene(object):
_
,
x
,
mb
=
self
.
coords
(
line_offset
=
meta
.
begin_line
,
lines
=
1
,
unscaled
=
True
)
return
fgf_yxmb
(
y
[:,
0
].
squeeze
(),
x
[
0
,:].
squeeze
(),
mb
.
my
,
mb
.
mx
,
mb
.
by
,
mb
.
bx
)
# @property
# def fgf(self):
# meta = self.metadata
# y,x,mb = self.coords(unscaled=True)
# return fgf_yxmb(y[:,0].squeeze(),x[meta.begin_line,:].squeeze(),mb.my,mb.mx,mb.by,mb.bx)
@
property
def
line_times
(
self
):
meta
=
self
.
metadata
...
...
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