Index: /trunk/ippconfig/recipes/pswarp.config
===================================================================
--- /trunk/ippconfig/recipes/pswarp.config	(revision 12777)
+++ /trunk/ippconfig/recipes/pswarp.config	(revision 12778)
@@ -1,4 +1,9 @@
+### Recipe for pswarp
 
-GRID.NX S32 128
-GRID.NY S32 128
-INTERPOLATION.MODE STR BILINEAR
+GRID.NX			S32	128		# Iso-astrom grid size in x (pixels)
+GRID.NY			S32	128		# Iso-astrom grid size in y (pixels)
+INTERPOLATION.MODE	STR	LANCZOS3	# Interpolation mode to use
+MASK.IN			U8	0		# Mask for input data
+MASK.POOR		U8	0x40		# Mask for "poor" warped data
+MASK.BAD		U8	0x80		# Mask for bad warped data
+POOR.FRAC		F32	0.01		# Max fraction of bad flux for a "poor" warped pixel
