GelQuest Project File Structure
Previous Top Next


Data structure for RawData and ProcData:
  +-- Data derived from trace files (FSA, SCF, etc.):
    +-- BitMapLaneCount = 0
    +-- Mean Value of BitmapLanes
  +-- Data derived from image import (several parallel pixel lanes are extracted):
    +-- BitMapLaneCount = 11
    +-- Mean Value of BitmapLanes | BitmapLane1 | BitmapLane2 |  BitmapLane3 | ...

Example-Dataset Trace-Extraction
from a Bitmap with
Height          = 700
BitMapLaneCount = 7 (±3 from center lane)

   0 ..  699 = mean values calculated from lanes #1 to #7
 700 .. 1399 = Lane #1
1400 .. 2099 = Lane #2
2100 .. 2799 = Lane #3
2800 .. 3499 = Lane #4 <-- center lane
3500 .. 4099 = Lane #5
4100 .. 4799 = Lane #6
4800 .. 5399 = Lane #7

Processed data are by the factor 'offset' shorter than raw data.


--------------------------------------------
Example with 5 parallels => 6 trace lanes
--------------------------------------------
1.    1 x mean value lane
2.   -2 px                          
3.   -1 px
4.    0 px central pixel lane
5.   +1 px
6.   +2 px
--------------------------------------------