IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:newtargets

Version 2 (modified by bills, 16 years ago) ( diff )

--

up to Managing distribution on the server side

The database has not yet been populated with a complete set of potential targets. Here are the commands that are needed when a new dist_group is added

To define all 35 targets use the script definetargets which is the tools directory of the IPP source tree.

perl definetargets --dbname mydb --dist_group MD03 --stage all
perl definetargets --dbname mydb --dist_group MD03 --stage camera --clean 
perl definetargets --dbname mydb --dist_group MD03 --stage diff --clean

Then set up interests for the current 'shared' data store product

disttool -dbname mydb -defineinterest -dist_group MD03 -dest_name ps1-200910-2 -stage warp
disttool -dbname mydb -defineinterest -dist_group MD03 -dest_name ps1-200910-2 -stage stack
disttool -dbname mydb -defineinterest -dist_group MD03 -dest_name ps1-200910-2 -stage diff
disttool -dbname mydb -defineinterest -dist_group MD03 -dest_name ps1-cat-200910-2 -stage diff -clean
disttool -dbname mydb -defineinterest -dist_group MD03 -dest_name ps1-cat-200910-2 -stage camera -clean
Note: See TracWiki for help on using the wiki.