IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29980


Ignore:
Timestamp:
Dec 8, 2010, 4:25:28 PM (15 years ago)
Author:
Serge CHASTEL
Message:

Publishing/MOPS output format/bug fix

File:
1 edited

Legend:

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

    r29976 r29980  
    193193                     warp_id => $comp->{warp1},
    194194                     diff_id => $comp->{diff_id},
     195                     output_format => $comp->{output_format},
    195196                     direction => 1,
    196197        };
     
    325326
    326327    my $command = "$ppMops $input $output";
    327     $command .= " -version 1"; # XXX : NOTE: for now, MOPS just wants PS1_DV1 (remove this eventually...)
    328328    $command .= " -exp_name " . $data->{exp_name} if defined $data->{exp_name};
    329329    $command .= " -exp_id " . $data->{exp_id} if defined $data->{exp_id};
Note: See TracChangeset for help on using the changeset viewer.