Skip to content
Snippets Groups Projects
Commit 277ca6de authored by Alessandro Abrami's avatar Alessandro Abrami
Browse files

2021/09/09: BRANCH(withFilters): Codice per PRESTO, verificato Presto/Andor vs...

2021/09/09: BRANCH(withFilters): Codice per PRESTO, verificato Presto/Andor vs dati Fava: OK. Tolte stampe di debug
parent ec7d81a0
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ LDFLAGS = -litpp ...@@ -6,7 +6,7 @@ LDFLAGS = -litpp
CXXFLAGS += -D_SIMUL_ CXXFLAGS += -D_SIMUL_
#CXXFLAGS += -D_DBG_INIT #CXXFLAGS += -D_DBG_INIT
CXXFLAGS += -D_DBG_PARAMETERS #CXXFLAGS += -D_DBG_PARAMETERS
#CXXFLAGS += -D_DBG_TARDISTAGE #CXXFLAGS += -D_DBG_TARDISTAGE
#CXXFLAGS += -D_DBG_UPDATTR #CXXFLAGS += -D_DBG_UPDATTR
...@@ -27,8 +27,8 @@ CXXFLAGS += -D_DBG_PARAMETERS ...@@ -27,8 +27,8 @@ CXXFLAGS += -D_DBG_PARAMETERS
#CXXFLAGS += -D_WITHOUT_DIPLACEMENT #CXXFLAGS += -D_WITHOUT_DIPLACEMENT
CXXFLAGS += -D_DBG_STAGE2FILTER #CXXFLAGS += -D_DBG_STAGE2FILTER
CXXFLAGS += -D_DBG_TARDI_FUNCS #CXXFLAGS += -D_DBG_TARDI_FUNCS
##---------------------------------------------------------------------------- ##----------------------------------------------------------------------------
# #
......
...@@ -162,7 +162,6 @@ itpp::mat tmat(2,2); ...@@ -162,7 +162,6 @@ itpp::mat tmat(2,2);
#if MYDBG2 #if MYDBG2
cout << "new ccd coord[n,l]= " << ris << endl; cout << "new ccd coord[n,l]= " << ris << endl;
#endif #endif
std::cout << "new ccd stage[n,l]= " << ris << std::endl;
return ris; return ris;
......
...@@ -86,7 +86,9 @@ Stage2Filter::Stage2Filter(PespCCDStage_ns::PespCCDStage *ccdstage, std::string ...@@ -86,7 +86,9 @@ Stage2Filter::Stage2Filter(PespCCDStage_ns::PespCCDStage *ccdstage, std::string
vlsa.lvalue[0] = i; vlsa.lvalue[0] = i;
din << vlsa; din << vlsa;
dd = _sel.dp->command_inout("GetTPos", din); dd = _sel.dp->command_inout("GetTPos", din);
cout << dd << endl; #ifdef _DBG_STAGE2FILTER
cout << dd << endl;
#endif
dd >> vd; dd >> vd;
nominal_pos_t np; nominal_pos_t np;
if ( vd.size() == 2 ){ if ( vd.size() == 2 ){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment