IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43070


Ignore:
Timestamp:
Jul 11, 2026, 1:55:41 PM (6 days ago)
Author:
tdeboer
Message:

add .mdc file replication to diff_skycell.pl

File:
1 edited

Legend:

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

    r42949 r43070  
    440440            check_output($outputKernel, 1);
    441441            check_output($outputPsf, 1);
     442            if ($run_state eq 'new') {
     443                check_output($configuration, 1);
     444            }
    442445            if ($inverse) {
    443446                check_output($inverseName, 0);
     
    445448                check_output($inverseVariance, 0);
    446449                check_output($inverseSources, 1) if $do_photom;
    447                 if ($run_state eq 'new') {
    448                     check_output($configuration, 1);
    449                 }
    450450            }
    451451            if ($reduction eq 'NOCONVDIFF') {
Note: See TracChangeset for help on using the changeset viewer.