IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19868


Ignore:
Timestamp:
Oct 2, 2008, 11:04:44 AM (18 years ago)
Author:
eugene
Message:

add LIGHT as allowed science image

Location:
trunk/ippMonitor/def
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/rawDetrendExp.d

    r18193 r19868  
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE rawExp.exp_type != 'OBJECT'
     7WHERE (rawExp.exp_type != 'OBJECT' and rawExp.exp_type != 'LIGHT')
    88
    99ARGS ARG1 exp_id=$exp_id
  • trunk/ippMonitor/def/rawScienceExp.d

    r19808 r19868  
    55
    66# limit this table to OBJECT types of images
    7 WHERE rawExp.exp_type = 'OBJECT'
     7WHERE (rawExp.exp_type = 'OBJECT' or rawExp.exp_type = 'LIGHT')
    88
    99ARGS ARG1 exp_id=$exp_id
Note: See TracChangeset for help on using the changeset viewer.