Go to the documentation of this file.00001
00002 """
00003 Created on Fri Feb 03 18:12:26 2012
00004
00005 @author: K. Sreelash
00006 @website: www.ambhas.com
00007 @email: satkumartomer@gmail.com
00008 """
00009
00010
00011 from __future__ import division
00012 import numpy as np
00013 from ambhas.xls import xlsread
00014
00015
00016
00017
00018 infile_name = 'D:/svn/ambhas/examples/input_stics.xls'
00019
00020
00021
00022 xls_file = xlsread(infile_name)
00023
00024
00025 argis = xls_file.get_cells('B2', 'soil_par')
00026 norgs = xls_file.get_cells('C2', 'soil_par')
00027
00028
00029
00030