Changeset 16953
- Timestamp:
- 11/26/13 12:47:13 (11 years ago)
- Location:
- issm/trunk-jpl/src/m/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_section.m
r16733 r16953 61 61 if getfieldvalue(options,'sectionmean',0)==1, 62 62 disp(['Mean value of data along section: ' num2str(mean(data_s))]) 63 disp(['Median value of data along section: ' num2str(median(data_s))]) 64 disp(['Standard deviation of data along section: ' num2str(std(data_s))]) 63 65 end 64 66 -
issm/trunk-jpl/src/m/plot/radarpower.m
r16437 r16953 121 121 im=imread('temp.tif','TIFF'); 122 122 %adjust contrast and brightness 123 im=imadjust(im,[a b],[c d]);123 %im=imadjust(im,[a b],[c d]); 124 124 pixelskip=max(1,ceil(posting/((x1-x0)/(size(im,2))))); 125 125 md.radaroverlay.pwr=double(flipud(im(1:pixelskip:end,1:pixelskip:end)));
Note:
See TracChangeset
for help on using the changeset viewer.