IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12778


Ignore:
Timestamp:
Apr 9, 2007, 6:08:58 PM (19 years ago)
Author:
Paul Price
Message:

Adding new options for pswarp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/pswarp.config

    r12723 r12778  
     1### Recipe for pswarp
    12
    2 GRID.NX S32 128
    3 GRID.NY S32 128
    4 INTERPOLATION.MODE STR BILINEAR
     3GRID.NX                 S32     128             # Iso-astrom grid size in x (pixels)
     4GRID.NY                 S32     128             # Iso-astrom grid size in y (pixels)
     5INTERPOLATION.MODE      STR     LANCZOS3        # Interpolation mode to use
     6MASK.IN                 U8      0               # Mask for input data
     7MASK.POOR               U8      0x40            # Mask for "poor" warped data
     8MASK.BAD                U8      0x80            # Mask for bad warped data
     9POOR.FRAC               F32     0.01            # Max fraction of bad flux for a "poor" warped pixel
Note: See TracChangeset for help on using the changeset viewer.