~wecacuee/mrol/mrol-dev

« back to all changes in this revision

Viewing changes to mrol_mapping/visualiser/dispxyz.py

  • Committer: Nick Hillier
  • Date: 2011-06-06 23:29:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: nick.hillier@csiro.au-20110606232953-hdhm84wmk915np2u
Added license and column tracking option to pointcloud load. Fixed cython compile script for calls outside the host directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/python
2
 
"""Displays the points in an xyz file the name of which is supplied on the 
 
2
'''Displays the points in an xyz file the name of which is supplied on the 
3
3
command line. The file should have a format like
4
4
0 0 0
5
5
0.2 1 0.2
9
9
mayavi2 python-scipy and maybe others
10
10
 
11
11
Author: Julian Ryde
12
 
"""
 
12
'''
 
13
#Copyright 2010-2011, Julian Ryde and Nicholas Hillier.
 
14
#
 
15
#This program is distributed in the hope that it will be useful,
 
16
#but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
#GNU Lesser General Public License for more details.
 
19
#
 
20
#You should have received a copy of the GNU Lesser General Public License
 
21
#along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
 
13
23
 
14
24
import os
15
25
import time