IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41707


Ignore:
Timestamp:
Jul 8, 2021, 11:12:32 AM (5 years ago)
Author:
eugene
Message:

re-adding STREAK mask value to masks recipe, pmConfigMask.c, ppSubSetMasks.c, pswarpTransformReadout.c

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/masks.16bit.config

    r41705 r41707  
    2424SPIKE           U16     0x0200          # Pixel contains a diffraction spike
    2525GHOST           U16     0x0400          # Pixel contains an optical ghost
     26STREAK          U16     0x0800          # Pixel contains a streak
    2627CROSSTALK       U16     0x0800          # Pixel contains electronic crosstalk
    2728STARCORE        U16     0x1000          # Pixel contains a bright star core
  • trunk/ippconfig/recipes/masks.config

    r41705 r41707  
    2525CR              U8      0x20            # Pixel contains a cosmic ray
    2626GHOST           U8      0x20            # Pixel contains an optical ghost
    27 CROSSTALK       U16     0x0800          # Pixel contains electronic crosstalk
     27STREAK          U16     0x20            # Pixel contains a streak
     28CROSSTALK       U16     0x20            # Pixel contains electronic crosstalk
    2829
    2930SPIKE           U8      0x20            # Pixel contains a diffraction spike
  • trunk/ppSub/src/ppSubSetMasks.c

    r41705 r41707  
    4646    { "SPIKE",     NULL,       0x08, false  }, // Pixel contains a diffraction spike
    4747    { "GHOST",     NULL,       0x08, false  }, // Pixel contains an optical ghost
     48    { "STREAK",    NULL,       0x08, false  }, // Pixel contains a streak
    4849    { "CROSSTALK", NULL,       0x08, false  }, // Pixel contains crosstalk data
    4950    { "STARCORE",  NULL,       0x08, false  }, // Pixel contains a bright star core
  • trunk/psModules/src/config/pmConfigMask.c

    r41705 r41707  
    3333    { "SPIKE",     NULL,       0x08, false  }, // Pixel contains a diffraction spike
    3434    { "GHOST",     NULL,       0x08, false  }, // Pixel contains an optical ghost
     35    { "STREAK",    NULL,       0x08, false  }, // Pixel contains a streak
    3536    { "CROSSTALK", NULL,       0x08, false  }, // Pixel contains crosstalk data
    3637    { "STARCORE",  NULL,       0x08, false  }, // Pixel contains a bright star core
  • trunk/pswarp/src/pswarpTransformReadout.c

    r41705 r41707  
    3737    { "SPIKE",     NULL,       0x08, false  }, // Pixel contains a diffraction spike
    3838    { "GHOST",     NULL,       0x08, false  }, // Pixel contains an optical ghost
     39    { "STREAK",    NULL,       0x08, false  }, // Pixel contains a streak
    3940    { "CROSSTALK", NULL,       0x08, false  }, // Pixel contains crosstalk data
    4041    { "STARCORE",  NULL,       0x08, false  }, // Pixel contains a bright star core
Note: See TracChangeset for help on using the changeset viewer.