This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| P-Type | |
| Field in mT = 149.5 | |
| Error field in mR = 2.99 | |
| 13.94 | |
| 12.00 | |
| 9.97 | |
| 7.98 | |
| 6.04 | |
| 3.99 | |
| 2.00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 19.2 | |
| 16.5 | |
| 13.7 | |
| 11.0 | |
| 8.3 | |
| 5.5 | |
| 2.7 | |
| 0.0 | |
| -2.8 | |
| -5.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| P-Type | |
| Field in mT = 156.15 | |
| Error field in mR = 2.99 | |
| Delta= 1.5 | |
| 13.94 | |
| 12.00 | |
| 9.97 | |
| 7.98 | |
| 6.04 | |
| 3.99 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.*; | |
| import java.util.*; | |
| public class Hall{ | |
| public static void main (String[] args) throws IOException { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /***** | |
| PlotUtil.java | |
| This is a utility for data analysis | |
| A helper utility for analysing data. | |
| Composed entirely of static methods. | |
| Copyright (C) 2013 Magdalen Berns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.BufferedReader; | |
| import java.io.FileReader; | |
| import java.io.IOException; | |
| import java.io.PrintWriter; | |
| import java.util.Scanner; | |
| public class Analyser { | |
| public static void main(String[] args) throws IOException { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.BufferedReader; | |
| import java.io.FileReader; | |
| import java.io.IOException; | |
| import java.io.PrintWriter; | |
| import java.util.Scanner; | |
| public class Analyser { | |
| public static void main(String[] args) throws IOException { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # removal.sh | |
| # ============= | |
| # Copyright (C) 2013 Magdalen Berns | |
| # A simple but useful bash script to get rid of annoying files with a single command. | |
| # just be careful not to delete things you want to keep! | |
| # | |
| # This script is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| AverageData.java | |
| ============= | |
| This is a program to help with data analysis. | |
| You can open a one column array and average all the data points. | |
| File must be in the format where the first line gives its length | |
| eg. | |
| length = 30 | |
| x_1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: python -*- | |
| # -*- coding: utf-8 -*- | |
| moduleset = 'gnome-apps-3.10' | |
| modules = ['meta-gnome-core'] | |
| # what directory should the source be checked out to? | |
| checkoutroot = '/home/magpie/gnome/checkout' | |
| # the prefix to configure/install modules to |