IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2013, 2:20:46 PM (13 years ago)
Author:
eugene
Message:

stats is basically working now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pswarp/src/pswarpMaskStats.c

    r28130 r35512  
    3131                              dynamicMaskVal,advisoryMaskVal)) {
    3232    psError(PS_ERR_UNKNOWN, false, "Unable to calculate masks for readout.");
    33     return(false);
     33    return false;
    3434  }
    3535  psMetadataAddS32(stats, PS_LIST_TAIL,"MASKFRAC_NPIX", 0,
     
    4343  psMetadataAddF32(stats,PS_LIST_TAIL, "MASKFRAC_ADVISORY", 0,
    4444                   "Fraction of pixels masked as an advisory", (float) Npix_advisory / Npix_valid);
    45   return(true);
     45  return true;
    4646}
Note: See TracChangeset for help on using the changeset viewer.