Index: trunk/psastro/src/psastroParseCamera.c
===================================================================
--- trunk/psastro/src/psastroParseCamera.c	(revision 7014)
+++ trunk/psastro/src/psastroParseCamera.c	(revision 7084)
@@ -28,5 +28,5 @@
     // Chip selection: turn on only the chips specified
     char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 
-    psArray *chips = psStringSplitArray (chipLine, ",");
+    psArray *chips = psStringSplitArray (chipLine, ",", false);
     if (chips->n > 0) {
 	pmFPASelectChip (input->fpa, -1, true); // deselect all chips
