IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17425


Ignore:
Timestamp:
Apr 10, 2008, 10:44:20 AM (18 years ago)
Author:
bills
Message:

added some types for the ipp-mops data store

File:
1 edited

Legend:

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

    r16979 r17425  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: Utils.pm,v 1.6 2008-03-13 21:46:59 bills Exp $
     3# $Id: Utils.pm,v 1.7 2008-04-10 20:44:20 bills Exp $
    44
    55package DataStore::Utils;
     
    4242$BYTE_FIELD = qr/^\d+$/;
    4343$MD5_FIELD = qr/^[0-9a-f]{32}$/;
    44 %KNOWN_FILE_TYPES = map { $_ => 1 } qw( chip psrequest psresults pstamp chipproc warp stack diff);
    45 %KNOWN_FILESET_TYPES = map { $_ => 1 } qw( OBJECT BIAS DARK SKYFLAT DOMEFLAT PSREQUEST PSRESULTS );
    46 %KNOWN_PRODUCT_TYPES = map { $_ => 1 } qw( image dump psrequest psresults );
     44%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 );
     46%KNOWN_PRODUCT_TYPES = map { $_ => 1 } qw( image dump psrequest psresults table );
    4747
    4848=pod
Note: See TracChangeset for help on using the changeset viewer.