Skip to content

Commit 9664350

Browse files
author
Artur Glavic
committed
Remove unused files, change install/uninstall scripts.
1 parent d294b33 commit 9664350

File tree

15 files changed

+34
-11
lines changed

15 files changed

+34
-11
lines changed

deb_control

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Source: plot-script
2+
Section: scientific
3+
Priority: extra
4+
Maintainer: Artur Glavic <[email protected]>
5+
XS-Python-Version: >=2.4
6+
Standards-Version: 3.8.1
7+
8+
Package: plot-script
9+
Architecture: all
10+
Homepage: http://atzes.homeip.net/plotwiki
11+
XB-Python-Version: >=2.4
12+
Depends: python (>=2.4), gnuplot (>=4.2), python-numpy (>=1.0), python-scipy (>=0.7),python-gtk2 (>=2.0), python-gobject (>=2.0), gcc
13+
Description: Program to plot measured data with Gnuplot.
14+
Provides a GUI interface, fitting and some other useful functionalities. Supported file types are 4circle (.spec)/MPMS,PPMS (.dat/.raw)/reflectometer (.UXD)/TREFF/IN12/DNS and can be widened with plugins.

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# with a directory in the system path
55

66

7-
DIR=$( pwd )
7+
DIR=$( pwd )/scripts
88
INSTALL=${1:-/usr/bin}
99

1010
if [ $INSTALL = /usr/bin ]

p4d.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

prd.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

psd.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/dnsplot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
plot.py dns $*

scripts/p4d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
plot.py 4circle $*

scripts/pin12

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
plot.py in12 $*

scripts/plot_4circle_data

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
plot.py 4circle -scp $*

scripts/plot_SQUID_data

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
plot.py squid -scp $*

0 commit comments

Comments
 (0)