Przeglądaj źródła

working version

meghana-soleil-pc 3 lat temu
rodzic
commit
024799a287
4 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      strip_data.py
  2. BIN
      strip_data.pyc
  3. BIN
      temp.bin
  4. BIN
      temp_bg.bin

+ 1 - 1
strip_data.py

@@ -109,7 +109,7 @@ def strip_data(filename, number_pixels, orbits, offset = None):
         data = data[:,index_interleave]
 
         ###### filter out the saw pattern ####################
-        data = ss.savgol_filter(data, 15, 3) # window size 51, polynomial order 3
+        data = ss.savgol_filter(data, 21, 3) # window size 51, polynomial order 3
 
         orb, pix = np.shape(data)
 

BIN
strip_data.pyc


BIN
temp.bin


BIN
temp_bg.bin