Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .cache/v/cache/lastfailed
100644 → 100755
Empty file.
Empty file modified .directory
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Don't push data
Benchmarking/
TestDataset/
packages/

# Don't push older versions
oldversions/
Expand Down Expand Up @@ -71,7 +72,7 @@ PyFRAP.wiki/

# Don't push .zip files
*zip

*.bak



Expand Down
15 changes: 15 additions & 0 deletions 2to3_folder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import os
import glob
import sys

files=glob.glob(sys.argv[1]+'*.py')

for i,f in enumerate(files):

print("%i/%i: Fixing %s"%(i,len(files),f))

cmd="2to3 -w %s"%f
os.system(cmd)



Empty file modified ChangeLog.txt
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified MANIFEST.in
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions PyFRAP.wiki_backup
Submodule PyFRAP.wiki_backup added at 0163cc
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified _config.yml
100644 → 100755
Empty file.
22 changes: 22 additions & 0 deletions build_app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import os
import sys
import platform

print("This system is running", platform.system(), platform.release(), platform.architecture()[0])
arch1=platform.architecture()[0]
arch2=platform.machine()

if platform.system() in ["Darwin"]:
name="pyfrap_"+"OSX_"+platform.mac_ver()[0]+"_"+arch1
os.system("pyinstaller -F -y -n "+ name +" -i logo/pyfdap_icon.icns --windowed pyfdap_app.py")
elif platform.system() in ["Linux"]:
name="pyfrap_"+"Linux_"+platform.release()+"_"+arch1
#os.system("pyinstaller -F -y -n "+ name +" -i logo/pyfdap_icon.ico --windowed pyfdap_app.py")
os.system("pyinstaller -F -y -n "+ name +" --windowed "+sys.argv[1])
elif platform.system() in ["Windows"]:
name="pyfdap_"+"Win_"+platform.release()+"_"+arch1
if arch1=="64bit":
os.system("pyinstaller -F -y -i logo/pyfdap_icon.ico -n" + name +" pyfdap_app.py")
else:
os.system("pyinstaller -F -y -i logo/pyfdap_icon.ico -n" + name +" pyfdap_app_win32build.py")

Empty file modified docs/Makefile
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_ROI/plotSimConcProfile.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_fit/fit.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/ball.eps
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_geometry/ball.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/boundaryLayerField_geometry.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/boundaryLayerField_mesh.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/cone.eps
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_geometry/cone.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/cylinder.eps
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_geometry/cylinder.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/cylinderquad.eps
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_geometry/cylinderquad.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/dome.eps
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_geometry/dome.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_geometry/domequad.eps
100644 → 100755
Empty file.
Empty file modified docs/imgs/pyfrp_geometry/domequad.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addBallByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addCircleByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addCuboidByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addCylinderByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addPolygonByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addPrismByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addRectangleByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/addSquareByParameters.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/approxBySpline1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/approxBySpline2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/arc.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/arc.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/boundaryLayerField_geometry.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/boundaryLayerField_mesh.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/thresholdField.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/imgs/pyfrp_gmsh_geometry/thresholdField.svg
100644 → 100755
Empty file modified docs/imgs/pyfrp_gui_vtk/vtkSimVisualizer.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_gui_vtk/vtkSimVisualizerCutter.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_idx_module/neighbours3D.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_img_module/genFakeIC.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_img_module/genFakeSigmoidIC.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_img_module/plotRadialHist.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_img_module/plotRadialProfile.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_mesh/density_plot.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_mesh/plotCellCenters.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_plot_module/makeSubplot.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_sim_module/sigmoidFct.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_simulation/ICcompare.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_simulation/ICstack.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_simulation/showIC.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_simulation/showICimg.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_simulation/showInterpolatedIC.png
100644 → 100755
Empty file modified docs/imgs/pyfrp_simulation/showInterpolatedICimg.png
100644 → 100755
Empty file modified docs/make.bat
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions docs/source/conf.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
'scipy','scipy.optimize','scipy.interpolate','scipy.ndimage','scipy.ndimage.interpolation',
#Matplotlib (and all submodules)
'matplotlib', 'matplotlib.pyplot','matplotlib.axes','mpl_toolkits','mpl_toolkits.mplot3d','matplotlib.collections',
'matplotlib.patches','matplotlib.tri','matplotlib.backends','matplotlib.backends.backend_qt4agg',
'matplotlib.bakends.backend_qt4agg.FigureCanvasQTAgg','matplotlib.backends.backend_qt4agg.FigureCanvas',
'matplotlib.patches','matplotlib.tri','matplotlib.backends','matplotlib.backends.backend_qt5agg',
'matplotlib.bakends.backend_qt5agg.FigureCanvasQTAgg','matplotlib.backends.backend_qt5agg.FigureCanvas',
'matplotlib.figure','mpl_toolkits.mplot3d.art3d',
#Skimage
'skimage','skimage.io','skimage.morphology','scipy.signal','skimage.measure','skimage.filters',
#PyQT
'PyQt4','PyQt4.QtGui','PyQt4.QtCore',
'PyQt5','PyQt5.QtGui','PyQt5.QtCore',
#MeshIO
'meshio',
#VTK
Expand Down
Empty file modified docs/source/index.rst
100644 → 100755
Empty file.
Empty file modified docs/source/modules.rst
100644 → 100755
Empty file.
Empty file modified docs/source/pyfrp.gui.rst
100644 → 100755
Empty file.
Empty file modified docs/source/pyfrp.modules.rst
100644 → 100755
Empty file.
Empty file modified docs/source/pyfrp.rst
100644 → 100755
Empty file.
Empty file modified docs/source/pyfrp.subclasses.rst
100644 → 100755
Empty file.
Empty file modified docs/source/setup.rst
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/attractorMesh.py
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/bleachedBL.py
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/createCircularGeometry.py
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/createCylinderGeometry.py
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/mergedROIMesh.py
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/sliceBL.py
100644 → 100755
Empty file.
Empty file modified examples/geometryAndMeshing/test.eps
100644 → 100755
Empty file.
Empty file modified examples/scripting/demo.geo
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions examples/scripting/simpleAnalysis.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
stopTime=time.time()

# Print time it took
print "Analysis done in ", stopTime-starTime , " seconds."
print("Analysis done in ", stopTime-starTime , " seconds.")

try:
emb.save(sys.argv[2])
except IndexError:
print "Did not save embryo, no output given."
print("Did not save embryo, no output given.")

raw_input()
input()
Empty file modified examples/visualization/visualizeMesh.py
100644 → 100755
Empty file.
Empty file modified examples/visualization/visualizeSimulation.py
100644 → 100755
Empty file.
26 changes: 13 additions & 13 deletions install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
sudo apt-get install -y git
sudo apt-get install default-jdk
sudo apt-get install default-jre
sudo apt-get install -y python-numpy
sudo apt-get install -y python-scipy
sudo apt-get install -y python-matplotlib
sudo apt-get install -y python-qt4
sudo apt-get install -y python-skimage
sudo apt-get install -y python-vtk
sudo apt-get install -y python3-numpy
sudo apt-get install -y python3-scipy
sudo apt-get install -y python3-matplotlib
sudo apt-get install -y python3-pyqt5
sudo apt-get install -y python3-skimage
sudo apt-get install -y python3-vtk

# Install everything that is in pip
sudo pip install fipy
sudo pip install solidpython
sudo pip install numpy-stl
sudo pip install wget
sudo pip install python-bioformats
sudo pip3 install fipy
sudo pip3 install solidpython
sudo pip3 install numpy-stl
sudo pip3 install wget
sudo pip3 install python-bioformats

# Install openscad
sudo apt-get install openscad

# Clone PyFRAP and install
cd PyFRAP-master
sudo python setup.py install
# cd PyFRAP-master
# sudo python setup.py install



Expand Down
Empty file modified install_linux_new.sh
100644 → 100755
Empty file.
Empty file modified install_win.bat
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
66 changes: 66 additions & 0 deletions notebooks/.ipynb_checkpoints/analyse_embryo-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[33mWARNING (<module>): \u001b[39mCannot import bioformats\n"
]
},
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'vtk'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-93acdc2ba790>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;32m~/anaconda3/lib/python3.7/site-packages/pyfrp/__init__.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 19\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 20\u001b[0m \u001b[0;31m#Basic PyFRAP modules\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 21\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mmodules\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 22\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 23\u001b[0m \u001b[0;31m#PyFRAP classes\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/anaconda3/lib/python3.7/site-packages/pyfrp/modules/__init__.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 20\u001b[0m \u001b[0;31m#Basic PyFRAP modules\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 21\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_term_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 22\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_IO_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 23\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_misc_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 24\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_plot_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/anaconda3/lib/python3.7/site-packages/pyfrp/modules/pyfrp_IO_module.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 43\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 44\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0mpyfrp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmodules\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_misc_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 45\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mpyfrp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmodules\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_gmsh_IO_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 46\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0mpyfrp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmodules\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpyfrp_term_module\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 47\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/anaconda3/lib/python3.7/site-packages/pyfrp/modules/pyfrp_gmsh_IO_module.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 47\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 48\u001b[0m \u001b[0;31m#PyFRAP Modules\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 49\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_gmsh_geometry\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 50\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_misc_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 51\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_gmsh_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/anaconda3/lib/python3.7/site-packages/pyfrp/modules/pyfrp_gmsh_geometry.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 64\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_geometry_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 65\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_IO_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 66\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpyfrp_vtk_module\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 67\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 68\u001b[0m \u001b[0;31m#Matplotlib\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m~/anaconda3/lib/python3.7/site-packages/pyfrp/modules/pyfrp_vtk_module.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 41\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 42\u001b[0m \u001b[0;31m#Plotting\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 43\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mvtk\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 44\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 45\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'vtk'"
]
}
],
"source": [
"import pyfrp"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
6 changes: 6 additions & 0 deletions notebooks/Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
58 changes: 58 additions & 0 deletions notebooks/analyse_embryo.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"import pyfrp"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"in_dir='../TestDataset/embryo/sqtGFP_20170609_01/recover/'"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"nation"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
33 changes: 33 additions & 0 deletions pyfdap_Linux_5.0.0-29-generic_64bit.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# -*- mode: python ; coding: utf-8 -*-

block_cipher = None


a = Analysis(['pyfrp/PyFRAP.py'],
pathex=['/home/alexander/Dropbox/Alex/Documents/Research/PyFRAP'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='pyfdap_Linux_5.0.0-29-generic_64bit',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False )
Loading