-
能否加下微信:18306676394
-
it would be nice to create faces from a planar sketch by an helical projection.
The idea is to create a set of points from every geometry element in the sketch and interpolate there points by a bsp…
-
I had a pair of images with 12 channels for bspline registration with a combined metric of "AdvancedNormalizedCorrelation" and "TransformBendingEnergyPenalty", but the following error occurred.
it…
-
This has happened to me when extrapolating redward, but in principle this can happen when extrapolating blueward as well.
In `flux_calib.py:fit_zeropoint` the reference spectrum is linearly extrapo…
-
Hi,
Thank you for your nice and useful package. So far your package works with 'bs()'- & 'ns()'-objects from 'splines'-package. However, the package 'splines' was replaced by the package 'splines2'…
-
The following code creates the shape in the picture below:
```
with BuildPart() as mount:
with BuildSketch():
Rectangle((1+16+4)*mm, 20*mm, align=(Align.MIN, Align.CENTER))
with B…
-
In bspline_sub_module.f90, 'many' array temporaries are created.
When compiling with GCC 7.3.0 and the warning flag -Warray-temporaries, most of them intervene in the calls to dintrv, dbvalu, dbknot …
-
#### Describe the bug
I tried elastic net fitting of the GAM model. It returns an Attribution Error that the smoother is None. However, standard fitting works.
```python
import statsmodels.api …
-
Hi, I have registered some images with the following parameter map vector :
```
elsx = sitk.ElastixImageFilter()
pmap = sitk.GetDefaultParameterMap('bspline')
elsx.SetParameterMap(pmap)
```
…
-
**Describe the bug**
r.fillnulls uses text of an error message in English to test if the process failed because of no null cells in the input. The condition looks like this:
```
if "No NULL cel…