IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2008, 4:44:47 PM (18 years ago)
Author:
eugene
Message:

fix list file name (use abs path)

File:
1 edited

Legend:

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

    r16918 r16926  
    164164    print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
    165165    print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n");
    166     print $list3File ($chipObjects . "\n");
     166    print $list3File ($ipprc->convert_filename_absolute($chipObjects) . "\n");
    167167
    168168    # if any of the output chip astrometry files exist, we can run psastro / addstar below
     
    272272                $command .= " $ipprc->file_resolve($fpaObjects)";
    273273            } else {
    274                 $command .= " -list $list3File";
     274                $command .= " -list $list3Name";
    275275            }
    276276
Note: See TracChangeset for help on using the changeset viewer.