Index: /trunk/Ohana/src/imregister/detrend/output.c
===================================================================
--- /trunk/Ohana/src/imregister/detrend/output.c	(revision 94)
+++ /trunk/Ohana/src/imregister/detrend/output.c	(revision 95)
@@ -104,6 +104,6 @@
   fits_modify (&theader, "TNULL8",  "%s", 1, "NULL");  /* CCDINFO    */
   fits_modify (&theader, "TNULL9",  "%s", 1, "NULL");  /* MODE       */
-  fits_modify (&theader, "TNULL10", "%s", 1, "-1");    /* VERSION    */
-  fits_modify (&theader, "TNULL11", "%s", 1, "-1");    /* ORDER      */
+  fits_modify (&theader, "TNULL10", "%s", 1, "-100");  /* VERSION    */
+  fits_modify (&theader, "TNULL11", "%s", 1, "-100");  /* ORDER      */
   fits_modify (&theader, "TNULL12", "%s", 1, "NULL");  /* LABEL      */
   fits_modify (&theader, "TNULL13", "%s", 1, "NULL");  /* PATH       */
@@ -118,6 +118,6 @@
   fits_modify (&theader, "TNVAL8",  "%s", 1, "NA");    /* CCDINFO    */
   fits_modify (&theader, "TNVAL9",  "%s", 1, "NA");    /* MODE       */
-  fits_modify (&theader, "TNVAL10",  "%s", 1, "-2");    /* VERSION    */
-  fits_modify (&theader, "TNVAL11", "%s", 1, "-2");    /* ORDER      */
+  fits_modify (&theader, "TNVAL10", "%s", 1, "-200");  /* VERSION    */
+  fits_modify (&theader, "TNVAL11", "%s", 1, "-200");  /* ORDER      */
   fits_modify (&theader, "TNVAL12", "%s", 1, "NA");    /* LABEL      */
   fits_modify (&theader, "TNVAL13", "%s", 1, "NA");    /* PATH       */
