Changeset 948


Ignore:
Timestamp:
Apr 27, 2013, 4:58:21 PM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON sparse. added a nice example.

Location:
trunk/UTIL/PYTHON
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/api/api_wrapper.py

    r943 r948  
    11
    22### A. Spiga -- LMD -- 03/07/2011
     3
     4import api
     5import numpy as np
    36
    47def api_onelevel (  path_to_input   = './', \
     
    1720                    onelevel        = 0.020, \
    1821                    nocall          = False ):
    19     import api
    20     import numpy as np
    2122
    2223    if not path_to_output:  path_to_output = path_to_input
     
    3738        onelevel = -99999.
    3839
    39     print input_name, output_name
    40 
    4140    if nocall:     pass
    4241    else:          api.api_main ( path_to_input, input_name, path_to_output, output_name, \
Note: See TracChangeset for help on using the changeset viewer.