LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
process_data.py File Reference

Go to the source code of this file.

Namespaces

namespace  process_data

Functions

def process_data.ret_tru
def process_data.get_next_ind
def process_data.split_list

Variables

tuple process_data.dat_file = open("data_out.out")
tuple process_data.ltest = get_next_ind(dat_file, "&", lambda x:(x.startswith("Func") or x.startswith("Ablation") or x.startswith("Time") or x.startswith("&&")))
list process_data.fncstack = []
string process_data.timelist = ""
list process_data.abl_val = []
list process_data.timestr = simval[0]
list process_data.fncstr = simval[1]
tuple process_data.neur_mat = np.vstack(fncstack)
tuple process_data.time_vec = np.fromstring(timelist, sep=' ')
string process_data.fbase = "abl_study_"