IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2014, 4:05:28 PM (12 years ago)
Author:
bills
Message:

first implementation of background restoration for stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r36133 r36811  
    5656                    $PSTAMP_NOT_AUTHORIZED
    5757                    $PSTAMP_NO_VALID_PIXELS
     58                    $PSTAMP_BG_RESTORE_NOT_AVAILABLE
    5859                    );
    5960our %EXPORT_TAGS = (standard => [@EXPORT_OK]);
     
    112113our $PSTAMP_NOT_AUTHORIZED   = 29;
    113114our $PSTAMP_NO_VALID_PIXELS  = 30;
     115our $PSTAMP_BG_RESTORE_NOT_AVAILABLE = 31;
    114116
    115117
Note: See TracChangeset for help on using the changeset viewer.