Changeset 1085 for trunk/src/series


Ignore:
Timestamp:
Aug 11, 2020, 8:06:46 PM (4 years ago)
Author:
sommeria
Message:

aver_spectral added andsmall bug repairs

Location:
trunk/src/series
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/time_series.m

    r1071 r1085  
    8181    hhseries=guidata(hseries);
    8282    if  ~isfield(Param,'ProjObject')
    83         answer=msgbox_uvmat('INPUT_Y-N','use a projection object for the time_series?');
    84         if strcmp(answer,'Yes')
    85             set(hhseries.CheckObject,'Visible','on')
    86             set(hhseries.CheckObject,'Value',1)
    87             series('CheckObject_Callback',hseries,[],hhseries); %file input with xml reading  in uvmat, show the image in phys coordinates
    88         end
     83        msgbox_uvmat('WARNING','you may need to introduce a projection object for the time_series');
    8984    end
    9085   
Note: See TracChangeset for help on using the changeset viewer.