|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
LSSTDataManagementBasePackage
|
1-dimensional Gaussian More...
#include <FunctionLibrary.h>
Public Types | |
| typedef Function1< ReturnT >::Ptr | Function1Ptr |
Public Types inherited from lsst.afw.math::Function1< ReturnT > | |
| typedef boost::shared_ptr < Function1< ReturnT > > | Ptr |
Public Types inherited from lsst.daf.base::Citizen | |
| enum | { magicSentinel = 0xdeadbeef } |
| typedef unsigned long | memId |
| Type of the block's ID. More... | |
| typedef memId(* | memNewCallback )(const memId cid) |
| A function used to register a callback. More... | |
| typedef memId(* | memCallback )(const Citizen *ptr) |
Public Member Functions | |
| GaussianFunction1 (double sigma) | |
| Construct a Gaussian function with specified sigma. More... | |
| virtual | ~GaussianFunction1 () |
| virtual Function1Ptr | clone () const |
| Return a pointer to a deep copy of this function. More... | |
| virtual ReturnT | operator() (double x) const |
| virtual std::string | toString (std::string const &prefix) const |
| Return a string representation of the function. More... | |
Public Member Functions inherited from lsst.afw.math::Function1< ReturnT > | |
| Function1 (unsigned int nParams) | |
| Construct a Function1 given the number of function parameters. More... | |
| Function1 (std::vector< double > const ¶ms) | |
| Construct a Function1 given the function parameters. More... | |
| virtual | ~Function1 () |
| virtual void | computeCache (int const n) |
Public Member Functions inherited from lsst.afw.math::Function< ReturnT > | |
| Function (unsigned int nParams) | |
| Construct a Function given the number of function parameters. More... | |
| Function (std::vector< double > const ¶ms) | |
| Construct a Function given the function parameters. More... | |
| virtual | ~Function () |
| unsigned int | getNParameters () const |
| Return the number of function parameters. More... | |
| virtual double | getParameter (unsigned int ind) const |
| Get one function parameter without range checking. More... | |
| std::vector< double > const & | getParameters () const |
| Return all function parameters. More... | |
| virtual bool | isLinearCombination () const |
| Is the function a linear combination of its parameters? More... | |
| void | setParameter (unsigned int ind, double newValue) |
| Set one function parameter without range checking. More... | |
| void | setParameters (std::vector< double > const ¶ms) |
| Set all function parameters. More... | |
Public Member Functions inherited from lsst.daf.base::Citizen | |
| Citizen (const std::type_info &) | |
| Citizen (Citizen const &) | |
| ~Citizen () | |
| Citizen & | operator= (Citizen const &) |
| std::string | repr () const |
| Return a string representation of a Citizen. More... | |
| void | markPersistent (void) |
| Mark a Citizen as persistent and not destroyed until process end. More... | |
| memId | getId () const |
| Return the Citizen's ID. More... | |
Public Member Functions inherited from lsst.afw.table.io::Persistable | |
| void | writeFits (std::string const &fileName, std::string const &mode="w") const |
| Write the object to a regular FITS file. More... | |
| void | writeFits (fits::MemFileManager &manager, std::string const &mode="w") const |
| Write the object to a FITS image in memory. More... | |
| void | writeFits (fits::Fits &fitsfile) const |
| Write the object to an already-open FITS object. More... | |
| virtual bool | isPersistable () const |
| Return true if this particular object can be persisted using afw::table::io. More... | |
| virtual | ~Persistable () |
Protected Member Functions | |
| GaussianFunction1 () | |
Protected Member Functions inherited from lsst.afw.math::Function1< ReturnT > | |
| Function1 () | |
Protected Member Functions inherited from lsst.afw.math::Function< ReturnT > | |
| virtual std::string | getPythonModule () const |
| Return the fully-qualified Python module that should be imported to guarantee that its factory is registered. More... | |
| Function () | |
Protected Member Functions inherited from lsst.afw.table.io::Persistable | |
| virtual std::string | getPersistenceName () const |
| Return the unique name used to persist this object and look up its factory. More... | |
| virtual void | write (OutputArchiveHandle &handle) const |
| Write the object to one or more catalogs. More... | |
| Persistable () | |
| Persistable (Persistable const &other) | |
| void | operator= (Persistable const &other) |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, unsigned int const version) |
Private Attributes | |
| const double | _multFac |
| precomputed scale factor More... | |
Friends | |
| class | boost::serialization::access |
Additional Inherited Members | |
Static Public Member Functions inherited from lsst.afw.table.io::PersistableFacade< Function1< ReturnT > > | |
| static boost::shared_ptr < Function1< ReturnT > > | readFits (fits::Fits &fitsfile) |
| Read an object from an already open FITS object. More... | |
| static boost::shared_ptr < Function1< ReturnT > > | readFits (std::string const &fileName, int hdu=0) |
| Read an object from a regular FITS file. More... | |
| static boost::shared_ptr < Function1< ReturnT > > | readFits (fits::MemFileManager &manager, int hdu=0) |
| Read an object from a FITS file in memory. More... | |
Static Public Member Functions inherited from lsst.daf.base::Citizen | |
| static bool | hasBeenCorrupted () |
| Check all allocated blocks for corruption. More... | |
| static memId | getNextMemId () |
| Return the memId of the next object to be allocated. More... | |
| static int | init () |
| Called once when the memory system is being initialised. More... | |
| static int | census (int, memId startingMemId=0) |
| How many active Citizens are there? More... | |
| static void | census (std::ostream &stream, memId startingMemId=0) |
| Print a list of all active Citizens to stream, sorted by ID. More... | |
| static const std::vector < const Citizen * > * | census () |
| Return a (newly allocated) std::vector of active Citizens sorted by ID. More... | |
| static memId | setNewCallbackId (memId id) |
| Call the NewCallback when block is allocated. More... | |
| static memId | setDeleteCallbackId (memId id) |
| Call the current DeleteCallback when block is deleted. More... | |
| static memNewCallback | setNewCallback (memNewCallback func) |
| Set the NewCallback function. More... | |
| static memCallback | setDeleteCallback (memCallback func) |
| Set the DeleteCallback function. More... | |
| static memCallback | setCorruptionCallback (memCallback func) |
| Set the CorruptionCallback function. More... | |
Static Public Member Functions inherited from lsst.afw.table.io::PersistableFacade< Function< ReturnT > > | |
| static boost::shared_ptr < Function< ReturnT > > | readFits (fits::Fits &fitsfile) |
| Read an object from an already open FITS object. More... | |
| static boost::shared_ptr < Function< ReturnT > > | readFits (std::string const &fileName, int hdu=0) |
| Read an object from a regular FITS file. More... | |
| static boost::shared_ptr < Function< ReturnT > > | readFits (fits::MemFileManager &manager, int hdu=0) |
| Read an object from a FITS file in memory. More... | |
Protected Types inherited from lsst.afw.table.io::Persistable | |
| typedef io::OutputArchiveHandle | OutputArchiveHandle |
Protected Attributes inherited from lsst.afw.math::Function< ReturnT > | |
| std::vector< double > | _params |
| bool | _isCacheValid |
1-dimensional Gaussian
f(x) = A e^(-x^2 / 2 sigma^2) where:
Definition at line 182 of file FunctionLibrary.h.
| typedef Function1<ReturnT>::Ptr lsst.afw.math::GaussianFunction1< ReturnT >::Function1Ptr |
Definition at line 184 of file FunctionLibrary.h.
|
inlineexplicit |
Construct a Gaussian function with specified sigma.
| sigma | sigma |
Definition at line 189 of file FunctionLibrary.h.
|
inlinevirtual |
Definition at line 197 of file FunctionLibrary.h.
|
inlineexplicitprotected |
Definition at line 221 of file FunctionLibrary.h.
|
inlinevirtual |
Return a pointer to a deep copy of this function.
This function exists instead of a copy constructor so one can obtain a copy of an actual function instead of a useless copy of the base class.
Every concrete subclass must override this method.
Implements lsst.afw.math::Function1< ReturnT >.
Definition at line 199 of file FunctionLibrary.h.
|
inlinevirtual |
Implements lsst.afw.math::Function1< ReturnT >.
Definition at line 203 of file FunctionLibrary.h.
|
inlineprivate |
Definition at line 226 of file FunctionLibrary.h.
|
inlinevirtual |
Return a string representation of the function.
Reimplemented from lsst.afw.math::Function1< ReturnT >.
Definition at line 209 of file FunctionLibrary.h.
|
friend |
Definition at line 224 of file FunctionLibrary.h.
|
private |
precomputed scale factor
Definition at line 217 of file FunctionLibrary.h.
1.8.5