6 #include "luiza/Processor.h"
7 #include "GloriaAstrometry.h"
145 void printEndMessage()
const ;
155 string _listCollectionName;
214 int main1(leblind_struct *lestr);
double _PixscaleLow
Lower boundary of possible pixel sizes in arcseconds.
Definition: Astrometry.h:169
std::vector< std::string > _positionColumns
Names of the position columns in the object table.
Definition: Astrometry.h:158
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
float _bloomingCut
Minimum distance between objects along vertical or horizontal line.
Definition: Astrometry.h:187
int verbosity
Verbosity of astrometry.net output.
Definition: Astrometry.h:190
int astrodepth
Depth limit for astrometry.net algorithm.
Definition: Astrometry.h:175
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for Luiza processors.
Definition: Processor.h:55
int astroorder
Order of the SIP polynomial in astrometry fit.
Definition: Astrometry.h:178
bool addposition
Add object positions to the object list table.
Definition: Astrometry.h:199
float _minDistance
Minimum distance between two objects to be used in astrometry algorithm.
Definition: Astrometry.h:184
bool _magnitudoGiven
Flag for brightness given in magintudo.
Definition: Astrometry.h:164
double _PixscaleHigh
Upper boundary of possible pixel sizes in arcseconds.
Definition: Astrometry.h:167
bool inparallel
Solve using indexes parallely or not.
Definition: Astrometry.h:193
Processor implementing Astrometry.net algorithms.
Definition: Astrometry.h:115
int _maxObjects
Maximum number of objects to be used in astrometry algorithm.
Definition: Astrometry.h:181
Namespace for Luiza framework.
Definition: CCCollection.h:6
Class for reading and processing fits images in Luiza.
Definition: GloriaFitsImage.h:43
string _Indexes_path
Path to astrometric (astrometry.net) indexes files.
Definition: Astrometry.h:172
bool overwrite
Recalculate and overwrite astrometry if exists in a file.
Definition: Astrometry.h:196
std::string _brightnessColumn
Name of the object brightness column.
Definition: Astrometry.h:161
bool addtoheader
Add astrometry output to the object list table header.
Definition: Astrometry.h:203
string _imageCollectionName
Name of the image collection containing images to be added.
Definition: Astrometry.h:153
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: Astrometry.h:119