Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Dec 20, 2023 · ... npts = 100 # number of points in [0,2*pi) range of angles angles = 2 * math.pi / npts * np.arange(npts) E = np.zeros((npts, 3), dtype=np.complex128) H = np ...
Sep 20, 2023 · Python interface to PROJ (cartographic projections and coordinate ... BUG: fix Geod.npts NaN handling by @snowman2 in #1288; MNT: Use pyproject ...
May 29, 2024 · ... npts,n_iter,tunneling, sm). Minimum in x=19 with fun(x)=-15.1216115361 [0 ... (Python 3 only). """ def run(self, fun, x): n_thread = 5 # Caveat: import ...
Dec 20, 2023 · Python Class to compute classic intensity measures for earthquake ... Mandatory trace attributes. tr.stats.delta tr.stats.npts tr.data. If mseed or ...
Oct 9, 2023 · npts = points.GetNumberOfPoints(). nvls = udata.GetNumberOfTuples(). tri = np.zeros((ntri, 3)). x = np.zeros(npts). y = np.zeros(npts). ux = np.zeros(nvls). uy ...
Oct 13, 2023 · interactive import plot, set_data_generator # generator of datasets npts = 501 x = np.linspace(0, 50, npts) datasets = ...
May 31, 2024 · ... (nPts=256) ) def getColorMap(self) -> colormap.ColorMap | None: """ Retrieve ... code-block:: python imageitem.setImage(imagedata.T) or the ...
Aug 11, 2023 · npts=10000 #No of simulation runs x=PERT(1,4,10) x.describe() rx=x._mcpts # shows an array of all the individual simulation results rx. We will also create a ...
May 31, 2024 · nPts: number of points of the file; dtan: dt to be used by OpenSeesPy in the analysis; fact: scale factor to be applied to the record; damp: damping ratio to ...
Jul 14, 2024 · If not manually specified, default values are MINSIZE=200 , MAXSIZE=5000 , NPTS=50 , WARMUP=15 . CPU utilization: htop. In the current implementation, only 1 ...