TwiceAsNice  2019-02-18
Macros
LicsStarcat.cc File Reference
#include <sstream>
#include <iomanip>
#include <iostream>
#include <string>
#include <unistd.h>
#include <vector>
#include <sys/stat.h>
#include <boost/algorithm/string.hpp>
#include <sofa.h>
#include <Nice/Log/External.h>
#include <Nice/Map/NicePolygon.h>
#include <Nice/Alg/Alg.h>
#include <Nice/Log/Macros.h>
#include <LicsStarcat.h>
#include <LaosSeSet.h>
#include <LicsDrotQuery.h>
Include dependency graph for LicsStarcat.cc:

Macros

#define DR2D   (57.2957795130823208767981548141)
 If this macro is defined, the home positions of the non-used SE's are printed #define LBCS_LBCSSTARCAT_ASSIGN_HOME. More...
 
#define DAS2R   (4.848136811095359935899141e-6)
 Arcseconds to radians See sofam.h. More...
 
#define LICS_STARCAT_GP_PERSIST
 Start gnuplot such that the graphics persists but no interaction is needed to continue. More...
 
#define LICS_STARCAT_KEEP_ALL
 If this macro is defined, we don't remove stars in the SE assignments that might lead to colliding SE arms, but keep all of the catalog. More...
 
#define LICS_STARCAT_GWSEO   141.0
 The cut radius of 2.35 arcmin that separates even and odd SE in the GWS. More...
 
#define LICS_STARCAT_GWSEO_FUZZY   10.0
 The distance to the 2.35 arcmin even/odd SE radius tolerated. More...
 

Macro Definition Documentation

◆ DAS2R

#define DAS2R   (4.848136811095359935899141e-6)

Arcseconds to radians See sofam.h.

1/DR2D/3600.

◆ DR2D

#define DR2D   (57.2957795130823208767981548141)

If this macro is defined, the home positions of the non-used SE's are printed #define LBCS_LBCSSTARCAT_ASSIGN_HOME.

180 divided by pi. Conversion factor radians to degrees see sofam.h

◆ LICS_STARCAT_GP_PERSIST

#define LICS_STARCAT_GP_PERSIST

Start gnuplot such that the graphics persists but no interaction is needed to continue.

◆ LICS_STARCAT_GWSEO

#define LICS_STARCAT_GWSEO   141.0

The cut radius of 2.35 arcmin that separates even and odd SE in the GWS.

In units of arcseconds. 2.35*60=141.

◆ LICS_STARCAT_GWSEO_FUZZY

#define LICS_STARCAT_GWSEO_FUZZY   10.0

The distance to the 2.35 arcmin even/odd SE radius tolerated.

In units of arcseconds. According to Carmelo of 2018-11-26, something like 10 mm are acceptable, which according to a plate scale of roughly 0.6 mm per arcsec would be 16 arcsec.

◆ LICS_STARCAT_KEEP_ALL

#define LICS_STARCAT_KEEP_ALL

If this macro is defined, we don't remove stars in the SE assignments that might lead to colliding SE arms, but keep all of the catalog.

Since
2018-04-03