IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23739


Ignore:
Timestamp:
Apr 7, 2009, 4:39:36 PM (17 years ago)
Author:
Paul Price
Message:

Don't resolve the names being fed to psastro --- it should resolve them.

File:
1 edited

Legend:

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

    r23688 r23739  
    171171    print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
    172172    print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n");
    173     print $list3File ($ipprc->file_resolve($chipObjects, 0) . "\n");
    174     print $list4File ($ipprc->file_resolve($chipMask, 0) . "\n");
     173    print $list3File ($chipObjects . "\n");
     174    print $list4File ($chipMask . "\n");
    175175}
    176176close $list1File;
Note: See TracChangeset for help on using the changeset viewer.