#include <basestar.h>
#include <iostream>
#include "fittedstar.h"
#include "preferences.h"
#include "starlist.h"
Go to the source code of this file.
|
typedef CountedRef< MeasuredStar > | MeasuredStarRef |
|
typedef
MeasuredStarList::const_iterator | MeasuredStarCIterator |
|
typedef MeasuredStarList::iterator | MeasuredStarIterator |
|
|
BaseStarList & | Measured2Base (MeasuredStarList &This) |
|
BaseStarList * | Measured2Base (MeasuredStarList *This) |
|
const BaseStarList & | Measured2Base (const MeasuredStarList &This) |
|
const BaseStarList * | Measured2Base (const MeasuredStarList *This) |
|
typedef | bool (CatalogLoader_(const ReducedImage &R, const CcdImage &, MeasuredStarList &List)) |
|
bool | KeepSEStar (const SEStar &S) |
| routine that checks the quality of SEStar measurements and applies the signal2noise cut from datacards.
|
|
void | SelectFluxForFitCatalog (std::string const &filename) |
|
|
const CatalogLoader & | AperSELoader_Minimal_NormalizeFluxes |
| select stars and normalizes fluxes (ADU/sec @ X=1)
|
|
const CatalogLoader & | AperSELoader_SelectStars_NormalizeFluxes |
|
const CatalogLoader & | SELoader_SelectStars_NormalizeFluxes |
|
const CatalogLoader & | AperSELoader_NormalizeFluxes |
|
const CatalogLoader & | AperSELoader_SelectStars_NormalizeFluxes_nosncut |
|
const CatalogLoader & | CachedMeasuredStarLoader |
|
const CatalogLoader & | MCMeasuredStarLoader |
|