IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 3:38:49 PM (19 years ago)
Author:
Paul Price
Message:

Need to determine tess_id.

File:
1 edited

Legend:

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

    r12800 r13119  
    8383my $inputList;                  # List of input files
    8484my $skycell_id;                 # Skycell identifier
     85my $tess_id;                    # Tesselation identifier
    8586my $camera;                     # Camera
    8687foreach my $file (@$files) {
    8788    my $uri = $ipprc->convert_filename_absolute( $file->{uri} ); # URI for file
    8889    $inputList .= "$uri ";
     90    if (defined $tess_id) {
     91        &my_die("Tesselation identifiers don't match", $diff_id, $PS_EXIT_SYS_ERROR) unless
     92            $file->{tess_id} eq $tess_id;
     93    } else {
     94        $tess_id = $file->{tess_id};
     95    }
    8996    if (defined $skycell_id) {
    9097        &my_die("Skycell identifiers don't match", $stack_id, $PS_EXIT_SYS_ERROR) unless
Note: See TracChangeset for help on using the changeset viewer.