IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2023, 2:56:10 PM (3 years ago)
Author:
eugene
Message:

add XCSTACK table info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/PS-IPP-Config/lib/PS/IPP/Config.pm

    r40494 r42559  
    3737                    $PS_TABLE_ID_STACK
    3838                    $PS_TABLE_ID_DIFF
     39                    $PS_TABLE_ID_STATICSKY
     40                    $PS_TABLE_ID_XCSTACK
    3941                    metadataLookupStr
    4042                    metadataLookupMD
     
    6062our $PS_TABLE_ID_DIFF = 4;
    6163our $PS_TABLE_ID_STATICSKY = 5;
     64our $PS_TABLE_ID_XCSTACK = 6;
    6265
    6366our $parser = PS::IPP::Metadata::Config->new; # Metadata parser
Note: See TracChangeset for help on using the changeset viewer.