IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17501 for trunk/DataStore


Ignore:
Timestamp:
May 4, 2008, 7:10:34 AM (18 years ago)
Author:
bills
Message:

Added XRAY and FOCUS to fileset types. Some exposures with these types
showed up on conductor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Utils.pm

    r17425 r17501  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: Utils.pm,v 1.7 2008-04-10 20:44:20 bills Exp $
     3# $Id: Utils.pm,v 1.8 2008-05-04 17:10:34 bills Exp $
    44
    55package DataStore::Utils;
     
    4343$MD5_FIELD = qr/^[0-9a-f]{32}$/;
    4444%KNOWN_FILE_TYPES = map { $_ => 1 } qw( chip psrequest psresults pstamp chipproc warp stack diff ipp-mops);
    45 %KNOWN_FILESET_TYPES = map { $_ => 1 } qw( OBJECT BIAS DARK SKYFLAT DOMEFLAT PSREQUEST PSRESULTS IPP-MOPS );
     45%KNOWN_FILESET_TYPES = map { $_ => 1 } qw( OBJECT BIAS DARK SKYFLAT DOMEFLAT PSREQUEST PSRESULTS IPP-MOPS XRAY FOCUS );
    4646%KNOWN_PRODUCT_TYPES = map { $_ => 1 } qw( image dump psrequest psresults table );
    4747
Note: See TracChangeset for help on using the changeset viewer.