lsst.jointcal  15.0-6-ge2d9597+3
Classes | Namespaces | Macros | Typedefs | Functions
BaseStar.h File Reference
#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)
 

Macro Definition Documentation

◆ DECALAGE_IJ_XY

#define DECALAGE_IJ_XY   0.

Definition at line 18 of file BaseStar.h.

◆ DECALAGE_XY_IJ

#define DECALAGE_XY_IJ   0.

Definition at line 19 of file BaseStar.h.

◆ MEMPIX2DISK

#define MEMPIX2DISK   1

Definition at line 16 of file BaseStar.h.