IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37341


Ignore:
Timestamp:
Aug 31, 2014, 10:14:04 PM (12 years ago)
Author:
watersc1
Message:

This should fix the compmap not being found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_stack.pl

    r37339 r37341  
    174174    close(COMPMAP);
    175175
    176     my $mk_mdc_command = "mkdir -p $remote_outdir && sc_mk_stack_mdc.pl --compmap $remote_compmap $warp_path_base_string > ${remote_outroot}.in.mdc";
     176    my $mk_mdc_command = "mkdir -p $remote_outdir && sc_mk_stack_mdc.pl --compmap ${remote_root}/tmp/${component_map} $warp_path_base_string > ${remote_outroot}.in.mdc";
    177177    my $recipe_ppstack = $ipprc->reduction($reduction, 'STACK_PPSTACK'); # Recipe to use
    178178    my $ppstack_command  = " ppStack -input ${remote_outroot}.in.mdc ";
Note: See TracChangeset for help on using the changeset viewer.