Changeset 6366
- Timestamp:
- 10/21/10 12:32:06 (15 years ago)
- Location:
- issm/trunk/src/m/model/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_overlay.m
r5864 r6366 68 68 %Build hsv color image from radar and results 69 69 radar=md.sarpwr; 70 contrast=getfieldvalue(options,'contrast',1); 71 radar=radar.^(contrast); 70 72 transparency=getfieldvalue(options,'alpha',1.5); %Rignot's setting: 1.5 71 73 cutoff=getfieldvalue(options,'cutoff',1.5); %Rignot's setting: 1.5 -
issm/trunk/src/m/model/plot/plotdoc.m
r6287 r6366 96 96 disp(' ''yticklabel'': specifiy yticklabel'); 97 97 disp(' ''overlay'': yes or no. This will overlay a radar amplitude image behind'); 98 disp(' ''contrast'': (default 1) coefficient to add contrast to the radar amplitude image used in overlays'); 98 99 disp(' ''cutoff'': all values below cutoff will be taken as cutoff (default is 1.5)'); 99 100 disp(' ''highres'': resolution of overlayed radar amplitude image (default is 0, high resolution is 1).');
Note:
See TracChangeset
for help on using the changeset viewer.