DATA
 

Proxy ABI Data Sets For Compression


Contents:


Bit-depth simulated ABI compression study data sets:

The data files are provided as Matlab .mat files on an ftp site. There is a separate .mat file for each ABI band, the navigation data, and the lookup tables to convert the scaled radiances (integers) to real radiances (modis radiances units). There is also a data file that contains all of the bands and navigation data (you still need the lookup tables).

The 1.6 µm band on Aqua MODIS has a number of bad detectors which cause striping. This corresponds to band 05 on ABI. As such, for Aqua daytime cases, there is no ABI band 05 data provided since the striping would alter compression results in a way not anticipated to occur with ABI. That band is still provided for cases derived from Terra MODIS. Aqua MODIS data files begin with "MYD"; Terra MODIS data files begin with "MOD".

There is a sample Matlab .m script that shows how to load the data and will display an image of a band of interest for that case. You must have the mapping toolbox for Matlab for the figure to display or find another way to display the data. This m-file calls another m-file which converts MODIS radiances to brightness temperatures for the purposes of displaying. Strictly speaking, these m-files aren't needed for compression studies though they may give you some insight as to what data is stored in what files.

    These are on anonymous ftp at ftp.ssec.wisc.edu in separate directories for each case
    cd ABI/compression/bitdepth_testdata/modis
    bin
    prompt
    mget *.m

    bye
        NOTE: Appropriate mget commands listed below for each case
Alternatively, there is a netcdf file containing all of the data, navigation, and lookup tables for each band. The variables contained in this netcdf file look similar to this for a day time case:
  • latitude2: [500x500 double]
  • longitude2: [500x500 double]
  • latitude: [1000x1000 double]
  • longitude: [1000x1000 double]
  • latitudehkm: [2000x2000 double]
  • longitudehkm: [2000x2000 double]
  • abiscaledradsband01: [1000x1000 double]
  • abiscaledradsband02: [2000x2000 double]
  • abiscaledradsband03: [1000x1000 double]
  • abiscaledrads2band04: [500x500 double]
  • abiscaledradsband05: [1000x1000 double]
  • abiscaledrads2band06: [500x500 double]
  • abiscaledrads2band07: [500x500 double]
  • abiscaledrads2band08: [500x500 double]
  • abiscaledrads2band10: [500x500 double]
  • abiscaledrads2band11: [500x500 double]
  • abiscaledrads2band12: [500x500 double]
  • abiscaledrads2band14: [500x500 double]
  • abiscaledrads2band15: [500x500 double]
  • abiscaledrads2band16: [500x500 double]
  • scale_band01: [1024x1 double]
  • scale_band02: [4096x1 double]
  • scale_band03: [1024x1 double]
  • scale_band04: [1024x1 double]
  • scale_band05: [1024x1 double]
  • scale_band06: [1024x1 double]
  • scale_band07: [16384x1 double]
  • scale_band08: [2048x1 double]
  • scale_band10: [4096x1 double]
  • scale_band11: [4096x1 double]
  • scale_band12: [2048x1 double]
  • scale_band14: [4096x1 double]
  • scale_band15: [4096x1 double]
  • scale_band16: [2048x1 double]
For a nighttime case, there won't be any visible data (variables related to ABI Bands 1-6 won't appear in those files, including navigational parameters for 1km and hkm data).

Unaltered MODIS data

The unaltered MODIS data for the above cases can be obtained from the NASA Goddard Earth Sciences Data and Information Services Center (GES DISC) Distrubuted Active Archive Center (DAAC) or specifically from their MODIS Data Support page.


Unaltered MET-8 Full Disk Images

    There are 11 bands for 3 sequential (at 15 minutes) images for those interested in simulating compression of full disk images. There has been nothing done to these images other than to take them from McIDAS AREA format and convert them (via McIDAS) to netCDF. The .mat versions were made by reading in the netCDF files into Matlab and then saving them as individual bands: they are structured arrays which include for latitude, longitude, and data (which are MET-8 counts). MET-8 data are 10-bit.


See this EUMETSAT page for more information on Seviri (MET-8).

EUMETSAT provides a Java interface to download MSG data and it can be found here at: UMARF.


Unaltered GOES-12 Imager Full Disk Images

    There are 5 bands for 2 separate images (05:45Z and 17:45Z from 19Dec2005) for those interested in simulating compression of full disk images from the current GOES Imager. The times are representative of a "night" and "day" case. These files contain latitude, longitude, and GVAR Counts. They have not been altered in any way other than to convert them from McIdas format to netCDF to Matlab .mat files. They are structured arrays with the fields latitude, longitude, and raw (counts). Lats and Lons in space are saved as NaN in the .mat file. The bands are saved individually.

    See this GOES Imager Info Page for more information on the GOES Imager bands.

    See this GVAR Conversion page to learn how to convert GVAR counts.


Unaltered MTSAT-1R 10-bit Full Disk Images

    There are 5 bands for one image time (2:33 UTC on 10 March 2006 for those interested in compressing 10-bit full disk MTSAT-1R Infrared data. Visible data is 6-bit but has been stretched to 8-bit in this image. The band lineup is as follows: Band 01 is visible; Band 02 is the ~11 micron IR window band (IR1); Band 3 is the 12 micron dirty window band (IR2); Band 4 is the 6.75 micron water vapor band (IR3); and Band 05 is the 3.75 micron shortwave window band (IR4). The .mat files contain MTSAT data as a structured array with data=counts and latitude & longitude values in space are saved as NaN. The netcdf versions of the files have lat/lons in space of an unreasonably high number (don't use anything over 180 for longitude for instance). Bands are saved individually.

    See this About MTSAT and its system page for more information on the MTSAT.


    NOTICE:  The images, text, and other information on these web pages are proprietary information belonging to The Cooperative Institute for Meteorological Satellite Studies at the University of Wisconsin-Madison.   If the informationis of use to you, please give proper credit to CIMSS.  Thanks!


    Last Updated: April 15, 2008


    URL: http://cimss.ssec.wisc.edu/goes/abi/bitdepthcompression/bitdepthbrompression_data.html
    Contact the Page Designer: E-Mail Contact Form