Dear DutLUG community,
I am excited to announce the presentations for our next DutLUG meeting in September.
Please note that all presentations will be in person, and we will not be recording or live streaming. Additionally, all presentations will be conducted in English.
Stay healthy and see you all soon!
1. Arjan Wiskerke - Event density plots, a more dynamic alternative for histograms.
During evaluation of the results from our cytometer, we used the histograms LabVIEW library. Often, the data turns out to be located in a limited number of bins and only after tweaking the range and bin size parameters, the data is represented nicely. To overcome this problem, I devised a plot in which every point the same number of events and the bin size is different for each point. The value displayed on the y axes is than given by the number of events divided by the size of the bin. It turns out that this approach has great advantages in implementation efficiency and represents the data much better. Figure 1 shows data in the a traditional histogram where all bin sizes are equal, in figure 2, the same data is plotted as a event density plot where data point are closer to each other where the intensity is high and further apart in low intensity regions.
Figure 1 Data plotted in a “traditional” histogram, on the vertical axis is the number of counts in each bin.
Figure 2 Event density plot, each point represents the same number of events. On the vertical axes is the event density.
During my presentation I will elaborate on implementation and the advantages of this type of plot. Furthermore, I will discuss refinements that I implemented.
I am looking forward to present this work and hear your thoughts.
Till then, Arjan Wiskerke
2. Neil Pate - From zero to an actor framework in 1 hour.
This presentation will be a live demonstration of the creation of a simple but robust actor framework in LabVIEW, starting from an empty block diagram. The concepts demonstrated have been successfully used in many customer projects ranging from controlling large telescopes, high speed acquisition and analysis with VST hardware, production line process control and many more.