Update README.md
This commit is contained in:
parent
5e3fba7c1b
commit
4d59239708
1 changed files with 10 additions and 1 deletions
|
@ -91,5 +91,14 @@ For installing torch under Windows see here: https://pytorch.org/get-started/loc
|
|||
- Was a suitable contour found for (x0,y0)? No: remove pixel from the mask
|
||||
- save the contours
|
||||
|
||||
## inspection.py
|
||||
- load the ..._decorrelated.npy file into data
|
||||
- load the contours
|
||||
- loop over the contors
|
||||
- mask = skimage.draw.polygon2mask(scale.shape, coords)
|
||||
- Extract a list of pixel from the mask
|
||||
- Use this list of pixel to select data from the tensor matrix
|
||||
- Use a SVD to extract the common time series from these pixels
|
||||
- calculate the skew (scipy.stats.skew) of these time series and sort them acordingly
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue