bwpearre / birds

bwpearre's code for Gardner Lab
3 stars 2 forks source link

Data structure version 12 is not working in current inspect function #4

Open wingillis opened 8 years ago

wingillis commented 8 years ago
Attempt to reference field of non-structure array.

Error in detrend_response (line 22)
        & all(size(response) == size(d.response))

Error in update_data_struct (line 110)
        [ data.tdt.response_detrended data.tdt.response_trend data.detrend_param ] ...

Error in inspect>do_file (line 141)
data = update_data_struct(data, detrend_param, handles);

Error in inspect>listbox1_Callback (line 130)
do_file(hObject, handles, file, true);

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

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

Error in
@(hObject,eventdata)inspect('listbox1_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating UIControl Callback
bwpearre commented 8 years ago

Cool!

What dataset? Reproducible?

On Thu, Nov 19, 2015 at 10:43 AM, Winthrop Gillis notifications@github.com wrote:

Attempt to reference field of non-structure array.

Error in detrend_response (line 22) & all(size(response) == size(d.response))

Error in update_data_struct (line 110) [ data.tdt.response_detrended data.tdt.response_trend data.detrend_param ] ...

Error in inspect>do_file (line 141) data = update_data_struct(data, detrend_param, handles);

Error in inspect>listbox1_Callback (line 130) do_file(hObject, handles, file, true);

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

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

Error in @(hObject,eventdata)inspect('listbox1_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating UIControl Callback

— Reply to this email directly or view it on GitHub https://github.com/bwpearre/birds/issues/4.

wingillis commented 8 years ago

LNY84rb-2015-10-05, on my computer, it works on your computer. It is reproducible on my computer. Maybe hasn't been pushed to github yet?

bwpearre commented 8 years ago

I don't see how. Are you working with master? I pushed the latest, but the difference shouldn't affect that dataset...?

On Thu, Nov 19, 2015 at 11:33 AM, Winthrop Gillis notifications@github.com wrote:

LNY84rb-2015-10-05, on my computer, it works on your computer. It is reproducible on my computer. Maybe hasn't been pushed to github yet?

— Reply to this email directly or view it on GitHub https://github.com/bwpearre/birds/issues/4#issuecomment-158110557.