ShannonZ
ShannonZ
The following code snippet was adopted from function DoB1Scaling: `function rfGain=DoB1Scaling(PulSeg,dt,ActFA) global VObj; flag=zeros(size(PulSeg)); ind=diff(abs(PulSeg)); flag(find(ind=0)=1; rfGain=((ActFA/180)*pi)/(VObj.Gyro*sum(PulSeg.*flag)*dt);` What's the reason for these operations?
How to embed glumpy plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK+.
**Describe the bug** Is sigpy.mri.poisson designed to support 1D sampling pattern generation? The following code snippet would hangs the function, without any error. ``` mask1 = sigpy.mri.poisson( (256,1), ... )...
ISODELAY time of a simulated RF pulse is needed to make it really useful. **What's I want** sigpy.mri.rf.slr.dzrf() return designed RF pulse and its isodelay.
`ftype (string): type of filter to use: 'ms' (sinc), 'pm' (Parks-McClellan equal-ripple), 'min' (minphase using factored pm), 'max' (maxphase using factored pm), 'ls' (least squares).`
* Compiler Used: MSVC2017 * Operating System: Win10 * Architecture (ARM/x86/32bit/64bit/etc): X64 I have two array: double*x and double *y and want to fit these data to a user-input model....
Steps to reproduce: 1. Clear all digits in NumericUpDown; 2. Type 0.123 Then You will find that only "0" is accepted.
Add CornerLabelFormat() for ScottPlot.Renderable.Axis **Purpose:** Manually define the string format to use for translating exponential part of a number to corner label. https://discord.com/channels/716448886889381919/998069111429013564/1022370316770615357  ```cs double[] dataX = new double[]...
``` pip install http://dl.datoviz.org/v0.1.0-alpha.1/datoviz-0.1.0a1-cp38-cp38-win_amd64.whl Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ``` ERROR: datoviz-0.1.0a1-cp38-cp38-win_amd64.whl is not a supported wheel on this platform. OS: Windows10 X64 python: 3.10.4
I've installed MinGW and `gcc` `g++` `make` commands could run corectly. But after enter the folder and call `make`, lots of errors appear:  How to solve this problem?