/usr/share/metview/etc/ObjectSpec.Spectra is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | object,
class = SPECTRA_FAMILY,
can_be_created = True,
icon_box = Data processing,
definition_file = '$METVIEW_DIR_SHARE/etc/SpectraDef',
default_name = Spectra,
help_page = Spectra,
type = Family,
expand = 512, #expand default values
editor_type = FamilyEditor,
pixmap = '$METVIEW_DIR_SHARE/icons/SPECTRA.icon'
object,
class = SPEC_GRAPH,
can_be_created = False,
definition_file = '$METVIEW_DIR_SHARE/etc/SpectraDef',
default_name = Spectra Graph,
type = Data,
expand = 512, #expand default values
macro = spec_graph,
editor_type = SimpleEditor,
pixmap = '$METVIEW_DIR_SHARE/icons/SPECTRA.icon'
object,
class = SPEC_CONTOUR,
can_be_created = False,
definition_file = '$METVIEW_DIR_SHARE/etc/SpectraDef',
default_name = Spectra Contour,
type = Data,
expand = 512, #expand default values
macro = spec_contour,
editor_type = SimpleEditor,
pixmap = '$METVIEW_DIR_SHARE/icons/SPECTRA.icon'
state,
class = SPECTRA_FAMILY,
action = visualise/execute/examine/save/hardcopy/prepare/drop,
service = Spectra
state,
class = SPEC_GRAPH/SPEC_CONTOUR,
action = visualise/execute/examine/save/hardcopy/prepare/drop,
output_class = NETCDF,
service = Spectra
service,
timeout = $timeout,
name = 'Spectra',
fullname = Spectra,
cmd = "$metview_command $METVIEW_BIN/Spectra"
|