IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13316


Ignore:
Timestamp:
May 9, 2007, 4:06:56 PM (19 years ago)
Author:
Paul Price
Message:

Need CR between each file name.

File:
1 edited

Legend:

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

    r13275 r13316  
    138138    # If there is only one chip, we use this name for the input to addstar
    139139    $chipObjects = $ipprc->filename("PSASTRO.OUTPUT", $file->{path_base}, $class_id);
    140     print $list1File $ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id);
    141     print $list2File $ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id);
    142     print $list3File $chipObjects;
     140    print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
     141    print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n");
     142    print $list3File ($chipObjects . "\n");
    143143    push @means, $file->{bg};
    144144    push @stdevs, $file->{bg_stdev};
Note: See TracChangeset for help on using the changeset viewer.