#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 |
|
write header information and lane straightened clips to traces16
|