This commit is contained in:
2019-08-16 09:54:45 +02:00
parent c24eb95fcd
commit 444cfe9c6e
4 changed files with 636 additions and 0 deletions

3
script/ms/test.py Normal file
View File

@@ -0,0 +1,3 @@
ret = img_get_int(tmp_file, threshold1, threshold2, threshold3, threshold4, \
self.pixel.image_header_length, self.pixel.PIX_XDIM, self.pixel.PIX_YDIM,self.pixel.PIX_COLOR_DEPTH, \
roi[0], roi[1], roi[2], roi[3], bkroi[0], bkroi[1], bkroi[2], bkroi[3], filter_median = True, filter_nsigma = 30)