Lynkeos
Classes | Enumerations | Variables
MyImageStacker.h File Reference

Definitions of the "stacking" process. More...

#import <Foundation/Foundation.h>
#include "LynkeosProcessing.h"
#include "MyImageList.h"
Include dependency graph for MyImageStacker.h:
This graph shows which files directly or indirectly include this file:

Classes

class  MyImageStackerParameters
 Stacking parameters. More...
 
protocol  <MyImageStackerModeStrategy>
 Strategy for the stacking mode. More...
 
class  MyImageStackerList
 Call param which indicates which list to process. More...
 
class  MyImageStacker
 Stacker class. More...
 

Enumerations

enum  Stack_Mode_t { Stacking_Standard, Stacking_Sigma_Reject, Stacking_Extremum }
 Mode of stacking.
 
enum  PostStack_t { NoPostStack, MeanStack, NormalizeStack }
 Kind of postprocessing after stacking (for calibration frames) More...
 

Variables

NSString *const myImageStackerRef
 Reference string for this process.
 
NSString *const myImageStackerParametersRef
 Reference for reading/setting the stacking parameters.
 

Detailed Description

Definitions of the "stacking" process.