IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2010, 2:29:49 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippScripts/scripts/diffphot.pl

    r28362 r28439  
    7070# Get input components
    7171my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
    72 my ($inputPath, $camera);                     # Input path and camera
    73 my $bothways;                                 # Diff was done both ways?
     72my $inputPath;                                  # Input path
     73my $camera;                                     # Camera name
     74my $bothways;                           # Diff was done both ways?
     75my $magicked;                           # Magic status
    7476{
    7577    my $command = "$diffphottool -input -diff_phot_id $diff_phot_id -skycell_id $skycell_id";
     
    8991    $camera = $file->{camera};
    9092    $bothways = $file->{bothways};
     93    $magicked = $file->{magicked};
    9194}
    9295
     
    252255    my $command = "$diffphottool -diff_phot_id $diff_phot_id -skycell_id $skycell_id";
    253256    $command .= " -done -path_base $outroot";
     257    $command .= " -magicked $magicked" if $magicked;
    254258    $command .= " -quality $quality" if defined $quality;
    255259    $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
Note: See TracChangeset for help on using the changeset viewer.