Package fieldpy :: Package met_station :: Module met_station_data :: Class MS_data
[hide private]
[frames] | no frames]

Class MS_data

source code


Class to hold and process Met station data.

self.data will have the following

Instance Methods [hide private]
 
__init__(self, filenames, given_headers=[])
Class to hold and process Met station data.
source code
 
check(self)
Does integrity checks, should be invoced at the end of __init__ of the children classes.
source code

Inherited from core.experiment_classes.CampbellCr1000: make_data, make_time

Inherited from core.extra_classes.TimeSeries: check_constant_sampling_interval, check_monotonically_inc_time, cut_time_series, filter_and_resample, get_ind, get_ind_as_slice, get_index_after, get_index_before, get_index_nearest, integrate, plot_date, plot_ts, time_filter_gauss

Inherited from core.extra_classes.Data: filter_by_freq, filter_low_pass, mask_if_true, mask_jumps, mask_jumps_one_dir, mask_value, pickle

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]

Inherited from core.extra_classes.Data: data, md

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, filenames, given_headers=[])
(Constructor)

source code 

Class to hold and process Met station data.

Parameters:
  • filenames (list of strings) - a list of TOA5 Campbell Cr1000 files in chronological order with the same data format.
  • given_headers (list of stings) - A list of header strings to be used instead of the ones given in the file header.
Overrides: object.__init__

Note:

check(self)

source code 

Does integrity checks, should be invoced at the end of __init__ of the children classes.

Overrides: core.extra_classes.Data.check
(inherited documentation)