Changeset 19868
- Timestamp:
- Oct 2, 2008, 11:04:44 AM (18 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 2 edited
-
rawDetrendExp.d (modified) (1 diff)
-
rawScienceExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/rawDetrendExp.d
r18193 r19868 5 5 6 6 # limit this table to non-OBJECT types of images 7 WHERE rawExp.exp_type != 'OBJECT'7 WHERE (rawExp.exp_type != 'OBJECT' and rawExp.exp_type != 'LIGHT') 8 8 9 9 ARGS ARG1 exp_id=$exp_id -
trunk/ippMonitor/def/rawScienceExp.d
r19808 r19868 5 5 6 6 # limit this table to OBJECT types of images 7 WHERE rawExp.exp_type = 'OBJECT'7 WHERE (rawExp.exp_type = 'OBJECT' or rawExp.exp_type = 'LIGHT') 8 8 9 9 ARGS ARG1 exp_id=$exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
