Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 19109)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 19113)
@@ -144,4 +144,7 @@
     &my_die("Couldn't find input file: $mask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($mask);
 
+    # Astrometry file: astrometry is done at the camera stage, and always results in a MEF file
+    # XXX allow an option to use the image header astrometry?
+    my $astrom = $ipprc->filename($astromSource, $imfile->{cam_path_base});
     my $astrom = $ipprc->filename($astromSource, $imfile->{cam_path_base});
 
