Changeset 7893


Ignore:
Timestamp:
04/14/11 08:15:48 (14 years ago)
Author:
Mathieu Morlighem
Message:

modified some files

Location:
issm/trunk/test/IsmipHomResults/plotting_scripts
Files:
6 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_a.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Documents and Settings\frankp\My Documents\work\ismip_all\ismip_mat\';
     34location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3535
    3636% The experiment we're interested in
     
    102102            % If the current data is from a full stokes
    103103            if (fullStokesMask(i) == 1)
    104                 [i j fsIndex]
     104                %[i j fsIndex]  %ISSM->THIS LINE HAS BEEN CHANGED
    105105                % Store the data in the full stokes structure
    106106                fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY);
     
    127127            % Else its non-full stokes
    128128            else
    129                 [i j nfsIndex]
     129                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    130130                % Store the data in the non-full stokes structure
    131131                nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY);
     
    304304        'portrait','papertype','A4','paperunits', 'centimeters', ...
    305305        'paperposition',[1 4 21 13]);
     306return %ISSM->THIS LINE HAS BEEN CHANGED
    306307saveas(gcf, 'expa.eps', 'psc2');
    307308
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_b.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     34%location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    9495            % If the current data is from a full stokes
    9596            if (fullStokesMask(i) == 1)
    96                 [i j fsIndex]
     97                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    9798                % Store the data in the full stokes structure
    9899                fsVels{j, fsIndex} = interp1(x, surfVel, newX);
     
    119120            % Else its non-full stokes
    120121            else
    121                 [i j nfsIndex]
     122                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    122123                % Store the data in the non-full stokes structure
    123124                nfsVels{j, nfsIndex} = interp1(x, surfVel, newX);
     
    296297        'portrait','papertype','A4','paperunits', 'centimeters', ...
    297298        'paperposition',[1 4 21 13]);
     299return %ISSM->THIS LINE HAS BEEN CHANGED
    298300saveas(gcf, 'expb.eps', 'psc2');
    299301
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_c.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Documents and Settings\frankp\My Documents\work\ismip_all\ismip_mat\';
     34%location = 'C:\Documents and Settings\frankp\My Documents\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    102103            % If the current data is from a full stokes
    103104            if (fullStokesMask(i) == 1)
    104                 [i j fsIndex]
     105                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    105106                % Store the data in the full stokes structure
    106107                fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY);
     
    127128            % Else its non-full stokes
    128129            else
    129                 [i j nfsIndex]
     130                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    130131                % Store the data in the non-full stokes structure
    131132                nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY);
     
    304305        'portrait','papertype','A4','paperunits', 'centimeters', ...
    305306        'paperposition',[1 4 21 13]);
     307return %ISSM->THIS LINE HAS BEEN CHANGED
    306308saveas(gcf, 'expc.eps', 'psc2');
    307309
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_d.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     34%location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    9495            % If the current data is from a full stokes
    9596            if (fullStokesMask(i) == 1)
    96                 [i j fsIndex]
     97                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    9798                % Store the data in the full stokes structure
    9899                fsVels{j, fsIndex} = interp1(x, surfVel, newX);
     
    119120            % Else its non-full stokes
    120121            else
    121                 [i j nfsIndex]
     122                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    122123                % Store the data in the non-full stokes structure
    123124                nfsVels{j, nfsIndex} = interp1(x, surfVel, newX);
     
    296297        'portrait','papertype','A4','paperunits', 'centimeters', ...
    297298        'paperposition',[1 4 21 13]);
     299return %ISSM->THIS LINE HAS BEEN CHANGED
    298300saveas(gcf, 'expd.eps', 'psc2');
    299301
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_e.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     34%location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    9394            % If the current data is from a full stokes
    9495            if (fullStokesMask(i) == 1)
    95                 [i j fsIndex]
     96                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    9697                % Store the data in the full stokes structure
    9798                fsVels{j, fsIndex} = interp1(x, surfVel, newX);
     
    118119            % Else its non-full stokes
    119120            else
    120                 [i j nfsIndex]
     121                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    121122                % Store the data in the non-full stokes structure
    122123                nfsVels{j, nfsIndex} = interp1(x, surfVel, newX);
     
    296297        'portrait','papertype','A4','paperunits', 'centimeters', ...
    297298        'paperposition',[1 4 11 17]);
     299return %ISSM->THIS LINE HAS BEEN CHANGED
    298300saveas(gcf, 'expe.eps', 'psc2');
    299301
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_e_txz.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     34%location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    9596            % If the current data is from a full stokes
    9697            if (fullStokesMask(i) == 1)
    97                 [i j fsIndex]
     98                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    9899                % Store the data in the full stokes structure
    99100                fsVels{j, fsIndex} = interp1(x, surfVel, newX);
     
    118119            % Else its non-full stokes
    119120            else
    120                 [i j nfsIndex]
     121                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    121122                % Store the data in the non-full stokes structure
    122123                nfsVels{j, nfsIndex} = interp1(x, surfVel, newX);
     
    294295        'portrait','papertype','A4','paperunits', 'centimeters', ...
    295296        'paperposition',[1 4 11 17]);
     297return %ISSM->THIS LINE HAS BEEN CHANGED
    296298saveas(gcf, 'expetxz.eps', 'psc2');
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_f.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     34%location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    102103            % If the current data is from a full stokes
    103104            if (fullStokesMask(i) == 1)
    104                 [i j fsIndex]
     105                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    105106                % Store the data in the full stokes structure
    106107                fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY);
     
    127128            % Else its non-full stokes
    128129            else
    129                 [i j nfsIndex]
     130                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    130131                % Store the data in the non-full stokes structure
    131132                nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY);
     
    334335        'portrait','papertype','A4','paperunits', 'centimeters', ...
    335336        'paperposition',[1 4 11 17]);
     337return %ISSM->THIS LINE HAS BEEN CHANGED
    336338saveas(gcf, 'expf.eps', 'psc2');
    337339
  • issm/trunk/test/IsmipHomResults/plotting_scripts/plot_exp_fs.m

    r7888 r7893  
    3232% sub dirs lie)
    3333% NOTE:  CHANGE THIS TO THE LOCATION OF YOUR DATA
    34 location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     34%location = 'C:\Program Files\MATLAB\R2006a\work\ismip_all\ismip_mat\';
     35location = '../ismip_mat/'; %ISSM->THIS LINE HAS BEEN CHANGED
    3536
    3637% The experiment we're interested in
     
    102103            % If the current data is from a full stokes
    103104            if (fullStokesMask(i) == 1)
    104                 [i j fsIndex]
     105                %[i j fsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    105106                % Store the data in the full stokes structure
    106107                fsVels{j, fsIndex} = griddata(x, y, surfVel, newX, newY);
     
    127128            % Else its non-full stokes
    128129            else
    129                 [i j nfsIndex]
     130                %[i j nfsIndex] %ISSM->THIS LINE HAS BEEN CHANGED
    130131                % Store the data in the non-full stokes structure
    131132                nfsVels{j, nfsIndex} = griddata(x, y, surfVel, newX, newY);
     
    333334        'portrait','papertype','A4','paperunits', 'centimeters', ...
    334335        'paperposition',[1 4 11 17]);
     336return %ISSM->THIS LINE HAS BEEN CHANGED
    335337saveas(gcf, 'expfs.eps', 'psc2');
    336338
Note: See TracChangeset for help on using the changeset viewer.