IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34152


Ignore:
Timestamp:
Jul 13, 2012, 4:09:52 PM (14 years ago)
Author:
mhuber
Message:

merged removing again the extra .stk. from filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120626/ippScripts/scripts/skycalibration.pl

    r33974 r34152  
    134134my $file;
    135135if (!$singlefilter) {
    136     $file = $ipprc->filename('PSPHOT.STACK.OUTPUT', "$path_base.stk", $stack_id);
     136    $file = $ipprc->filename('PSPHOT.STACK.OUTPUT', $path_base, $stack_id);
    137137    if (! $ipprc->file_resolve($file)) {
    138138        # XXX: Beginning of section that can be removed eventually
Note: See TracChangeset for help on using the changeset viewer.