BandAttStats function parameters

18 views
Skip to first unread message

Alpesh

unread,
Jan 2, 2020, 4:05:42 AM1/2/20
to RSGISLib Support
Hello Sir,

In Raster GIS Module, 

In following  function

rsgislib.rastergis.BandAttStats(bandminField=NonemaxField=NonesumField=NonestdDevField=NonemeanField=None )

it has only five attribute parameters.

 I want to add one more parameters in it,    for example: 'Mode' 

I have seen rastergis    __init__.py file 

In that file

 class  BandAttStats : 
 def __init__( self, bandminField=NonemaxField=NonesumField=NonestdDevField=NonemeanField=None ) :
      self.band = band
     self. minField = minField
     self. maxField = maxField
     self. sumField = sumField
     self. stdDevField = stdDevField
     self. meanField = meanField  

I could not find the where exactly  meanField, stdDevField  equation is defined.

How can I add more parameters in this "rsgislib.rastergis.BandAttStats"  function ?

I will be  very thankful for your valuable reply.
 

Reply all
Reply to author
Forward
0 new messages