Michael Huth

Results 78 comments of Michael Huth

Ok, but this is only one example of a more general problem as it also applies to all threadsafe functions that use caching and are used in a preemptive thread....

For all data: NWB_ExportAllData if user loaded an (old) pxp and exports all data to nwb Per sweep: SWS_SaveAcquiredData through NWB_AppendSweepDuringDAQ Add device name as suffix in filename

@t-b Here is a table with the settable IPA options: ```igorpro CCMode // Sets headstage to Current Clamp VCMode // Sets headstage to Voltage Clamp IHold // Sets the holding...

| Control |MCC func const or AIMCC_* function| Sutter ID | Sutter Comment | | ------------------------------- | ------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Radio_ClampMode_1 | AIMCC_SetClampMode | CCMode |...

Idea how to get times precisely: - Save time whenever a DAQ starts in a global from GetISO8601TimeStamp - adapt ED_MarkSweepStart to use this time - calculate TP time with...

- For ITC determine starttime in TFH_FifoLoop on acq start and return always fifopos and time together on readout update in mainthread global, tgId is per device - drop tpInput.readTimestamp...

@timjarsky Here is a first version to play with: The new mode is called "sweepgroup". For this mode avg requires as first argument an array of at least two selections....

@timjarsky I made a change such that any dataset type elements for the first argument are accepted. For your sketched case the last line must be changed to `avg([apfrequency($datA), apfrequency($datB)],...

@timjarsky I made a change such that meta data like the sweep numbers is transferred from the first group in the array to the average result: The distribution on the...

> @MichaelHuth this question is tangental to this PR. I expect the following three code snippets to return the same thing, but one doesn't. Am I misunderstanding what the "intersection"...