This directory contains the python code for reading AMSR-E V7 data. Four files are needed: bytemaps.py, amsre_daily_v7.py, amsre_averaged_v7.py and example_usage.py In order to test the programs, you need to 1) download the appropriate verify.txt file located in the AMSRE/support_v07/verify/ directory 2) download the 4 files required to test: For amsre: Time Directory File daily passes amsre/bmaps_v07/y2002/m07/ amsre_20020715v7.gz 3-day mean amsre/bmaps_v07/y2002/m07/ amsre_20020715v7_d3d.gz weekly mean amsre/bmaps_v07/weeks/ amsre_20020720v7.gz monthly mean amsre/bmaps_v07/y2002/m07/ amsre_200207v7.gz Each of these files contains AMSR-E data for: the day July 15th, 2002 (daily) the days July 14, 15 and 16th, 2002 (3-day mean) July 14th (Sunday) to July 20th (Saturday), 2002 (weekly mean) or the month of July 2002 (monthly mean) 3) place these files from step 1 and 2 in the same directory as the programs First run the daily and averaged routines to be sure they execute correctly. You will get a 'verification failed' message if there is a problem. If they work correctly, the message 'all tests completed successfully' will be displayed. After confirming the routines work, use the example_usage.py routine as your base program and adapt to your needs. This code shows you how to call the needed subroutines and diplays an example image. Once you change the program, make sure to run it on the test files and check that the results match those listed in the verify_amsre_v7.txt file. If you have any questions regarding these programs or the RSS binary data files, contact RSS support: http://www.remss.com/support