IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 21 and Version 22 of ippToPsps_Database


Ignore:
Timestamp:
Apr 5, 2012, 11:56:15 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Database

    v21 v22  
    4141|| dvo_location      || varchar(1000) || YES  ||     || NULL                || the location of this DVO database on disk ||
    4242|| min_ra            || double        || YES  ||     || 0                   || the min RA of the box on the sky we should load from (in degrees) ||
    43 || max_ra            || double        || YES  ||     || 360                 || the min RA of the box on the sky we should load from (in degrees) ||
    44 || min_dec           || double        || YES  ||     || -30                 || the min RA of the box on the sky we should load from (in degrees) ||
    45 || max_dec           || double        || YES  ||     || 90                  || the min RA of the box on the sky we should load from (in degrees) ||
    46 || box_size          || double        || YES  ||     || 4                   || the min RA of the box on the sky we should load from (in degrees) ||
    47 || base_path         || varchar(1000) || YES  ||     || NULL                || the size of the box (in degrees) that we should use to tile up the sky ||
     43|| max_ra            || double        || YES  ||     || 360                 || the max RA of the box on the sky we should load from (in degrees) ||
     44|| min_dec           || double        || YES  ||     || -30                 || the min Dec of the box on the sky we should load from (in degrees) ||
     45|| max_dec           || double        || YES  ||     || 90                  || the max Dec of the box on the sky we should load from (in degrees) ||
     46|| box_size          || double        || YES  ||     || 4                   || the size of the box (in degrees) that we should use to tile up the sky ||
     47|| base_path         || varchar(1000) || YES  ||     || /data/ipp005.0/ipptopsps/  || the base path for all data to be stored ||
    4848|| data_release      || smallint(6)   || YES  ||     || 0                   || data release to end up in PSPS meta tables ||
    4949|| delete_local      || tinyint(1)    || YES  ||     || 0                   || 0 or 1 - should we delete local data when ready? ||
     
    5757|| queue_OB          || tinyint(1)    || YES  ||     || 0                   || 0 or 1 - should we queue OB batches? ||
    5858|| active            || tinyint(1)    || YES  ||     || 1                   || defines whether this config is in active use or not ||
    59 
    6059
    6160== The {{{clients}}} table ==