Contents

meta_data_file

class microscope_automation.settings.meta_data_file.MetaDataFile(file_path, format='csv')[source]

Class to save meta data associated with samples and images.

write_csv(meta, file_path)[source]

Write meta data to .csv file.

Input:

meta: dictionary with meta data

file_path: path and name of .csv file. If file does not exist, create new file.

Output:

none

write_meta(meta)[source]

Write meta data to .csv file.

Input:

meta: dictionary or pandas DataFrame with meta data

Output:

none