:param n_channel: number of saved fields
:return: empty first line of the array to be saved as csv
"""
return np.zeros([1, n_channel])
def _save_current_image(self):
"""
For all the outputs to be saved as images, go through the dictionary
After Change
:param n_channel: number of saved fields
:return: empty first line of the array to be saved as csv
return pd.DataFrame(columns=key_names)
def _save_current_image(self):
For all the outputs to be saved as images, go through the dictionary