IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18723


Ignore:
Timestamp:
Jul 24, 2008, 3:57:13 PM (18 years ago)
Author:
eugene
Message:

need to use file_resolve, not convert_filename_absolute, if neb: is allowed

File:
1 edited

Legend:

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

    r18562 r18723  
    170170    print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
    171171    print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n");
    172     print $list3File ($ipprc->convert_filename_absolute($chipObjects) . "\n");
     172    print $list3File ($ipprc->file_resolve($chipObjects, 0) . "\n");
    173173
    174174    # if any of the output chip photometry files exist, we can run psastro / addstar below
Note: See TracChangeset for help on using the changeset viewer.