Skip to content

giovanni-angeli/blackpageinterpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Page Interpolation

Scattered Data Interpolation in N-dim space based on Radial Basis Functions

With:

  • a backend using asyncio, tornado, websocket server and
  • a GUI running in Browser (HTML and minimal usage of basic JS)

=========

  1. create a virtualenv
$ export VIRTENV_ROOT=desired-virtenv_root-path
$ mkdir ${VIRTENV_ROOT}
$ virtualenv -p /usr/bin/python3 ${VIRTENV_ROOT}
  1. clone this project in ${PROJECT_ROOT}
$ git clone git@github.com:giovanni-angeli/blackpageinterpolation.git
  1. build Install in edit mode:
$ . ${VIRTENV_ROOT}/bin/activate
$ cd ${PROJECT_ROOT}               
$ pip install -e ./
  1. Run:
$ blackpage &
$ chromium http://127.0.0.1:8000/ &
$ firefox http://127.0.0.1:8000/ &

About

scattered data interpolation in N dim space, with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published