rmellipse.arrschema.examples

Functions

convert_float_to_int(zeros)

convert_zeros_to_s2p_ri(s2p_ri)

load_group_saveable(path[, group, load_big_objects])

save_group_saveable(path, object, name[, group, ...])

load_csv_like_s2p_ri(path[, comment])

get_header(path, comment)

Returns the header of a file.

Module Contents

rmellipse.arrschema.examples.convert_float_to_int(zeros)
rmellipse.arrschema.examples.convert_zeros_to_s2p_ri(s2p_ri)
rmellipse.arrschema.examples.load_group_saveable(path, group: str = None, load_big_objects=True)
rmellipse.arrschema.examples.save_group_saveable(path, object, name: str, group: str = None, write_mode='w')
rmellipse.arrschema.examples.load_csv_like_s2p_ri(path, comment='#')
rmellipse.arrschema.examples.get_header(path, comment)

Returns the header of a file.

Parameters:
pathstr

File path.

commentstr

The comment character for the header.

Returns:
list

list of each line of the header.