IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 18, 2012, 5:56:48 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121130/ppBackground/src/ppBackground.h

    r28300 r34838  
    3737    );
    3838
     39/// Determine the binning from the recipe if available.
     40psImageBinning *ppBackgroundBinningByRecipe(const psImage *image, // Image for which to generate a bg model
     41                                            const pmConfig *config, // Configuration
     42                                            psString recipe_name,
     43                                            psString Xbin_name,
     44                                            psString Ybin_name
     45                                            );
     46
     47
    3948/// Restore the background to an image
    4049bool ppBackgroundRestore(
Note: See TracChangeset for help on using the changeset viewer.