SIR file format utilities

버전 1.2.0.0 (38 KB) 작성자: David Long
MATLAB utilities for manipulating and displaying SIR file format images.
다운로드 수: 2K
업데이트 날짜: 2011/10/12

라이선스 보기

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.

인용 양식

David Long (2025). SIR file format utilities (https://kr.mathworks.com/matlabcentral/fileexchange/3320-sir-file-format-utilities), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R11
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Google Earth에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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