Code covered by the BSD License
-
viewsir1(action,filein)
% viewsir(input_file_name)
-
[alon, alat]=ieasegrid(iopt,t...
% function [lon, lat]=ieasegrid(iopt,thelon,thelat,ascale)
-
[alon, alat]=pix2latlon(x,y1,...
-
[alon, alat]=pixtolatlon(x,y1...
-
[alon, lat]=ilambert1(x,y,org...
-
[alon,alat]=ipolster(x,y,xlam...
-
[image, head, descrip, iaopt]...
-
[image, head, descrip, iaopt]...
-
[lon,lat]=sir_locate(head)
% function [lon lat]=sir_locate(head)
-
[thelon, thelat]=easegrid(iop...
% function [thelon thelat]=easgrid(iopt,lat,lon,ascale)
-
[val_str,val_num]=display_hea...
% [val_str,val_num]=display_head(head)
-
[x,y]=lambert1(lat,lon,orglat...
% function [x,y]=lambert1(lat,lon,orglat,orglon,iopt)
-
[x1, y1]=polster(alon,alat,xl...
-
handle=sircolorbar(loc,cmin,c...
handle = sircolorbar(loc,min,max)
-
head=setsirhead(option,head,v...
% head=setsirhead(option,head,value)
-
head=sirheadtext(head,sensor,...
% head=sirheadtext(head,sensor,title,type,tag,cproc,cdate)
-
isirlex(m,head)
-
latlon2pix(alon,alat,head)
-
out=scaleimage(array_in,min1,...
-
printsirhead(head,descrip,iao...
% printsirhead(head,descrip,iaopt)
-
showimage(array_in,min1,max1)
% function showimage(array_in,min,max) (min,max optional)
-
showsir(array_in,head,min1,ma...
% function showsir(array_in,head,min1,max1)
-
sirlex(x,y,head)
-
v=mod(m,n)
-
value=sirheadvalue(option,hea...
% value=sirheadvalue(option,head);
-
viewsir(filein)
% viewsir(sir_input_filename)
-
writesir(filename, image, hea...
-
Contents.m
-
View all files
SIR file format utilities
by David Long
24 Apr 2003
(Updated 12 Oct 2011)
MATLAB utilities for manipulating and displaying SIR file format images.
|
Watch this File
|
| File Information |
| Description |
This gzipped tar achive contains Matlab utilies for manipulaing SIR file format image files. The SIR file format is used by the NASA Scatterometer Climate Record Pathfinder (SCP) project to distribute scientific data.
The BYU-MERS "sir" image format was developed by the Brigham Young University (BYU) Microwave Earth Remote Sensing (MERS)research group as part of the NASA Scatterometer Climate Record Pathfinder (SCP) project to store remotely sensed images of the earth used for climate studies, among other purposes. The file format stores an image array of floating point values along with the information required to earth-locate the image pixels. The SIR file header contains the transformation information to convert from pixel location to lat/lon and visa versa. Additional information on the applications, file format,and available data can be obtained from the NASA-sponsored Scatterometer Climate Record Pathfinder web site http://www.scp.byu.edu/ and/or the NASA/JPL PO.DAAC http://podaac.jpl.nasa.gov/
Files in this tar arhive are useful for reading SIR files into MATLAB and locating pixels. Use loadsir.m to load the file into memory. The routine pix2latlon.m computes the lat/lon position given a list of x,y pixel locations. latlong2pix does the reverse. showsir and viewsir are utilities to display SIR images. |
| MATLAB release |
MATLAB 5.3 (R11)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 12 Oct 2011 |
Code has been vectorized for faster execution in matlab and EASE grid projection code has been corrected. The file is now a zip archive. |
|
Contact us at files@mathworks.com