Fri 29 Nov 2024 04:38:58 PM CET
This commit is contained in:
parent
7ab92a6f50
commit
0da872b969
11
aux/readvol.r
Normal file
11
aux/readvol.r
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
install.packages({"math","image"})
|
||||||
|
use math,numpy
|
||||||
|
use math,imager,numpy,plot
|
||||||
|
options(digits=4)
|
||||||
|
vol = read.np('/tmp/numpy-signal-Txx.npy')
|
||||||
|
logg(typeof(vol))
|
||||||
|
logg(minMax(vol))
|
||||||
|
logg(mean(vol))
|
||||||
|
|
||||||
|
logg(minMax(vol[,,10]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user