IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38458


Ignore:
Timestamp:
Jun 12, 2015, 10:22:56 PM (11 years ago)
Author:
eugene
Message:

blank pixels should be nan-ed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r34085 r38458  
    2323#define CELL_LIST_BUFFER 10             // Buffer size for cell lists
    2424
    25 #define BLANK_VALUE 0.0                 // Value for pixels that are blank in the mosaicked image (e.g., //
     25// #define BLANK_VALUE 0.0                 // Value for pixels that are blank in the mosaicked image (e.g., //
     26
     27#define BLANK_VALUE NAN                 // Value for pixels that are blank in the mosaicked image (e.g., //
    2628                                        // between cells).
    2729                                        // XXX This should ultimately be set to NAN, but psphot doesn't like
    28                                         // that (masking needs to be more thorough).
     30                                        // that (masking needs to be more thorough). -- still true??
    2931
    3032//////////////////////////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.