IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13159


Ignore:
Timestamp:
May 2, 2007, 2:55:17 PM (19 years ago)
Author:
Paul Price
Message:

Fixing spelling.

Location:
trunk
Files:
2 edited

Legend:

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

    r13112 r13159  
    118118    my $parser = PS::IPP::Metadata::Config->new;        # Parser for metadata config files
    119119    my $recipe = $parser->parse( join '', @$stdout_buf);
    120     my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESSALATION')); # List of tesselations
     120    my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESSELLATION')); # List of tessellations
    121121    foreach my $tess_id ( @tesselations ) {
    122         print STDERR "tessalation: $tess_id\n";
     122        print STDERR "tessellation: $tess_id\n";
    123123
    124124        my $imfile = $imfiles->[0];
  • trunk/ippconfig/recipes/pswarp.config

    r12865 r13159  
    88MASK.BAD                U8      0x80            # Mask for bad warped data
    99POOR.FRAC               F32     0.01            # Max fraction of bad flux for a "poor" warped pixel
    10 DVO.TESSALATION         STR     catdir.taucells # DVO database defining skycell tessalation
     10DVO.TESSELLATION        STR     catdir.taucells # DVO database defining skycell tessellation
Note: See TracChangeset for help on using the changeset viewer.