Size: 437
Comment:
|
Size: 832
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
{{{#!python def load_img(filename): im=Image.open(filename) return resize(fromstring(im.tostring(),uint8),(im.size[1],im.size[0],3)) }}} Spektrum erzeugen mit der Funktion pylab.psd Test: {{{#!python from pylab import * test=range(1000) test=sin(test) psd(test,NFFT=512,Fs=250,Fc=0,detrend=mlab.detrend_none,window=mlab.window_hanning, noverlap=0) show() }}} |
Modis-Daten:
http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=AERONET_Hornsund.2009072.terra.250m
http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=AERONET_Hornsund.2009072&altdates
Satellitenbilder (Aqua Modis) Fram Straße : Modis Images
Bilder als Dateianhänge
- 30.03.2003 10:40
- 31.03.2009 11:35
Spektrum erzeugen mit der Funktion pylab.psd
Test: