locan.constants.PROPERTY_KEYS#

locan.constants.PROPERTY_KEYS = {'channel': 'integer', 'chi_square': 'float', 'cluster_label': 'integer', 'frame': 'integer', 'frames_missing': 'integer', 'frames_number': 'integer', 'index': 'integer', 'intensity': 'float', 'local_background': 'float', 'local_background_sigma': 'float', 'original_index': 'integer', 'plane': 'integer', 'position_x': 'float', 'position_y': 'float', 'position_z': 'float', 'psf_amplitude': 'float', 'psf_half_width': 'float', 'psf_half_width_x': 'float', 'psf_half_width_y': 'float', 'psf_half_width_z': 'float', 'psf_sigma': 'float', 'psf_sigma_x': 'float', 'psf_sigma_y': 'float', 'psf_sigma_z': 'float', 'psf_width': 'float', 'psf_width_x': 'float', 'psf_width_y': 'float', 'psf_width_z': 'float', 'signal_background_ratio': 'float', 'signal_noise_ratio': 'float', 'slice_z': 'float', 'time': 'float', 'two_kernel_improvement': 'float', 'uncertainty': 'float', 'uncertainty_x': 'float', 'uncertainty_y': 'float', 'uncertainty_z': 'float'}#

Keys for the most common LocData properties. Values suggest a type for conversion. If ‘integer’, ‘signed’, ‘unsigned’, ‘float’ pandas.to_numeric() can be applied. Otherwise pandas.astype() can be applied.