Changeset 418 in ETALON for SPESO


Ignore:
Timestamp:
Mar 30, 2016, 3:57:09 PM (8 years ago)
Author:
malovyts
Message:

Changed offline colormap analysis for recent experiments

Location:
SPESO/ana2015/offline_analysis
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/offline_analysis/offline_analyse_colormaps_march.m

    r416 r418  
    22% function to create analysis web-page, with signas/bg analysis
    33% and colorplots
     4% date_mask - yyyymmdd.dayFullInfo
    45%load data to analyse
    56load_analysis_data(date_mask);
     
    3334
    3435fih = figure(1);
     36                        % x_axis, y_axis, detector_data_type,S edges, X edges
    3537        data_colorplot(dvar.DETECT_SPOS, dvar.DETECT_XPOS, data_types(data_loop),...
    36                                          [-800000:12500:-300000], [-500000 -300000 -100000]);
     38                                         [-800000:12500:-300000], [-414285 -28571 -185714]);
     39
    3740        set(gcf,'PaperUnits','inches','PaperPosition',[0 0 12 9]);
    3841        print(fih, '-dpng', '-r300',[ plots_basedir 'colorplot_monthly_'...
     
    5558        XPOS_selection{2}{2}={dvar.DETECT_XPOS, '>', -410000};
    5659
    57         % exclude pos_hublot_Z
    58         POS_selection{1}{1}={dvar.DETECT_ZPOS, '<', pos_hublot_Z-100};
    59         POS_selection{1}{2}={dvar.DETECT_ZPOS, '>', pos_hublot_Z+100};
    60         POS_var{1}=dvar.DETECT_ZPOS;
    61         POS_edges{1}=[-140000:3500:0];
    62         POS_offset{1}(1)=0;
    63         POS_offset{1}(2)=0;
    64 
    65         % exclude pos_hublot_S
    66         POS_selection{2}{1}={dvar.DETECT_SPOS, '<', pos_hublot_Y-100};
    67         POS_selection{2}{2}={dvar.DETECT_SPOS, '>', pos_hublot_Y+100};
    68         POS_var{2}=dvar.DETECT_SPOS;
    69         POS_edges{2}=[-800000:12500:-300000];
    70         POS_offset{2}(1)=-300000;
    71         POS_offset{2}(2)=-500000;
     60        % exclude pos_hublot_S & plot S_POS
     61        POS_selection{1}{1}={dvar.DETECT_SPOS, '<', pos_hublot_Y-100};
     62        POS_selection{1}{2}={dvar.DETECT_SPOS, '>', pos_hublot_Y+100};
     63        POS_var{1}=dvar.DETECT_SPOS;
     64        POS_edges{1}=[-800000:12500:-300000];
     65        POS_offset{1}(1)=-300000; % det 1
     66        POS_offset{1}(2)=-500000; % det 2
     67
     68        % exclude pos_hublot_Z & plot Z_POS
     69%       POS_selection{2}{1}={dvar.DETECT_ZPOS, '<', pos_hublot_Z-100};
     70%       POS_selection{2}{2}={dvar.DETECT_ZPOS, '>', pos_hublot_Z+100};
     71%       POS_var{2}=dvar.DETECT_ZPOS;
     72%       POS_edges{2}=[-140000:3500:0];
     73%       POS_offset{2}(1)=0;
     74%       POS_offset{2}(2)=0;
     75
    7276
    7377        % RESEAU_POS > 1000000
Note: See TracChangeset for help on using the changeset viewer.