lsst.jointcal
14.0-26-gc4bc114+9
|
#include <iostream>
#include <cstdio>
#include <string>
#include <sstream>
#include "lsst/jointcal/FatPoint.h"
#include "lsst/jointcal/StarList.h"
Go to the source code of this file.
Classes | |
class | lsst::jointcal::BaseStar |
The base class for handling stars. Used by all matching routines. More... | |
Namespaces | |
lsst | |
Class for a simple mapping implementing a generic Gtransfo. | |
lsst::jointcal | |
Macros | |
#define | MEMPIX2DISK 1 |
#define | DECALAGE_IJ_XY 0. |
#define | DECALAGE_XY_IJ 0. |
Typedefs | |
typedef StarList< BaseStar > | lsst::jointcal::BaseStarList |
typedef BaseStarList::const_iterator | lsst::jointcal::BaseStarCIterator |
typedef BaseStarList::iterator | lsst::jointcal::BaseStarIterator |
Functions | |
bool | lsst::jointcal::decreasingFlux (BaseStar const *star1, BaseStar const *star2) |
enables to sort easily a starList (of anything that derives from BaseStar) More... | |
int | lsst::jointcal::decodeFormat (char const *formatLine, char const *starName) |
#define DECALAGE_IJ_XY 0. |
Definition at line 18 of file BaseStar.h.
#define DECALAGE_XY_IJ 0. |
Definition at line 19 of file BaseStar.h.
#define MEMPIX2DISK 1 |
Definition at line 16 of file BaseStar.h.