IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13117


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

tess_id wasn't provided. It's now obtained in the same manner as the skycell_id.

File:
1 edited

Legend:

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

    r12800 r13117  
    8383my $input;                      # Input file
    8484my $template;                   # Template file
     85my $tess_id;                    # Tesselation identifier
    8586my $skycell_id;                 # Skycell identifier
    8687my $camera;                     # Camera
     
    9192    } else {
    9293        $input = $uri;
     94    }
     95    if (defined $tess_id) {
     96        &my_die("Tesselation identifiers don't match", $diff_id, $PS_EXIT_SYS_ERROR) unless
     97            $file->{tess_id} eq $tess_id;
     98    } else {
     99        $tess_id = $file->{tess_id};
    93100    }
    94101    if (defined $skycell_id) {
Note: See TracChangeset for help on using the changeset viewer.