Greetings,
I have some code, but it is specific for 8-bit Terra 16-day max-NDVI products that were available through the University of Maryland GLAM website (
http://pekko.geog.umd.edu.../test/data_new.php). They are not optimized for Aqua NDVI but that could be modified easily enough. If you're using 8-day or 16-day emodis products you'll need to modify the code. Let me know if you'd like the code.
I have separate PRO files which do the following:
1. Convert 8-bit scaled to actual floating point NDVI
2. Stack NDVI files into a single stack
3. Smooth NDVI files using a Savitzky-Golay filter (you will need to download the S-G filter from the ENVI code library).
Good luck,
Guy