Ignore:
Timestamp:
02/11/19 04:14:06 (6 years ago)
Author:
bdef
Message:

CHG: pyhton 3 migration (not opperational yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/py3/classes/qmu/calibration_function.py

    r23677 r23709  
    11import numpy as np
    2 from rlist_write import rlist_write
     2from rlist_write import *
     3from MatlabArray import *
    34
    45class calibration_function(object):
     
    7071                string += '         scale: '+str(self.scale) + '\n'
    7172                string += '        weight: '+str(self.weight) + '\n'
    72 
    7373                return string
    7474
    7575        # from here on, cf is either a single, or a 1d vector of, calibration_function
    76 
    7776        @staticmethod
    7877        def prop_desc(cf,dstr):
     
    9695
    9796                desc = allempty(desc)
    98 
    9997                return desc
    10098
Note: See TracChangeset for help on using the changeset viewer.