IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42949


Ignore:
Timestamp:
Dec 1, 2025, 3:28:12 PM (5 months ago)
Author:
tdeboer
Message:

adding changes to pswarp to propagate skycell keywords

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/diff_skycell.pl

    r42476 r42949  
    403403    $command .= " -image_id $diff_skyfile_id" if defined $diff_skyfile_id;
    404404    $command .= " -source_id $source_id" if defined $source_id;
     405    $command .= " -skycell_id $skycell_id" if defined $skycell_id;
    405406
    406407    unless ($no_op) {
  • trunk/ippScripts/scripts/warp_skycell.pl

    r42860 r42949  
    318318    $command .= " -threads $threads" if defined $threads;
    319319    $command .= " -dbname $dbname" if defined $dbname;
     320    $command .= " -skycell_id $skycell_id" if defined $skycell_id;
    320321    $command .= " -image_id $warp_skyfile_id" if defined $warp_skyfile_id;
    321322    $command .= " -source_id $source_id" if defined $source_id;
Note: See TracChangeset for help on using the changeset viewer.