/*---------------------------------------------------------------------------- File name : lwjit_class.h Author : Thomas Rogon Created on : May 8 2000 Description : frame classification for lwjitter imaging ---------------------------------------------------------------------------*/ #ifndef _LWJIT_CLASS_H #define _LWJIT_CLASS_H_ /*---------------------------------------------------------------------------- Includes ---------------------------------------------------------------------------*/ #include #include #include "eclipse.h" #include "lwjit_bb.h" #include "lwjit_ini.h" #include "lwjit_engine.h" /*--------------------------------------------------------------------------- Function codes ---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ /** @name lwjit_classification() @param bb Black board @return 0 if OK -1 if not @memo Read the header of the infiles and classify them @doc This function filters out half-cycle frames from the input, and separates the remaining frames into two batches (chop_a and chop_b). The frames are tested for conformance with an abba sequence. */ /*---------------------------------------------------------------------------*/ int lwjit_classification(lwjit_bb *bb); #endif