- Timestamp:
- 02/11/19 04:14:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/py3/classes/qmu/calibration_function.py
r23677 r23709 1 1 import numpy as np 2 from rlist_write import rlist_write 2 from rlist_write import * 3 from MatlabArray import * 3 4 4 5 class calibration_function(object): … … 70 71 string += ' scale: '+str(self.scale) + '\n' 71 72 string += ' weight: '+str(self.weight) + '\n' 72 73 73 return string 74 74 75 75 # from here on, cf is either a single, or a 1d vector of, calibration_function 76 77 76 @staticmethod 78 77 def prop_desc(cf,dstr): … … 96 95 97 96 desc = allempty(desc) 98 99 97 return desc 100 98
Note:
See TracChangeset
for help on using the changeset viewer.