SIR file format utilities

MATLAB utilities for manipulating and displaying SIR file format images.
1.9K Downloads
Updated 12 Oct 2011

View License

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.

Cite As

David Long (2024). SIR file format utilities (https://www.mathworks.com/matlabcentral/fileexchange/3320-sir-file-format-utilities), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Google Earth in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Code has been vectorized for faster execution in matlab and EASE grid projection code has been corrected. The file is now a zip archive.

1.0.0.0