-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove headers from individual modules
- Loading branch information
Justin Kitzes
committed
Apr 26, 2013
1 parent
f560000
commit 288e5bb
Showing
9 changed files
with
0 additions
and
76 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,15 +52,6 @@ | |
import time | ||
import logging | ||
|
||
__author__ = "Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of University of California" | ||
__credits__ = "John Harte" | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
|
||
class CompareDistribution(object): | ||
''' | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,14 +114,6 @@ | |
|
||
doc_inherit = DocInherit | ||
|
||
__author__ = "Justin Kitzes and Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of the University of California" | ||
__credits__ = ["John Harte"] | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Justin Kitzes and Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
# TODO: Add truncated log-normal? | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,15 +32,6 @@ | |
from copy import deepcopy | ||
from data import DataTable | ||
|
||
__author__ = "Justin Kitzes" | ||
__copyright__ = "Copyright 2012, Regents of the University of California" | ||
__credits__ = ["John Harte"] | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Justin Kitzes" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
|
||
class Patch: | ||
''' | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,6 @@ | |
import os | ||
import shutil | ||
|
||
__author__ = "Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of the University of California" | ||
__license__ = None | ||
__version__ = "0.5" | ||
__maintainer__ = "Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
readme_info_plots =\ | ||
''' | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,6 @@ | |
import itertools | ||
import logging | ||
|
||
__author__ = "Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of University of California" | ||
__credits__ = "John Harte" | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
#Formatting functions | ||
def get_metadata(asklist, folder_name, dataname): | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,6 @@ | |
from numpy.lib.recfunctions import drop_fields | ||
import csv | ||
|
||
__author__ = "Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of University of California" | ||
__credits__ = "John Harte" | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
class Columnar_Data: | ||
''' | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,6 @@ | |
import sys | ||
|
||
|
||
__author__ = "Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of University of California" | ||
__credits__ = "John Harte" | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
#The user may want to make minimal metadata for multiple files | ||
if len(sys.argv) == 1: | ||
print "No data files included. Minimal metadata not made" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,6 @@ | |
sub = ET.SubElement | ||
|
||
|
||
__author__ = "Mark Wilber" | ||
__copyright__ = "Copyright 2012, Regents of University of California" | ||
__credits__ = "John Harte" | ||
__license__ = None | ||
__version__ = "0.1" | ||
__maintainer__ = "Mark Wilber" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
|
||
class MetaWriter: | ||
''' | ||
Writes a metadata file based on the given filename and user input | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,6 @@ class is called with one argument, required_params, and the surrounding script | |
import matplotlib.pyplot as plt | ||
from macroeco.data import Metadata | ||
|
||
__author__ = "Chloe Lewis" | ||
__copyright__ = "Copyright 2012, Regents of the University of California" | ||
__credits__ = [] | ||
__license__ = None | ||
__version__ = "0.5" | ||
__maintainer__ = "Chloe Lewis" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
paramfile = 'parameters.xml' # Parameter file found in output dir | ||
logfile = 'logfile.txt' # Logfile to save in output dir | ||
|