- Timestamp:
- May 5, 2013, 2:20:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpMaskStats.c
r28130 r35512 31 31 dynamicMaskVal,advisoryMaskVal)) { 32 32 psError(PS_ERR_UNKNOWN, false, "Unable to calculate masks for readout."); 33 return (false);33 return false; 34 34 } 35 35 psMetadataAddS32(stats, PS_LIST_TAIL,"MASKFRAC_NPIX", 0, … … 43 43 psMetadataAddF32(stats,PS_LIST_TAIL, "MASKFRAC_ADVISORY", 0, 44 44 "Fraction of pixels masked as an advisory", (float) Npix_advisory / Npix_valid); 45 return (true);45 return true; 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.
