Sunteți pe pagina 1din 5

VLFnotes

my octave programs for VLF

telfunct5 makes the cross sections.


then must enter “tellvol11.m” to save the data as a 3 d volume.
telvol11.m displays data as parallel slices. can manipulate it with little
curved arrow tool

________________
Free ware data slicer/display

https://www.slicer.org/
_______________________

not free: Golden Software Voxler modeling program


http://www.goldensoftware.com/products/voxler

Matlab: see slice command


eg at https://www.ii.uni.wroc.pl/~pkl/swo/wyklady/Grafika%20w
%20Matlabie/

also: ml surface command


https://stackoverflow.com/questions/7689586/layering-multiple-images-
in-3d-space

also:
2 down vote
If I understand you correctly, you can use the slice() or contourslice()
functions to do this.

Check out this example:


http://www.mathworks.com/help/matlab/visualize/techniques-for-visualizing-
scalar-volume-data.html

also: http://www.bu.edu/tech/support/research/training-
consulting/online-tutorials/visualization-with-matlab/
_______________________
in python: https://github.com/matplotlib/matplotlib/issues/3919
https://stackoverflow.com/questions/38149736/3d-plot-aspect-ratio-
matplotlib

________________________________
STRANGE website … lots of info:
http://www.knfarm.in/8718/how_to_procure_abem_wadi_vlf_instrument/

see file 323…. in directory Evrim RPi for VLF

See VLFPROS in downloads. Not what I want!


appears i
Computers & Geosciences
Volume 32, Issue 10, December 2006, Pages 1806-1813

Short Note
VLFPROS—A Matlab code for
processing of VLF-EM data☆
Author links open overlay panelN.SundararajanaV.Ramesh BabubN.Shiva
PrasadbY.Srinivasa

to compile octave program:


https://octave.org/doc/v4.2.2/Standalone-Programs.html

to compile python: https://askubuntu.com/questions/324871/how-to-compile-


a-python-file

_______________________________________

directory is:
/home/campus13/ctyoung/mlpgms

my programs on mtu system:


-bash-4.2$ cd threed2004
-bash-4.2$ ls
all.mat lineslice3.m~ testsmooth.m timeslice3.m tryrr5.m view3.m
lineslice2.m lineslice3.m~~ testsmooth.m~ timeslice3.m~ view3b.m view4.m
lineslice2.m~ lineslice.m timeslice2.m timeslice.m view3c.m view4.m~
lineslice3.m lineslice.m~ timeslice2.m~ timeslice.m~ view3c.m~ view5.m

all.mat is the cube of data

eg lineslice.m

cube of data is in all.mat


is this radar data?lvlf1.m

yes cause it has 15 lines!

maybe:
lvlf1.m
lvlf1.m~
lvlf2.m
lvlf2.m~

maybe ls —color
maybe with option -C

also see xsec4.m (one line)


in
/home/campus13/ctyoung/mlpgms/keros

also:c
/home/campus13/ctyoung/mlpgms/threed2ls *isj
lineslice3.m uses data file all.dat

look for program where I made all.dat

find ~/ -name "*all.m" >alllist.txt

-bash-4.2$ cat alllist.txt


/home/campus13/ctyoung/mlpgms/threed2004/all.mat
diretory also has view.m to view5.m looks like for 15 lines of data,
thus the radar data from lake linden.

/home/campus13/ctyoung/mlpgms/radar3d/all.mat
contains ml pgms from Conroy and Radzevicus display cube with translucesnce
and note to self.

/home/campus13/ctyoung/docs/ge4405/ll2005/all.mat
ge4405 was geophysics for archaeology?

/home/campus13/ctyoung/docs/ge4405/lakelinden2004/radar/all.mat
has radar data, grinding m files, gem files?

/home/campus13/ctyoung/docs/ge4415/all.mat
was matlab programming class?
lines is a class outline

lineslice3.m?
uses file all (not all.mat?)
all is a mat file
for 15 lines
shows a movie

I downloaded 3 all.mat s to octprogsmac


one is about 4 megs in octprogsmac copied to all2.mat

in octprogsmag/threed
one is 57 megs (created 2012) copied to all3.mat
I think this is the radar data from Italian hall
also has the bmps!

one in downloads 4 megs copied to all1.mat

pwdge
4415 was the matlab programming class
cat lvlf1.m |more does a single line
not in /home/campus13/ctyoung/docs/ge3900

directory
ishpeminglf

find ~/ -name "*ishp*" >ishpeminglist.txt

see maybe:

/home/campus13/ctyoung/mlpgms/keros/ishp.m%
makes one cross section on the screen:
xsec.m, xsec4.m,ishp.m all in octprogsmac

/home/campus13/ctyoung/mlpgms/keros/ishp.m

___________________________

to load a mat file:


Loading Files

Likewise, there are many ways to load files into the workspace

To load a saved .mat file, type:

>> load filename
(from
https://en.wikibooks.org/wiki/Octave_Programming_Tutorial/Saving_and_loading_a_M
AT-file#Loading_Files)

( needed to hand load program interp.m from signals package in Downloads)

S-ar putea să vă placă și