Commit 718ee79bfae4816be031d809184dc2bf1392159e

Authored by David Mayerich
1 parent c8ddee99

updated comments on enviSaveRaw

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
matlab/enviSaveRaw.m
1   -%loads an ENVI file without any manipulation (changing orientation)
  1 +%saves an ENVI file without any manipulation, assumes (X, Y, S)
2 2 function enviSaveRaw(M, filename, headername)
3 3  
4 4 %if a header isn't provided, assume it's just the filename
... ...