Skip to content

Commit

Permalink
Remove headers from individual modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Kitzes committed Apr 26, 2013
1 parent f560000 commit 288e5bb
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 76 deletions.
9 changes: 0 additions & 9 deletions compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
'''
Expand Down
8 changes: 0 additions & 8 deletions distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
9 changes: 0 additions & 9 deletions empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
'''
Expand Down
7 changes: 0 additions & 7 deletions output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 =\
'''
Expand Down
8 changes: 0 additions & 8 deletions utils/form_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
8 changes: 0 additions & 8 deletions utils/format_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
'''
Expand Down
9 changes: 0 additions & 9 deletions utils/make_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 0 additions & 10 deletions utils/metadata_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions utils/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 288e5bb

Please sign in to comment.