Index: /trunk/ippconfig/megacam/format_split.config
===================================================================
--- /trunk/ippconfig/megacam/format_split.config	(revision 7585)
+++ /trunk/ippconfig/megacam/format_split.config	(revision 7586)
@@ -13,5 +13,5 @@
 	FPA.NAME	STR	EXPNUM	# A PHU keyword for the FPA name
 	CHIP.NAME	STR	EXTNAME	# A PHU keyword for the chip name
-	CONTENT		STR	EXTNAME	# A PHU keyword to index the CONTENTS menu; required because EXT=NONE
+	CONTENT		STR	{CHIP.NAME} # A string to index the CONTENTS menu; required because EXT=NONE
 END
 
Index: /trunk/ippconfig/megacam/format_split_mask.config
===================================================================
--- /trunk/ippconfig/megacam/format_split_mask.config	(revision 7585)
+++ /trunk/ippconfig/megacam/format_split_mask.config	(revision 7586)
@@ -14,5 +14,5 @@
 	FPA.NAME	STR	FILENAME # A PHU keyword for the FPA name
 	CHIP.NAME	STR	EXTNAME	 # A PHU keyword for the chip name
-	CONTENT		STR	EXTNAME	 # A PHU keyword to index the CONTENTS menu; required because EXT=NONE
+	CONTENT		STR	{CHIP.NAME} # A string to index the CONTENTS menu; required because EXT=NONE
 END
 
Index: /trunk/ippconfig/megacam_detrended/format_split.config
===================================================================
--- /trunk/ippconfig/megacam_detrended/format_split.config	(revision 7585)
+++ /trunk/ippconfig/megacam_detrended/format_split.config	(revision 7586)
@@ -15,5 +15,5 @@
 	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
 	CHIP.NAME	STR	EXTNAME	# An extension keyword for unique identifier
-	CONTENT		STR	EXTNAME	# A PHU keyword to index the CONTENTS menu; required because EXT=NONE
+	CONTENT		STR	{CHIP.NAME} # A string to index the CONTENTS menu; required because EXT=NONE
 END
 
