Index: branches/eam_branches/ipp-20191011/ippTools/src/addtool.c
===================================================================
--- branches/eam_branches/ipp-20191011/ippTools/src/addtool.c	(revision 40935)
+++ branches/eam_branches/ipp-20191011/ippTools/src/addtool.c	(revision 41170)
@@ -1668,4 +1668,5 @@
   PXOPT_LOOKUP_STR(minidvodb_path, config->args, "-set_minidvodb_path", false, false);
   PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
+ 
 
   if (!psDBTransaction(config->dbh)) {
Index: branches/eam_branches/ipp-20191011/ippTools/src/camtool.c
===================================================================
--- branches/eam_branches/ipp-20191011/ippTools/src/camtool.c	(revision 40935)
+++ branches/eam_branches/ipp-20191011/ippTools/src/camtool.c	(revision 41170)
@@ -524,4 +524,11 @@
     PXOPT_LOOKUP_F32(maskfrac_max_advisory, config->args, "-maskfrac_max_advisory", false, false);
     
+    PXOPT_LOOKUP_F32(ast_r0, config->args, "-ast_r0", false, false);
+    PXOPT_LOOKUP_F32(ast_d0, config->args, "-ast_d0", false, false);
+    PXOPT_LOOKUP_F32(ast_t0, config->args, "-ast_t0", false, false);
+    PXOPT_LOOKUP_F32(ast_s0, config->args, "-ast_s0", false, false);
+    PXOPT_LOOKUP_F32(ast_rs, config->args, "-ast_rs", false, false);
+    PXOPT_LOOKUP_F32(ast_ds, config->args, "-ast_ds", false, false);
+
     // we store actual detection efficiency by adding in zpt_obs
     PXOPT_LOOKUP_F32(deteff_inst, config->args, "-deteff_inst", false, false);
@@ -695,5 +702,12 @@
         quality,
 	background_model,
-        astrom_chips
+        astrom_chips,
+
+        ast_r0,
+        ast_d0,
+        ast_t0,
+        ast_s0,
+        ast_rs,
+        ast_ds
         );
 
Index: branches/eam_branches/ipp-20191011/ippTools/src/camtoolConfig.c
===================================================================
--- branches/eam_branches/ipp-20191011/ippTools/src/camtoolConfig.c	(revision 40935)
+++ branches/eam_branches/ipp-20191011/ippTools/src/camtoolConfig.c	(revision 41170)
@@ -207,4 +207,11 @@
     psMetadataAddS64(addprocessedexpArgs, PS_LIST_TAIL, "-astrom_chips", 0, "chips with successful astrom", 0);
 
+    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-ast_r0", 0,   "define boresite offset in RA", NAN);
+    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-ast_d0", 0,   "define boresite offset in DEC", NAN);
+    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-ast_t0", 0,   "define boresite angle", NAN);
+    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-ast_s0", 0,   "define bosite scale", NAN); 
+    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-ast_rs", 0,   "define bosite scatter in RA", NAN);
+    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-ast_ds", 0,   "define bosite scatter in DEC", NAN);
+
     // -processedexp
     psMetadata *processedexpArgs = psMetadataAlloc();
Index: branches/eam_branches/ipp-20191011/ippTools/src/pxcam.c
===================================================================
--- branches/eam_branches/ipp-20191011/ippTools/src/pxcam.c	(revision 40935)
+++ branches/eam_branches/ipp-20191011/ippTools/src/pxcam.c	(revision 41170)
@@ -186,14 +186,14 @@
                          // Here follows the software version and mask statistics which shouldn't be propagated
                          "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
-                         "NULL",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
+                         "0",
                 note     ? note     : "NULL",
                 (long long)chip_id
Index: branches/eam_branches/ipp-20191011/ippTools/src/stacktool.c
===================================================================
--- branches/eam_branches/ipp-20191011/ippTools/src/stacktool.c	(revision 40935)
+++ branches/eam_branches/ipp-20191011/ippTools/src/stacktool.c	(revision 41170)
@@ -1211,5 +1211,5 @@
     PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "==");
     PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", "LIKE");
-    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "==");
+    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
     PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE");
     PXOPT_COPY_STR(config->args, where, "-state", "stackRun.state", "==");
Index: branches/eam_branches/ipp-20191011/ippTools/src/stacktoolConfig.c
===================================================================
--- branches/eam_branches/ipp-20191011/ippTools/src/stacktoolConfig.c	(revision 40935)
+++ branches/eam_branches/ipp-20191011/ippTools/src/stacktoolConfig.c	(revision 41170)
@@ -207,5 +207,5 @@
     psMetadataAddS64(sumskyfileArgs, PS_LIST_TAIL, "-stack_id", 0,            "search by stack ID", 0);
     psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-tess_id", 0,            "search by tess ID (LIKE comparison)", 0);
-    psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-skycell_id", 0,         "search by skycell ID", 0);
+    psMetadataAddStr(sumskyfileArgs, PS_LIST_TAIL, "-skycell_id", 0,         "search by skycell ID (LIKE comparison)", 0);
 #ifdef notdef
     // These don't work so omit (for now) We probably should create a different mode for this type of search.
