Main Page | Data Structures | File List | Data Fields | Globals

traces16.c File Reference

contains function to write lane straightened image to traces16 file More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "traces16.h"

Defines

#define SWAP_USHORT(Var)   Var = *(unsigned short*)SwapEndian((void*)&Var, sizeof(short))

Functions

void writeTraces16 (PIX *pixGelRaw, char *tracespath, float **PeakPosition, float *NodePosition, struct GelInfo *GelInfo, int Verbose)
 write header information and lane straightened clips to traces16


Detailed Description

contains function to write lane straightened image to traces16 file


Function Documentation

void writeTraces16 PIX *  pixGelRaw,
char *  tracespath,
float **  PeakPosition,
float *  NodePosition,
struct GelInfo GelInfo,
int  Verbose
 

write header information and lane straightened clips to traces16

Parameters:
pixGelRaw 16 bit version of gel image
tracespath path name to destination traces16 file
PeakPosition holds y position of all nodes
NodePosition holds x position of nodes in each zone
GelInfo holds various gel parameters
Verbose turn on text output to screen


Generated on Fri Apr 20 16:43:08 2007 for LaneRuler by  doxygen 1.3.9.1