Ignore:
Timestamp:
Apr 24, 2024, 7:45:09 PM (13 days ago)
Author:
sommeria
Message:

tps improved by a cosine window in each subdomain. Default size of subdomains reduced for faster computation in the civ interface

File:
1 edited

Legend:

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

    r1131 r1137  
    924924        time_total=toc(tstart);
    925925        disp(['ellapsed time ' num2str(time_total/60,2) ' minutes'])
    926         disp(['time image reading ' num2str(time_input/60,2) ' minutes'])
    927         disp(['time civ1 ' num2str(time_civ1/60,2) ' minutes'])
    928         disp(['time patch1 ' num2str(time_patch1/60,2) ' minutes'])
    929         disp(['time civ2 ' num2str(time_civ2/60,2) ' minutes'])
    930         disp(['time patch2 ' num2str(time_patch2/60,2) ' minutes'])
    931         disp(['time other ' num2str((time_total-time_input-time_civ1-time_patch1-time_civ2-time_patch2)/60,2) ' minutes'])
     926        disp(['time image reading ' num2str(time_input,2) ' s'])
     927        disp(['time civ1 ' num2str(time_civ1,2) ' s'])
     928        disp(['time patch1 ' num2str(time_patch1,2) ' s'])
     929        disp(['time civ2 ' num2str(time_civ2,2) ' s'])
     930        disp(['time patch2 ' num2str(time_patch2,2) ' s'])
     931        disp(['time other ' num2str((time_total-time_input-time_civ1-time_patch1-time_civ2-time_patch2),2) ' s'])
    932932    end
    933933end
Note: See TracChangeset for help on using the changeset viewer.