clairelbromley / ZebrafishKymographing

Various software tools written for analysis of lumen opening and membrane retraction in zebrafish.
1 stars 0 forks source link

To discuss: manually drawing lines on czifig data #86

Open clairelbromley opened 7 years ago

clairelbromley commented 7 years ago

Discuss the best way to get speeds out of the bleach data

Figured the easiest way to do this would be to upload the kymographs into the viewer, then use the manual line drawing settings ? Would need a way to just be able to draw the line post bleach ? Also, ability to change quantitative analysis time, so can manually draw lines for different amounts of time post bleach?

In order to try manually drawing lines in the viewer, tried creating a fake metadata and uploading it into the viewer with the kymographs. The below error message came up when trying to upload this new metadata...

Cell contents reference from a non-cell array object.

Error in getExperimentMetadata (line 9) dt = sheets{shind};

Error in viewerMain>menuLoadMetadata_Callback (line 1628) handles.experimentMetadata = getExperimentMetadata(handles.metadataPath);

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in viewerMain (line 42) gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)viewerMain('menuLoadMetadata_Callback',hObject,eventdata,guidata(hObject))

Error in viewerMain>menuLoadData_Callback (line 213) callback(handles.listData, []);

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in viewerMain (line 42) gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)viewerMain('menuLoadData_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating uimenu Callback