Functions | |
def | add_files |
def | friis_pwr_rdr |
def | friis_pwr_tag |
def | plot_pincrdr |
def | plot_pincrdr_probs |
def | plot_pinctag_probs |
Variables | |
tuple | all_reads |
tuple | ant_dict = dict.fromkeys( yaml_config['filters']['antennas'] ) |
tuple | d = reduce( add_files, zip(fnames,range(len(fnames))), {} ) |
tuple | data = pkl.load( f ) |
tuple | f = open( yaml_fname ) |
list | filt_reads = [ r for r in all_reads if ant_dict.has_key( r[2][1] ) ] |
tuple | fnames = reduce( lambda x,y: x+y, [ glob.glob(i) for i in yaml_config['glob_files'] ], [] ) |
string | help = 'yaml file that describes this run.' |
int | neg_mask = 1 |
tuple | p = optparse.OptionParser() |
tuple | p_inc_rdr = np.array([ friis_pwr_rdr( r ) for r in reads ]) |
tuple | p_inc_tag = np.array([ friis_pwr_tag( r ) for r in reads ]) |
PLOT = False | |
int | pos_mask = 1 |
reads = filt_reads | |
tuple | rssi = np.array([ r[2][0] for r in reads ]) |
tuple | yaml_config = yaml.load( f ) |
yaml_fname = opt.yaml |
def rfid_datacapture.process_friis_plots.add_files | ( | d, | |
arg | |||
) |
Definition at line 62 of file process_friis_plots.py.
def rfid_datacapture.process_friis_plots.friis_pwr_rdr | ( | reading | ) |
Definition at line 95 of file process_friis_plots.py.
def rfid_datacapture.process_friis_plots.friis_pwr_tag | ( | reading | ) |
Definition at line 78 of file process_friis_plots.py.
Definition at line 175 of file process_friis_plots.py.
Definition at line 232 of file process_friis_plots.py.
Definition at line 275 of file process_friis_plots.py.
00001 reduce( lambda x,y: x+y, 00002 [ d[k] for k in yaml_config['filters']['tags'] if d.has_key(k) ], 00003 [] )
Definition at line 130 of file process_friis_plots.py.
tuple rfid_datacapture::process_friis_plots::ant_dict = dict.fromkeys( yaml_config['filters']['antennas'] ) |
Definition at line 143 of file process_friis_plots.py.
tuple rfid_datacapture::process_friis_plots::d = reduce( add_files, zip(fnames,range(len(fnames))), {} ) |
Definition at line 125 of file process_friis_plots.py.
tuple rfid_datacapture::process_friis_plots::data = pkl.load( f ) |
Definition at line 120 of file process_friis_plots.py.
tuple rfid_datacapture::process_friis_plots::f = open( yaml_fname ) |
Definition at line 53 of file process_friis_plots.py.
list rfid_datacapture::process_friis_plots::filt_reads = [ r for r in all_reads if ant_dict.has_key( r[2][1] ) ] |
Definition at line 144 of file process_friis_plots.py.
tuple rfid_datacapture::process_friis_plots::fnames = reduce( lambda x,y: x+y, [ glob.glob(i) for i in yaml_config['glob_files'] ], [] ) |
Definition at line 114 of file process_friis_plots.py.
string rfid_datacapture::process_friis_plots::help = 'yaml file that describes this run.' |
Definition at line 35 of file process_friis_plots.py.
Definition at line 165 of file process_friis_plots.py.
tuple rfid_datacapture::process_friis_plots::p = optparse.OptionParser() |
Definition at line 33 of file process_friis_plots.py.
list rfid_datacapture::process_friis_plots::p_inc_rdr = np.array([ friis_pwr_rdr( r ) for r in reads ]) |
Definition at line 149 of file process_friis_plots.py.
list rfid_datacapture::process_friis_plots::p_inc_tag = np.array([ friis_pwr_tag( r ) for r in reads ]) |
Definition at line 148 of file process_friis_plots.py.
Definition at line 23 of file process_friis_plots.py.
Definition at line 164 of file process_friis_plots.py.
Definition at line 146 of file process_friis_plots.py.
Definition at line 150 of file process_friis_plots.py.
Definition at line 54 of file process_friis_plots.py.
string rfid_datacapture::process_friis_plots::yaml_fname = opt.yaml |
Definition at line 40 of file process_friis_plots.py.