Index: trunk/ippTools/share/difftool_inputskyfile.sql
===================================================================
--- trunk/ippTools/share/difftool_inputskyfile.sql	(revision 23430)
+++ trunk/ippTools/share/difftool_inputskyfile.sql	(revision 23437)
@@ -9,4 +9,5 @@
         warpSkyfile.uri,
         warpSkyfile.path_base,
+        warpSkyfile.magicked as magicked,
         0 as template,
         rawExp.camera
@@ -47,4 +48,5 @@
         warpSkyfile.uri,
         warpSkyfile.path_base,
+        warpSkyfile.magicked as magicked,
         1 as template,
         rawExp.camera
@@ -85,4 +87,5 @@
         stackSumSkyfile.uri,
         stackSumSkyfile.path_base,
+        0 as magicked,
         0 as template,
         rawExp.camera
@@ -117,4 +120,5 @@
         stackSumSkyfile.uri,
         stackSumSkyfile.path_base,
+        0 as magicked,
         1 as template,
         rawExp.camera
