Changeset 13159
- Timestamp:
- May 2, 2007, 2:55:17 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippScripts/scripts/warp_overlap.pl (modified) (1 diff)
-
ippconfig/recipes/pswarp.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r13112 r13159 118 118 my $parser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 119 119 my $recipe = $parser->parse( join '', @$stdout_buf); 120 my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESS ALATION')); # List of tesselations120 my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESSELLATION')); # List of tessellations 121 121 foreach my $tess_id ( @tesselations ) { 122 print STDERR "tess alation: $tess_id\n";122 print STDERR "tessellation: $tess_id\n"; 123 123 124 124 my $imfile = $imfiles->[0]; -
trunk/ippconfig/recipes/pswarp.config
r12865 r13159 8 8 MASK.BAD U8 0x80 # Mask for bad warped data 9 9 POOR.FRAC F32 0.01 # Max fraction of bad flux for a "poor" warped pixel 10 DVO.TESS ALATION STR catdir.taucells # DVO database defining skycell tessalation10 DVO.TESSELLATION STR catdir.taucells # DVO database defining skycell tessellation
Note:
See TracChangeset
for help on using the changeset viewer.
