Index: trunk/Ohana/src/imregister/include/detrend.h
===================================================================
--- trunk/Ohana/src/imregister/include/detrend.h	(revision 28)
+++ trunk/Ohana/src/imregister/include/detrend.h	(revision 77)
@@ -39,4 +39,5 @@
   int Delete;
   int Modify;
+  int Altpath;
   int ElixirSmart;
   int TimeMode;
@@ -44,4 +45,5 @@
   int Close;
   int Criteria;
+  int Chipname;
 
   char *ModifyEntry, *ModifyValue;
@@ -58,13 +60,4 @@
 
 # define DEBUG 0
-
-# define NTYPE 11
-enum {T_NONE, T_OBJECT, T_DARK, T_BIAS, T_FLAT, T_MASK, T_FRINGE, T_SCATTER, T_MODES, T_FRINGEPTS, T_ANY};
-static char typename[NTYPE][32] = {"none", "object", "dark", "bias", "flat", "mask", "fringe", "scatter", "modes", "frpts", "any"};
-static char typecode[NTYPE]     = {'x',    'o',      'd',    'b',    'f',    'm',    'r',      's',       'M',     'F'};
-
-# define NMODE 7
-enum {M_NONE, M_MEF, M_SPLIT, M_SINGLE, M_CUBE, M_SLICE, M_MODES};
-static char modename[NMODE][32] = {"none", "MEF", "SPLIT", "SINGLE", "CUBE", "SLICE", "MODES"};
 
 char **RecipeType;
