Changeset 18558 for issm/trunk-jpl/src/m/plot/radarpower.m
- Timestamp:
- 10/01/14 10:30:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/radarpower.m
r17224 r18558 36 36 %figure out if we should go look for Greenland or Antarctica geotiff, or if user provided one. 37 37 if ~exist(options,'overlay_image'), 38 if strcmpi(md.mesh.hemisphere,'n'),38 if md.mesh.epsg==3413, 39 39 %if ~exist(['/u/astrid-r1b/ModelData/MOG/mog150_greenland_map.jpg']), 40 40 % error(['radarpower error message: file ' '/u/astrid-r1b/ModelData/MOG/mog150_greenland_map.jpg not found.']); … … 106 106 system('rm -rf ./temp.tif'); 107 107 108 elseif strcmpi(md.mesh.hemisphere,'s'),108 elseif md.mesh.epsg==3031, 109 109 if ~exist(options,'geotiff_name'), 110 110 if highres, … … 138 138 139 139 else 140 error(' field hemisphere should either be ''n'' or ''s''');140 error('EPSG code not supported yet (ex: 3413 for UPS Greenland, 3031 for UPS Antarctica)'); 141 141 end 142 142 else
Note:
See TracChangeset
for help on using the changeset viewer.