This file is indexed.

/usr/share/metview/etc/ObjectSpec.Odb 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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
################################################################################
#
#	ObjectSpec.Odb
#

#-----------------------
# Database
#-----------------------

#object,
#	class		= ODB_DB,
#	check           = False,
#	default_object  = False,
#	type		= File,
#	default_name    = 'ODB File',
#	pixmap 		= '$METVIEW_DIR_SHARE/icons/ODB_DB.icon',
#	editor_type     = NoEditor

#-----------------------
# OdbFilter
#-----------------------

object,
	class               = ODB_FILTER,
 	can_be_created      = True,
 	definition_file     = '$METVIEW_DIR_SHARE/etc/OdbFilterDef',
	rules_file          = '$METVIEW_DIR_SHARE/etc/OdbFilterRules',
	default_name        = 'ODB Filter',		
	type                = Data,
        icon_box	    = Filters,
	expand	            = 75,	
	macro               = odb_filter,
	editor_type	    = SimpleEditor,	
    	pixmap              = '$METVIEW_DIR_SHARE/icons/ODB_FILTER.icon'

#-----------------------
# OdbVisualiser
#-----------------------

object,
	class               = ODB_VISUALISER,
 	can_be_created      = True,
	definition_file     = '$METVIEW_DIR_SHARE/etc/OdbVisualiserDef',
	rules_file          = '$METVIEW_DIR_SHARE/etc/OdbVisualiserRules',
	default_name        = 'Odb Visualiser',
	type                = Data,
        icon_box	    = Visualisers,
	expand	            = 75, 
	macro               = odb_visualiser,
	editor_type         = SimpleEditor,
    	pixmap              = '$METVIEW_DIR_SHARE/icons/ODB_VISUALISER.icon'

#-----------------------
# OdbToGeo
#-----------------------

#object,
#	class               = OdbToGeo,
# 	can_be_created      = True,
# 	definition_file     = '$METVIEW_DIR_SHARE/etc/OdbToGeoDef',
#	rules_file          = '$METVIEW_DIR_SHARE/etc/OdbToGeoRules',
#	default_name        = 'ODB to Geopoints',		
#	type                = Data,
#	expand	            = 75,	
#	macro               = odb_to_geo,
#	editor_type	    = SimpleEditor,	
#    	pixmap              = '$METVIEW_DIR_SHARE/icons/OdbToGeo.icon'

#-----------------------
# States + services
#-----------------------

#state,
#	class    = ODB_DB,
#	action	 = examine,
#	service  = OdbExaminer

#state,
#	class	     = ODB_DB,
#	action	     = save,
#	service	     = savepool

#state,
#	class	 = ODB_DB,
#	action	 = analyse,
#	service	 = DataToolManager

state,
	class        = ODB_FILTER,
	action       = execute,
	service      = OdbFilter

state,
	class        = ODB_FILTER,
	output_class = ODB_DB,
	service      = OdbFilter

state,
	class		    = ODB_VISUALISER,
	action		    = execute,
        service		    = OdbVisualiser

state,
	class		    = ODB_VISUALISER,
	output_class	    = ODB_GEO_POINTS/ODB_GEO_VECTORS/ODB_XY_POINTS/ODB_XY_VECTORS/ODB_XY_BINNING,
        service		    = OdbVisualiser

state,
	class		    = ODB_GEO_POINTS/ODB_GEO_VECTORS/ODB_XY_POINTS/ODB_XY_VECTORS/ODB_XY_BINNING,
	action		    = visualise,
        service		    = uPlotManager
state,
	class		    = ODB_GEO_POINTS/ODB_GEO_VECTORS/ODB_XY_POINTS/ODB_XY_VECTORS/ODB_XY_BINNING,
	action		    = examine,
        service		    = OdbExaminer

state,
	class		    = ODB_GEO_POINTS/ODB_GEO_VECTORS/ODB_XY_POINTS/ODB_XY_VECTORS/ODB_XY_BINNING,
	action		    = save,
        service		    = savepool

service,
	cmd           = '$metview_command $METVIEW_BIN/OdbFilter -maxforks 25',
	name          =  'OdbFilter'

#service,
#	name	 = OdbExaminer,
#	maximum  = 0,
#	timeout  = $timeout,
#	fullname = ODB Examiner,
#	cmd	 = '$metview_command  $METVIEW_BIN/OdbExaminer -maxforks 25 $METVIEW_QT_APPLICATION_FLAGS'

service,
	timeout		    = $timeout,
        name		    = OdbVisualiser,
	fullname	    = ODB Visualiser,
        cmd		    = '$metview_command $METVIEW_BIN/OdbVisualiser'

#state,
#	class        = OdbToGeo,
#	output_class = GEOPOINTS,
#	service      = OdbToGeo

#service,
#	cmd		= '$METVIEW_CMD $METVIEW_BIN/OdbToGeo',
#	name		=  OdbToGeo