|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Go to the source code of this file.
Namespaces | |
| SourceXtractor | |
Macros | |
| #define | BIG 1e+30 |
| #define | MAXCHAR 1048 |
| #define | DETECT_FIELD 0x0001 |
| #define | MEASURE_FIELD 0x0002 |
| #define | FLAG_FIELD 0x0004 |
| #define | RMS_FIELD 0x0008 |
| #define | VAR_FIELD 0x0010 |
| #define | WEIGHT_FIELD 0x0020 |
| #define | BACKRMS_FIELD 0x0040 |
| #define | INTERP_FIELD 0x0080 |
| #define | MULTIGRID_FIELD 0x0100 |
| #define | MEAN 0x0200 |
| #define | WEIGHTED_MEAN 0x0400 |
| #define | BACK_BUFSIZE 1048576 |
| #define | BACK_MINGOODFRAC 0.5 |
| #define | BACK_FKAPPA 2.0 |
| #define | QUANTIF_NSIGMA 5 |
| #define | QUANTIF_NMAXLEVELS 4096 |
| #define | QUANTIF_AMIN 4 |
| #define | BACK_EPS (1e-4) |
| #define | PI 3.1415926535898 |
Typedefs | |
| typedef float | SourceXtractor::PIXTYPE |
| #define BACK_BUFSIZE 1048576 |
Definition at line 50 of file BackgroundDefine.h.
Referenced by SourceXtractor::SE2BackgroundModeller::getMinIncr(), and SourceXtractor::SplineModel::loadModelFromFits().
| #define BACK_EPS (1e-4) |
Definition at line 56 of file BackgroundDefine.h.
Referenced by SourceXtractor::BackgroundHistogram::getBackGuess(), and SourceXtractor::BackgroundHistogram::getBackGuessMod().
| #define BACK_FKAPPA 2.0 |
Definition at line 52 of file BackgroundDefine.h.
Referenced by SourceXtractor::BackgroundCell::getStats(), and SourceXtractor::BackgroundCell::getStatsWeight().
| #define BACK_MINGOODFRAC 0.5 |
Definition at line 51 of file BackgroundDefine.h.
Referenced by SourceXtractor::BackgroundCell::getStats(), and SourceXtractor::BackgroundCell::getStatsWeight().
| #define BACKRMS_FIELD 0x0040 |
Definition at line 42 of file BackgroundDefine.h.
| #define BIG 1e+30 |
Definition at line 32 of file BackgroundDefine.h.
Referenced by SourceXtractor::SE2BackgroundModeller::createSE2Models(), SourceXtractor::BackgroundCell::getBackgroundValues(), SourceXtractor::BackgroundCell::getBackgroundValuesOld(), SourceXtractor::BackgroundCell::getStats(), SourceXtractor::BackgroundCell::getStatsWeight(), SourceXtractor::SplineModel::gridToFits(), SourceXtractor::SplineModel::loadModelFromFits(), SourceXtractor::SE2BackgroundModeller::replaceUNDEF(), SourceXtractor::SE2BackgroundModeller::rescaleThreshold(), and SourceXtractor::SplineModel::toFits().
| #define DETECT_FIELD 0x0001 |
Definition at line 36 of file BackgroundDefine.h.
| #define FLAG_FIELD 0x0004 |
Definition at line 38 of file BackgroundDefine.h.
| #define INTERP_FIELD 0x0080 |
Definition at line 43 of file BackgroundDefine.h.
| #define MAXCHAR 1048 |
Definition at line 33 of file BackgroundDefine.h.
| #define MEAN 0x0200 |
Definition at line 46 of file BackgroundDefine.h.
| #define MEASURE_FIELD 0x0002 |
Definition at line 37 of file BackgroundDefine.h.
| #define MULTIGRID_FIELD 0x0100 |
Definition at line 44 of file BackgroundDefine.h.
| #define PI 3.1415926535898 |
Definition at line 62 of file BackgroundDefine.h.
| #define QUANTIF_AMIN 4 |
Definition at line 55 of file BackgroundDefine.h.
Referenced by SourceXtractor::BackgroundHistogram::BackgroundHistogram().
| #define QUANTIF_NMAXLEVELS 4096 |
Definition at line 54 of file BackgroundDefine.h.
Referenced by SourceXtractor::BackgroundHistogram::BackgroundHistogram().
| #define QUANTIF_NSIGMA 5 |
Definition at line 53 of file BackgroundDefine.h.
Referenced by SourceXtractor::BackgroundHistogram::BackgroundHistogram().
| #define RMS_FIELD 0x0008 |
Definition at line 39 of file BackgroundDefine.h.
Referenced by SourceXtractor::SE2BackgroundModeller::rescaleThreshold().
| #define VAR_FIELD 0x0010 |
Definition at line 40 of file BackgroundDefine.h.
Referenced by SourceXtractor::SE2BackgroundModeller::rescaleThreshold().
| #define WEIGHT_FIELD 0x0020 |
Definition at line 41 of file BackgroundDefine.h.
Referenced by SourceXtractor::SE2BackgroundModeller::rescaleThreshold().
| #define WEIGHTED_MEAN 0x0400 |
Definition at line 47 of file BackgroundDefine.h.
1.8.14