- Added an autoamtic window calculation routine for RITA

This commit is contained in:
koennecke
2009-08-13 07:29:25 +00:00
parent cb296cb390
commit b3e425b965
7 changed files with 229 additions and 18 deletions

14
autowin.h Normal file
View 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_*/