Index: trunk/ppSim/src/ppSimSaturate.c
===================================================================
--- trunk/ppSim/src/ppSimSaturate.c	(revision 14463)
+++ trunk/ppSim/src/ppSimSaturate.c	(revision 14657)
@@ -2,10 +2,12 @@
 
 // Apply saturation limit to image
-bool ppSimSaturate(psImage *image, // Image to apply saturation
-		   const pmConfig *config,		       
-		   const pmCell *cell // Saturation level
+bool ppSimSaturate(pmReadout *readout, // Image to apply saturation
+		   const pmConfig *config // configuration data
     )
 {
     bool mdok;
+
+    psImage *image = readout->image;
+    pmCell *cell = readout->parent;
 
     psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe
