IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39026 for trunk/ippScripts


Ignore:
Timestamp:
Nov 2, 2015, 2:39:43 PM (11 years ago)
Author:
eugene
Message:

add -image-id to loadgalphot

File:
1 edited

Legend:

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

    r38943 r39026  
    383383                    my $ffSummary = $metadata->[0];
    384384                    my $filter = $ffSummary->{filter};
     385                    my $stack_id = $ffSummary->{stack_id};
    385386                   
    386387                    $filter =~ s/\.00000//;
     
    393394                $command .= " $realFile ";
    394395                $command .= " -p $photcode ";
     396                $command .= " -image-id $stack_id ";
    395397            }
    396398                   
Note: See TracChangeset for help on using the changeset viewer.