Luke Campagnola

Results 8 issues of Luke Campagnola

When ViewBox computes the constraints specified by `setLimits()` and `lockAspectRatio()`, there are some corner cases where the two do not interact nicely. In general, the aspect ratio constraint should be...

bug

@Cyrille: This modifies your agg line visual to use a document transform. To demonstrate the flexibility of this, I tossed in a polar transform. The transforms look like this: -...

The changes here are all related to my attempts to achieve more reliable readings from the TCS43725, particularly when dealing with changes in integration time. The initial problem I ran...

The AllenSDK documentation for biophysical models references two example files: > A minimal example (simple_example.tgz) and a multicell example (multicell_example.tgz) are available to download as a starting point for your...

bug

Currently I am accessing GUI elements directly for many these. My ideal API would look like: ``` GetClampState(headstage) Returns: { 'Mode': 'IC'|'VC'|'I=0', 'HoldingPotential': float, 'HoldingPotentialEnable': bool, 'BiasCurrent': float, 'BiasCurrentEnable': bool,...

PatchLink

My ideal API for integrating pressure control: ``` SetPressure(windowName, headstage, source, pressure) source => 'atmosphere', 'regulator', 'user'; may be omitted pressure => sets regulator pressure; may be omitted returns only...

PatchLink

### Short description I have an nVidia prime laptop (GPU + intel graphics). When running `python pyqtgraph/examples/VideoSpeedTest.py` without GPU support enabled, I see a window open, but no contents are...

fixes #3397 to prevent VideoSpeedTest hanging. This adds RawImageGLWidget.canUseOpenGL(), which safely checks for GL support, and disables RawImageGLWidget creation in VideoSpeedTest.py if necessary. This is Large Lying Machine code. I...