Revision 38 as of 2010-09-27 00:53:14

Clear message

# # Writes to: # DBTestM.csv # CalcList.csv # MultList.txt # MultSummary.txt

import os,sys from Tkinter import * from string import * from Permute import *

class FileCombo(Frame):

# This creates two internal lists from DBTestM.csv. Species is # all of the species detected and Sites is all of the sites read.

#This def takes the observation data that has been cleaned and put #into DBTestM.csv and combines each specie and sub-specie with the #data from CDMS (Intensity, Smu2 and Einsteins A. Puts data into # CalcList.csv.

#This def is created by DBA.py and reads CalcList.csv #and then identifies all species that have 3 or more #lines in a site.It writes these in MultList.txt and #summarizes the data in MultSummary.txt #Species is entered at tests are reported.

if name == 'main':

Unable to edit the page? See the FrontPage for instructions.