You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kstars/kstars/indi/apogee/ApnCamData_CCD4240LS.h

50 lines
1.6 KiB

/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
/////////////////////////////////////////////////////////////
//
// ApnCamData_CCD4240LS.h: Interface file for the CApnCamData_CCD4240LS class.
//
/////////////////////////////////////////////////////////////
#include "ApnCamData.h"
class CApnCamData_CCD4240LS : public CApnCamData
{
public:
CApnCamData_CCD4240LS();
virtual ~CApnCamData_CCD4240LS();
void Initialize();
private:
void set_vpattern();
void set_hpattern_clamp_sixteen();
void set_hpattern_skip_sixteen();
void set_hpattern_roi_sixteen();
void set_hpattern_clamp_twelve();
void set_hpattern_skip_twelve();
void set_hpattern_roi_twelve();
void set_hpattern( APN_HPATTERN_FILE *Pattern,
unsigned short Mask,
unsigned short BinningLimit,
unsigned short RefNumElements,
unsigned short SigNumElements,
unsigned short BinNumElements[],
unsigned short RefPatternData[],
unsigned short SigPatternData[],
unsigned short BinPatternData[][APN_MAX_PATTERN_ENTRIES] );
};