Tips
From Liebel-lab
Contents |
LabView Developer Tips&Tricks
Fish Images Scripts V1.1.exe
- This program convert a table of fish cell fluorescence intensity from *.txt file into the *.xls file (Excel) intensity table and intensity charts.
- Input:
- Table of fish cell fluorescence intensity: area.txt
-
- Result:
- area.xlc
- Spreadsheet table
-
- Charts tables
-
- Software Requirements
- Application Software: LabVIEW Professional Development System V8.6.1 or or higher
- Language(s): LabVIEW
- Author: Eduard Gursky (eduard.gursky@kit.edu)
Fish Images Analysis V1.4_extended-focus.vi
- This program demonstrates how to convert a table of fish cell fluorescence intensity in the intensity plots.
- Program inputs:
- 1. txt file: table of fish cell fluorescence intensity
- 2. Tray type: 96 or 384 wells
- 3. As an option, there is a way to save the result as a picture in JPEG file
- Result: intensity diagrams.
- Software Requirements
- Application Software: LabVIEW Professional Development System V8.6.1 or or higher
- Language(s): LabVIEW
- Author: Eduard Gursky (eduard.gursky@kit.edu)
ubuntu automated updates (not only security updates)
- open a terimnal window (applications->acessories->terminal)
- type "sudo gedit /etc/crontab"
- copy the following line at the end of your /etc/crontab file. It automatically updates your ubuntu at 12:00 every day.
0 12 * * * root (PATH=/usr/sbin:/usr/bin:/sbin:/bin && apt-get update && apt-get upgrade -y) > /dev/null 2>&1
High Content Screening data server
We use several N5200 RAID (thecus.com) as a group collaboration server and several N5200 for High Content Screening data storage.
Info for the rest of us:
- Simple web-interface for user settings.
- 8 of these raids have been tested 24/7 in our lab for 16 month. no problems at all.
- cost ~1500€ for the 5x 1 TByte discs (= 4 TByte data storage in fail-safe RAID5 mode).
- built in backup system (1 raid for data analysis - a second (in the basement) for long term storage)
- Our configuration: Several raids and several image processing machines connected to the same powerful 24 port Gigabit/s switch...
For geeks: Easy RAID
- Five-bay hot swappable network attached storage.
- Enhanced system performance with Ultra-Low voltage Intel® Celeron® M
- Processor for storage computing with 30% energy saving.
- RAID 0, 1, 5, 6, 10 and JBOD support - RAID Migration, RAID Expansion.
- Built-in 4 port Gigabit switch with IP sharing (N5200 RouStorTM).
- 802.3ad based load balancing and failover (N5200).


