{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Horizon" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Script done in collaboration with Jean Spezia.\n", "\n", "\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [], "source": [ "import os\n", "import numpy as np\n", "import MotionClouds as mc\n", "fx, fy, ft = mc.get_grids(mc.N_X, mc.N_Y, mc.N_frame)\n", "seed = 1234\n", "size = 5\n", "N_X, N_Y, N_frame = 2**size, 2**size, 128\n", "\n", "mc.figpath = '../files/2015-02-19_horizon'\n", "if not(os.path.isdir(mc.figpath)): os.mkdir(mc.figpath)" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false }, "outputs": [], "source": [ "fx, fy, ft = mc.get_grids(N_X, N_Y, N_frame)" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "\n", "
Software | Version |
---|---|
Python | 3.7.1 64bit [Clang 10.0.0 (clang-1000.11.45.5)] |
IPython | 7.1.1 |
OS | Darwin 17.7.0 x86_64 i386 64bit |
numpy | 1.15.4 |
scipy | 1.1.0 |
matplotlib | 3.0.1 |
MotionClouds | 20180606 |
Wed Nov 14 11:15:24 2018 CET |