Index: trunk/ippMonitor/def/rawDetrendExp.d
===================================================================
--- trunk/ippMonitor/def/rawDetrendExp.d	(revision 18193)
+++ trunk/ippMonitor/def/rawDetrendExp.d	(revision 19868)
@@ -5,5 +5,5 @@
 
 # limit this table to non-OBJECT types of images
-WHERE rawExp.exp_type != 'OBJECT'
+WHERE (rawExp.exp_type != 'OBJECT' and rawExp.exp_type != 'LIGHT')
 
 ARGS ARG1 exp_id=$exp_id
