IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2012, 3:44:55 PM (14 years ago)
Author:
Serge CHASTEL
Message:

ppMops new parameters / bug fix - testing

File:
1 edited

Legend:

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

    r34477 r34478  
    396396    $command .= " -astrom_rms " . $data->{astrom} if defined $data->{astrom};
    397397    $command .= " -version " . $data->{output_format} if defined $data->{output_format};
    398     $command .= " -comment " . $data->{comment} if defined $data->{comment};
     398    $command .= " -comment \"" . $data->{comment} . "\"" if defined $data->{comment};
    399399    $command .= " -obsmode " . $data->{obsmode} if defined $data->{obsmode};
    400400    $command .= " -difftype " . $data->{difftype} if defined $data->{difftype};
    401401    $command .= " -sky " . $data->{sky} if defined $data->{sky};
    402     $command .= " -shutoutc " . $data->{shutoutc} if defined $data->{shutoutc};
     402    $command .= " -shutoutc \"" . $data->{shutoutc} . "\"" if defined $data->{shutoutc};
    403403
    404404    unless ($no_op) {
Note: See TracChangeset for help on using the changeset viewer.