Skip to content
GitLab
Menu
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
45db3bec
Commit
45db3bec
authored
Sep 07, 2017
by
R.K.Garcia
Browse files
add .instrument_type to match PugFile
parent
f77546f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
himawari/ahi2cmi.py
View file @
45db3bec
...
...
@@ -319,6 +319,10 @@ class HimawariAHIasCMIP(object):
meta
=
self
.
_hs
.
metadata
return
meta
.
central_wavelength
*
1e6
@
property
def
instrument_type
(
self
):
return
"%s Advanced Himawari Imager"
%
self
.
satellite_name
@
property
def
time_span
(
self
):
meta
=
self
.
_hs
.
metadata
...
...
@@ -342,7 +346,7 @@ class HimawariAHIasCMIP(object):
spatial_resolution
=
"%.1fkm at nadir"
%
(
np
.
round
(
self
.
resolution_nadir_meters
/
100.0
)
/
10.0
),
orbital_slot
=
self
.
orbital_slot
,
platform_ID
=
self
.
platform_id
,
instrument_type
=
"%s Advanced Himawari Imager"
%
self
.
satellite_nam
e
,
instrument_type
=
self
.
instrument_typ
e
,
scene_id
=
self
.
scene_id
,
instrument_ID
=
"AHI"
,
dataset_name
=
os
.
path
.
split
(
self
.
path
)[
-
1
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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