- Added an autoamtic window calculation routine for RITA
This commit is contained in:
14
autowin.h
Normal file
14
autowin.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* This is the calculation of automatic windows for RITA's
|
||||
* monochromatic imaging mode. For more see comment in autowin.c.
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, July 2009
|
||||
*/
|
||||
#ifndef AUTOWIN_H_
|
||||
#define AUTOWIN_H_
|
||||
int MakeRitaWin(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif /*AUTOWIN_H_*/
|
Reference in New Issue
Block a user