--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 8.116 - 2019-02-19 (MJF)
Information: this ChangeLog entry matches the version number:
 Version 8.116 - 2019-02-19 (MJF)

Information: ./config/epframes.par is an XML parameter file, I cannot yet validate it. Skipped.
Now checking git repository...


--- Distribution check [end] ---

/workspaces/xmm_sas/packages/sas/bin/sastaskhdr_gfortran  epframes 8.116 epframes 22.0.0-dea43652c-20240924 > epframes.h
/workspaces/xmm_sas/packages/sas/bin/sastaskhimp epframes 8.116 epframes 22.0.0-dea43652c-20240924 > epframes_h_imp.cc
T=epframes ;\
sed "s/taskname/$T/g" /workspaces/xmm_sas/packages/taskmain/src/task_c.cc | sed "s/taskproc/$T_mod_MP_$T/g" > epframes_c.cc
Dependencies for epframes
Dependencies for checkoutput_no
Dependencies for checkoutput_IM
Dependencies for checkoutput_TI
Dependencies for checkoutput_BU
Dependencies for checkoutput_SW
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/eputils -I/workspaces/xmm_sas/include/sla -I/workspaces/xmm_sas/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  epframes_h_imp.cc
In file included from /workspaces/xmm_sas/include/DalRegister.h:27,
                 from epframes_h_imp.cc:12:
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:730:7: note:   by ‘Column& Column::operator=(const Column&)’
  730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:773:7: note:   by ‘Array& Array::operator=(const Array&)’
  773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec >
      |       ^~~~~
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/eputils -I/workspaces/xmm_sas/include/sla -I/workspaces/xmm_sas/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  epframes_c.cc
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/eputils -I/workspaces/xmm_sas/include/sla -I/workspaces/xmm_sas/include/utils epframes_mod.f90
/usr/bin/ar cur libepframes.a epframes_h_imp.o epframes_c.o epframes_mod.o
ranlib libepframes.a
g++ -shared -Wl,-h,libepframes.so.8.116 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libepframes.so.8.116 epframes_h_imp.o epframes_c.o epframes_mod.o -lmetatask -lsasdal -lcaloalutils -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lslatec -lsla -leputils -lmetatask -L/sasbuild/tools/qt-x11-free/lib -lqt  -lgfortran -lcfitsio -ldl -lm -L. 
T=epframes ;\
sed "s/taskname/$T/g" /workspaces/xmm_sas/packages/taskmain/src/main.cc | sed "s/VERSION/8.116/g; s/RELEASE/22.0.0-dea43652c-20240924/g; s/PACKAGE/epframes/g" > epframes_main.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/eputils -I/workspaces/xmm_sas/include/sla -I/workspaces/xmm_sas/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  epframes_main.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from epframes_main.cc:38:
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /workspaces/xmm_sas/include/Xmm.h:117,
                 from /workspaces/xmm_sas/include/CalServer.h:61,
                 from epframes_main.cc:43:
/workspaces/xmm_sas/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /workspaces/xmm_sas/include/Ccf.h:61,
                 from /workspaces/xmm_sas/include/CalServer.h:62:
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:730:7: note:   by ‘Column& Column::operator=(const Column&)’
  730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:773:7: note:   by ‘Array& Array::operator=(const Array&)’
  773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec >
      |       ^~~~~
In file included from /workspaces/xmm_sas/include/CalServer.h:63:
/workspaces/xmm_sas/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /workspaces/xmm_sas/include/CalAtomServer.h:53,
                 from /workspaces/xmm_sas/include/CalServer.h:64:
/workspaces/xmm_sas/include/BackgroundDataServer.h:79:14: note:   by ‘void BackgroundDataServer::dump(std::ostream&) const’
   79 |         void dump(std::ostream &) const {}
      |              ^~~~
In file included from /workspaces/xmm_sas/include/BadPixelDataServer.h:49,
                 from /workspaces/xmm_sas/include/CalAtomServer.h:54:
/workspaces/xmm_sas/include/BadPixelMap.h:152:21: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49,
                 from epframes_main.cc:31:
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /workspaces/xmm_sas/include/GeometryDataServer.h:95,
                 from /workspaces/xmm_sas/include/Boresight.h:62,
                 from /workspaces/xmm_sas/include/CalAtomServer.h:55:
/workspaces/xmm_sas/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
/workspaces/xmm_sas/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/workspaces/xmm_sas/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/workspaces/xmm_sas/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /workspaces/xmm_sas/include/CalAtomServer.h:57:
/workspaces/xmm_sas/include/CalAtomsMisc.h:117:14: note:   by ‘void HkWindows::dump() const’
  117 |         void dump() const;
      |              ^~~~
In file included from /workspaces/xmm_sas/include/OmFluxConverter.h:53,
                 from /workspaces/xmm_sas/include/CalAtomServer.h:77:
/workspaces/xmm_sas/include/CalOalUtility.h:249:38: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /workspaces/xmm_sas/include/CalAtomServer.h:79:
/workspaces/xmm_sas/include/OmPsfDataServer.h:70:22: note:   by ‘virtual void OmPsf::dump(std::ostream&) const’
   70 |         virtual void dump(std::ostream &os) const;
      |                      ^~~~
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o epframes epframes_main.o -lepframes -lmetatask -lsasdal -lcaloalutils -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lslatec -lsla -leputils -lmetatask -L/sasbuild/tools/qt-x11-free/lib -lqt  -lgfortran -lcfitsio -ldl -lm -L. 
sed -e "s/DOC/epframes/" -e "s/TYPE/user/" < \
/workspaces/xmm_sas/packages/sas/doc/lib/package.tex | /workspaces/xmm_sas/packages/sas/bin/texcombine | \
/workspaces/xmm_sas/packages/sas/bin/fixdoc -type=user epframes 8.116 epframes 22.0.0-dea43652c-20240924 > epframes.tex
   including sasuser...
      including sasglobal...
   including epframes_description...

latex epframes < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex epframes < /dev/null > makedoc.log
latex epframes < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex epframes < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o epframes.ps epframes > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf epframes > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f epframes.ps
SASRELDIR=../../.. ;\
export SASRELDIR ;\
latex2html -nouse_pdftex -init_file /workspaces/xmm_sas/packages/sas/doc/lib/latex2html.init epframes > /dev/null
texexpand V2020 (Released January 1, 2020)

Warning: No implementation found for option: `version' for `sasdoc' package

Warning: No implementation found for option: `version' for `sasdoc' package
This is dvips(k) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software (www.radicaleye.com)
' TeX output 2024.09.24:1617' -> images.ps
</sasbuild/tools/texlive/texmf-dist/dvips/base/tex.pro>
</sasbuild/tools/texlive/texmf-dist/dvips/l3backend/l3backend-dvips.pro>
</sasbuild/tools/texlive/texmf-dist/dvips/base/texps.pro>
</sasbuild/tools/texlive/texmf-dist/dvips/base/special.pro>. 
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
[1] [2] [3] [4] [5] [6] 
/usr/bin/echo ""

mkpkgidx -t . > /dev/null || (rm -f epframes/index.pl ; exit 1)
pointer=epframes/ChangeLog ; \
target=../../../packages/epframes/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm epframes.tex
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils checkoutput_no.f90
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o checkoutput_no checkoutput_no.o -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. 
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils checkoutput_IM.f90
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o checkoutput_IM checkoutput_IM.o -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. 
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils checkoutput_TI.f90
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o checkoutput_TI checkoutput_TI.o -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. 
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils checkoutput_BU.f90
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o checkoutput_BU checkoutput_BU.o -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. 
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils checkoutput_SW.f90
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o checkoutput_SW checkoutput_SW.o -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. 
Testing epframes_test_no ... FAILED
Message: will run ./epframes_test_no for no longer than 600 seconds.
epframes:- Executing (routine): epframes set='OAL(EPN, IMAGING, 1, 1)' eventset=rawevents_no.dat gtiset=gti_no.dat withradmon=no radmonset=radmon.dat wrongpixlimit=10 srcra=0 srcdec=0 withsrccoords=no srcposition=190 withsrcrawy=no withfinetime=yes lowerthreshold=0 fifogtithresh=76 withfifogti=yes mipthreshold=3000 mipmethod=onboard qualmax=0 eventmapset=eventmap.dat nomipthresholdlow=40 nomipthresholdhigh=1600 softthresholdlow=20 softthresholdhigh=30 witheventmap=no mipdist=no mipdiscard=yes f1294=0 f1052=32400 f1118=UNKNOWN anchop=0 ancmloth=532 ancmcorr=512 aneamipsel=1 anmaxmip=63 anmip=3512 anmaxfrc=20 ansendmode='MIP CORREC.2' ecntempqb1=-9999.9 hcettmpfpf=-89.965 automode=yes autofilter=yes odfok=yes hkok=yes setupbpx=nom6 ccfok=yes withinvalidobt=yes withallobtgti=yes guessdeltap=no showccx=no showaux=no showpmh=no showpah=no showve=no  -w 1 -V 6
epframes:- epframes (epframes-8.116)  [22.0.0-dea43652c-20240924] started:  2024-09-24T16:17:17.000
epframes:-  EPFRAMES 8.116 is running...
epframes:- ... entering getParamValues...
epframes:-  ODF summary file is   : 0001_0000000000_SCX00000SUM.ASC
epframes:- 
epframes:-  XMM ODF in directory  : /workspaces/xmm_sas/lib/testodf/epodf
epframes:-  revolution number     :           1
epframes:-  proposal id           : 000000
epframes:-  total number of files :          20
epframes:-  observation id        : 0000
epframes:-  observation start time: 2000-04-30T13:34:31.000
epframes:-  type of ODF           : POINTING
epframes:-  name of the GO        : Dr. Pino Paperino
epframes:-  institute of the GO   : Duck Research
epframes:-  postal addr. of the GO: Duck Laboratories Unlimited, Via degli Stagni, Paperopoli, State, DUCK 42, Country
epframes:-  e-mail addr. of the GO: paperino@quack.duck-research.com
epframes:- 
epframes:-  AO of proposal        : AO
epframes:-  science type          : ST
epframes:-  name of the target    : duckling
epframes:- 
epframes:-  Ra of target     [deg]:    0.00000
epframes:-  Dec of target    [deg]:    0.00000
epframes:-  Ra of boresight  [deg]:    0.00000
epframes:-  Dec of boresight [deg]:    0.00000
epframes:-  duration of obser. [s]:     4000.0
epframes:- 
epframes:-  pos. angle constraints: 0360
epframes:-  pos. angle orig. ref. : ?
epframes:- 
epframes:-  instrument priorities : emos1:       1
epframes:-                          emos2:       2
epframes:-                          epn  :       3
epframes:-                          rgs1 :       4
epframes:-                          rgs2 :       5
epframes:-                          om   :       6
epframes:- 
epframes:- Setting withfifogti=Y not implemented yet.
** epframes: warning (missingIPPV),  Parameter FILTER not found, will set it to UNKNOWN
epframes:-  Parameter FILTER from SUM file: UNKNOWN
epframes:-  Parameter CMCORR_PN_DB not found, will not be used for checks.
epframes:- Accessing input file ...
epframes:- Initializing output file ...
epframes:- Entering initRawOutput...
epframes:- Leaving initRawOutput...
Could not open file 'EPN_MODEPARAM_0003.CCF' for reading in:
  /ccf/pub
  /ccf/priv/rt
  /ccf/priv/validation
  /workspaces/xmm_sas/lib/testccf
  /workspaces/xmm_sas/lib/testccf
  .

** epframes: warning (SummaryOfWarnings), 
   warning missingIPPV silently occurred 3 times
Error while running ./epframes_test_no
Testing epframes_test_IM ... FAILED
Message: will run ./epframes_test_IM for no longer than 600 seconds.
epframes:- Executing (routine): epframes set='OAL(EPN, IMAGING, 1, 1)' eventset=rawevents_IM.dat gtiset=gti_IM.dat withradmon=no radmonset=radmon.dat wrongpixlimit=10 srcra=94.162501 srcdec=22.7 withsrccoords=yes srcposition=190 withsrcrawy=no withfinetime=yes lowerthreshold=0 fifogtithresh=76 withfifogti=no mipthreshold=3000 mipmethod=onboard qualmax=0 eventmapset=eventmap_IM.dat nomipthresholdlow=40 nomipthresholdhigh=1600 softthresholdlow=20 softthresholdhigh=30 witheventmap=yes mipdist=no mipdiscard=yes f1294=0 f1052=32400 f1118=UNKNOWN anchop=0 ancmloth=532 ancmcorr=512 aneamipsel=1 anmaxmip=63 anmip=3512 anmaxfrc=20 ansendmode='MIP CORREC.2' ecntempqb1=-9999.9 hcettmpfpf=-89.965 automode=no autofilter=no odfok=yes hkok=yes setupbpx=nom6 ccfok=yes withinvalidobt=yes withallobtgti=yes guessdeltap=yes showccx=no showaux=no showpmh=no showpah=yes showve=yes  -w 1 -V 6
epframes:- epframes (epframes-8.116)  [22.0.0-dea43652c-20240924] started:  2024-09-24T16:17:17.000
epframes:-  EPFRAMES 8.116 is running...
epframes:- ... entering getParamValues...
epframes:-  ODF summary file is   : 0146_0114100201_SCX00000SUM.SAS
epframes:- 
epframes:-  XMM ODF in directory  : /workspaces/xmm_sas/lib/testodf/epodf_FF/./
epframes:-  revolution number     :         146
epframes:-  proposal id           : 011410
epframes:-  total number of files :          17
epframes:-  observation id        : 0201
epframes:-  observation start time: 2000-09-25T12:31:43.000
epframes:-  type of ODF           : POINTING
epframes:-  name of the GO        : Dr Fred Jansen
epframes:-  institute of the GO   : ESA-SA-SSD
epframes:-  postal addr. of the GO: SCI-SA, Noordwijk, 2200 AG, NETHERLANDS
epframes:-  e-mail addr. of the GO: fjansen@astro.estec.esa.nl
epframes:- 
epframes:-  AO of proposal        : 1
epframes:-  science type          : C
epframes:-  name of the target    : SNR IC443 ptg2
epframes:- 
epframes:-  Ra of target     [deg]:   94.06250
epframes:-  Dec of target    [deg]:   22.70000
epframes:-  Ra of boresight  [deg]:   94.06250
epframes:-  Dec of boresight [deg]:   22.70000
epframes:-  duration of obser. [s]:    14404.0
epframes:- 
epframes:-  pos. angle constraints: 0360
epframes:-  pos. angle orig. ref. : N
epframes:- 
epframes:-  instrument priorities : emos1:       0
epframes:-                          emos2:       0
epframes:-                          epn  :       0
epframes:-                          rgs1 :       0
epframes:-                          rgs2 :       0
epframes:-                          om   :       0
epframes:- 
epframes:- Setting guessdeltap=Y estimates the PN oscillator frequency shift in [Hz].
epframes:- To convert to conservative SAS_JUMP_TOLERANCE value divide delta(P) by 6.
epframes:- This accounts only for temperature and ageing effects, not for time correlation problems.
epframes:-  FILTER = Medium
epframes:-  Parameter FILTER from SUM file: Medium
epframes:-  FRAME_TIME_PARAMETER =            0
epframes:-  Parameter CMCORR_PN_DB not found, will not be used for checks.
epframes:-  CLOCK_RESET_TIME_COARSE =      7516954
epframes:-  CLOCK_WRAP_AROUND =        32400
epframes:- Accessing input file ...
epframes:- Initializing output file ...
epframes:- Entering initRawOutput...
epframes:- Leaving initRawOutput...
Could not open file 'EPN_MODEPARAM_0003.CCF' for reading in:
  /ccf/pub
  /ccf/priv/rt
  /ccf/priv/validation
  /workspaces/xmm_sas/lib/testccf
  /workspaces/xmm_sas/lib/testccf
  .

Error while running ./epframes_test_IM
Testing epframes_test_TI ... FAILED
Message: will run ./epframes_test_TI for no longer than 600 seconds.
epframes:- Executing (routine): epframes set='OAL(EPN, TIMING,  1, 4)' eventset=rawevents_TI.dat gtiset=gti_TI.dat withradmon=no radmonset=radmon.dat wrongpixlimit=10 srcra=0 srcdec=0 withsrccoords=no srcposition=180 withsrcrawy=yes withfinetime=yes lowerthreshold=0 fifogtithresh=76 withfifogti=no mipthreshold=3000 mipmethod=onboard qualmax=0 eventmapset=eventmap.dat nomipthresholdlow=40 nomipthresholdhigh=1600 softthresholdlow=20 softthresholdhigh=30 witheventmap=no mipdist=no mipdiscard=yes f1294=0 f1052=32400 f1118=UNKNOWN anchop=0 ancmloth=532 ancmcorr=512 aneamipsel=1 anmaxmip=63 anmip=3512 anmaxfrc=20 ansendmode='MIP CORREC.2' ecntempqb1=-9999.9 hcettmpfpf=-89.965 automode=no autofilter=no odfok=yes hkok=yes setupbpx=nom6 ccfok=yes withinvalidobt=yes withallobtgti=yes guessdeltap=no showccx=no showaux=no showpmh=no showpah=no showve=no  -w 1 -V 5
epframes:- epframes (epframes-8.116)  [22.0.0-dea43652c-20240924] started:  2024-09-24T16:17:18.000
epframes:-  EPFRAMES 8.116 is running...
epframes:-  ODF summary file is   : 0001_0000000000_SCX00000SUM.ASC
epframes:- 
epframes:-  XMM ODF in directory  : /workspaces/xmm_sas/lib/testodf/epodf
epframes:-  revolution number     :           1
epframes:-  proposal id           : 000000
epframes:-  total number of files :          20
epframes:-  observation id        : 0000
epframes:-  observation start time: 2000-04-30T13:34:31.000
epframes:-  type of ODF           : POINTING
epframes:-  name of the GO        : Dr. Pino Paperino
epframes:-  institute of the GO   : Duck Research
epframes:-  postal addr. of the GO: Duck Laboratories Unlimited, Via degli Stagni, Paperopoli, State, DUCK 42, Country
epframes:-  e-mail addr. of the GO: paperino@quack.duck-research.com
epframes:- 
epframes:-  AO of proposal        : AO
epframes:-  science type          : ST
epframes:-  name of the target    : duckling
epframes:- 
epframes:-  Ra of target     [deg]:    0.00000
epframes:-  Dec of target    [deg]:    0.00000
epframes:-  Ra of boresight  [deg]:    0.00000
epframes:-  Dec of boresight [deg]:    0.00000
epframes:-  duration of obser. [s]:     4000.0
epframes:- 
epframes:-  pos. angle constraints: 0360
epframes:-  pos. angle orig. ref. : ?
epframes:- 
epframes:-  instrument priorities : emos1:       1
epframes:-                          emos2:       2
epframes:-                          epn  :       3
epframes:-                          rgs1 :       4
epframes:-                          rgs2 :       5
epframes:-                          om   :       6
epframes:- 
** epframes: warning (missingIPPV),  Parameter FILTER not found, will set it to UNKNOWN
epframes:-  Parameter FILTER from SUM file: UNKNOWN
epframes:-  Parameter CMCORR_PN_DB not found, will not be used for checks.
Could not open file 'EPN_MODEPARAM_0003.CCF' for reading in:
  /ccf/pub
  /ccf/priv/rt
  /ccf/priv/validation
  /workspaces/xmm_sas/lib/testccf
  /workspaces/xmm_sas/lib/testccf
  .

** epframes: warning (SummaryOfWarnings), 
   warning missingIPPV silently occurred 3 times
Error while running ./epframes_test_TI
Testing epframes_test_BU ... FAILED
Message: will run ./epframes_test_BU for no longer than 600 seconds.
epframes:- Executing (routine): epframes set='OAL(EPN, BURST, 1, 4)' eventset=rawevents_BU.dat gtiset=gti_BU.dat withradmon=no radmonset=radmon.dat wrongpixlimit=10 srcra=0 srcdec=0 withsrccoords=no srcposition=185 withsrcrawy=yes withfinetime=no lowerthreshold=0 fifogtithresh=76 withfifogti=no mipthreshold=3000 mipmethod=onboard qualmax=0 eventmapset=eventmap.dat nomipthresholdlow=40 nomipthresholdhigh=1600 softthresholdlow=20 softthresholdhigh=30 witheventmap=no mipdist=no mipdiscard=yes f1294=0 f1052=32400 f1118=UNKNOWN anchop=0 ancmloth=532 ancmcorr=512 aneamipsel=1 anmaxmip=63 anmip=3512 anmaxfrc=20 ansendmode='MIP CORREC.2' ecntempqb1=-9999.9 hcettmpfpf=-89.965 automode=no autofilter=no odfok=yes hkok=yes setupbpx=nom6 ccfok=yes withinvalidobt=yes withallobtgti=yes guessdeltap=no showccx=no showaux=no showpmh=no showpah=no showve=no  -w 1 -V 7
epframes:- epframes (epframes-8.116)  [22.0.0-dea43652c-20240924] started:  2024-09-24T16:17:18.000
epframes:-  EPFRAMES 8.116 is running...
epframes:- ... entering getParamValues...
epframes:- Reading instrument section 1 from ODF summary file ...
epframes:- Reading instrument section 2 from ODF summary file ...
epframes:- Reading instrument section 3 from ODF summary file ...
epframes:- Reading instrument section 4 from ODF summary file ...
epframes:- Reading instrument section 5 from ODF summary file ...
epframes:- Reading instrument section 6 from ODF summary file ...
epframes:- Reading exposure 1 ...
epframes:- instr/mode/size: EPN/Imaging/1
epframes:- Reading exposure 2 ...
epframes:- instr/mode/size: EPN/Imaging/2
epframes:- Reading exposure 3 ...
epframes:- instr/mode/size: EPN/Timing/1
epframes:- Reading exposure 4 ...
epframes:- instr/mode/size: EPN/Burst/1
epframes:- Read proposal information from ODF summary file `/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_SCX00000SUM.ASC'
GO name            : Dr. Pino Paperino
GO institute       : Duck Research
GO address         : Duck Laboratories Unlimited, Via degli Stagni, Paperopoli, State, DUCK 42, Country
GO e-mail          : paperino@quack.duck-research.com
AO                 : AO
science type       : ST
target name        : duckling
target RA          : 0
target Dec         : 0
observation len [s]: 4000
boresight RA       : 0
boresight Dec      : 0
position angle (lo): 0
position angle (hi): 360
position angle (or): ?
EMOS 1 priority    : 1
EMOS 2 priority    : 2
EPN priority       : 3
RGS 1 priority     : 4
RGS 2 priority     : 5
OM priority        : 6

epframes:- Successfully openened ODF in directory `'
epframes:-  ODF summary file is   : 0001_0000000000_SCX00000SUM.ASC
epframes:- 
epframes:- ... entering OAL_odfInfo...
epframes:-  XMM ODF in directory  : /workspaces/xmm_sas/lib/testodf/epodf
epframes:-  revolution number     :           1
epframes:-  proposal id           : 000000
epframes:-  total number of files :          20
epframes:-  observation id        : 0000
epframes:-  observation start time: 2000-04-30T13:34:31.000
epframes:-  type of ODF           : POINTING
epframes:- ... entering OAL_proposalInfo...
epframes:-  name of the GO        : Dr. Pino Paperino
epframes:-  institute of the GO   : Duck Research
epframes:-  postal addr. of the GO: Duck Laboratories Unlimited, Via degli Stagni, Paperopoli, State, DUCK 42, Country
epframes:-  e-mail addr. of the GO: paperino@quack.duck-research.com
epframes:- 
epframes:-  AO of proposal        : AO
epframes:-  science type          : ST
epframes:-  name of the target    : duckling
epframes:- 
epframes:-  Ra of target     [deg]:    0.00000
epframes:-  Dec of target    [deg]:    0.00000
epframes:-  Ra of boresight  [deg]:    0.00000
epframes:-  Dec of boresight [deg]:    0.00000
epframes:-  duration of obser. [s]:     4000.0
epframes:- 
epframes:-  pos. angle constraints: 0360
epframes:-  pos. angle orig. ref. : ?
epframes:- 
epframes:-  instrument priorities : emos1:       1
epframes:-                          emos2:       2
epframes:-                          epn  :       3
epframes:-                          rgs1 :       4
epframes:-                          rgs2 :       5
epframes:-                          om   :       6
epframes:- 
epframes:- There are currently 0 datasets in memory. Request to open a dataset with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT', mode 'Read', model 'Low
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 1 fits files currently open.
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 0 fits files remaining open.
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 1 fits files currently open.
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 0 fits files remaining open.
epframes:- The dataset with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT' was opened successfully with memory model 'HighLow'.
epframes:- Setting OAL state from data set `/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'
epframes:- OAL state set to:
   instrument             : 6 [EPN]
   data mode              : 15 [Burst]
   exposure index         : 1
   exposure number        : 4
   scheduled              : true
   ccd number             : 4
   node number            : 0 [PRIMARY]

epframes:- Request to close the dataset with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'.  There are currently 1 datasets in memory
epframes:- The dataset with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT' was closed successfully.
** epframes: warning (fineTime), Setting withfinetime=N only useful to detect unrecognized jumps in the AUX full second counter conversion.
** epframes: warning (missingIPPV),  Parameter FILTER not found, will set it to UNKNOWN
epframes:-  Parameter FILTER from SUM file: UNKNOWN
epframes:-  Parameter CMCORR_PN_DB not found, will not be used for checks.
epframes:- Accessing input file ...
epframes:- There are currently 0 datasets in memory. Request to open a dataset with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT', mode 'Read', model 'UseEnvironment
epframes:- No Memory Model has been specified; Using High Memory Model.
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 1 fits files currently open.
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 0 fits files remaining open.
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 1 fits files currently open.
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT'. If successful there will be 0 fits files remaining open.
epframes:- The dataset with name '/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_PNS00404BUE.FIT' was opened successfully with memory model 'High'.
epframes:- Initializing output file ...
epframes:- Entering initRawOutput...
epframes:- There are currently 1 datasets in memory. Request to open a dataset with name 'rawevents_BU.dat', mode 'Create', model 'UseEnvironment
epframes:- No Memory Model has been specified; Using High Memory Model.
epframes:- The dataset with name 'rawevents_BU.dat' was opened successfully with memory model 'High'.
epframes:- ... done outfile ...
epframes:- ... done outccd ...
epframes:- ... attr outfile ...
epframes:- ... attr outccd ...
epframes:- ... attr CAL ...
epframes:- Leaving initRawOutput...
epframes:- Setting CAL state to instrument 4 [EMOS1]

epframes:- 150 switches in the direction of monotonicity were detected during construction of cubic hermite inerpolant 
epframes:- Extrapolation was performed at 1 point(s) in order to evaluate cubic Hermite interpolant at x=6.12236e+07
epframes:- 18 switches in the direction of monotonicity were detected during construction of cubic hermite inerpolant 
epframes:- Extrapolation was performed at 1 point(s) in order to evaluate cubic Hermite interpolant at x=6.12236e+07
epframes:- 180 switches in the direction of monotonicity were detected during construction of cubic hermite inerpolant 
epframes:- Extrapolation was performed at 1 point(s) in order to evaluate cubic Hermite interpolant at x=6.12236e+07
epframes:- 79 switches in the direction of monotonicity were detected during construction of cubic hermite inerpolant 
epframes:- Extrapolation was performed at 1 point(s) in order to evaluate cubic Hermite interpolant at x=6.12236e+07
epframes:- 283 switches in the direction of monotonicity were detected during construction of cubic hermite inerpolant 
epframes:- Extrapolation was performed at 1 point(s) in order to evaluate cubic Hermite interpolant at x=6.12236e+07
epframes:- 224 switches in the direction of monotonicity were detected during construction of cubic hermite inerpolant 
epframes:- Extrapolation was performed at 1 point(s) in order to evaluate cubic Hermite interpolant at x=6.12236e+07
epframes:- Setting CAL state to instrument 6 [EPN]

epframes:- Opening CCF CIF /workspaces/xmm_sas/lib/testccf/ccf.cif

epframes:- There are currently 2 datasets in memory. Request to open a dataset with name '/workspaces/xmm_sas/lib/testccf/ccf.cif', mode 'Read', model 'Low
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'. If successful there will be 1 fits files currently open.
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'. If successful there will be 0 fits files remaining open.
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'. If successful there will be 1 fits files currently open.
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'. If successful there will be 0 fits files remaining open.
epframes:- The dataset with name '/workspaces/xmm_sas/lib/testccf/ccf.cif' was opened successfully with memory model 'HighLow'.
epframes:- Attempting to open the fits file with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'. If successful there will be 1 fits files currently open.
epframes:- New Cif entry: CifEntry{EMOS1, ADUCONV, 10, EMOS1_ADUCONV_0010.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, BACKGROUND, 1, EMOS1_BACKGROUND_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, BADPIX, 8, EMOS1_BADPIX_0008.CCF, 2000-05-12T06:30:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, CALSOURCEDATA, 1, EMOS1_CALSOURCEDATA_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, CONTAMINATION, 1, EMOS1_CONTAMINATION_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, CTI, 5, EMOS1_CTI_0005.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, EFFICIENCY, 1, EMOS1_EFFICIENCY_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, FILTERTRANSX, 9, EMOS1_FILTERTRANSX_0009.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, HKPARMINT, 3, EMOS1_HKPARMINT_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, LINCOORD, 18, EMOS1_LINCOORD_0018.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, MODEPARAM, 6, EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, PATTERNLIB, 5, EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, QUANTUMEF, 14, EMOS1_QUANTUMEF_0014.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, REDIST, 80, EMOS1_REDIST_0080.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, SCREENTHRESH, 1, EMOS1_SCREENTHRESH_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, TIMECORR, 3, EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, ADUCONV, 10, EMOS2_ADUCONV_0010.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, BACKGROUND, 1, EMOS2_BACKGROUND_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, BADPIX, 8, EMOS2_BADPIX_0008.CCF, 2000-05-12T06:30:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, CALSOURCEDATA, 1, EMOS2_CALSOURCEDATA_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, CONTAMINATION, 1, EMOS2_CONTAMINATION_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, CTI, 5, EMOS2_CTI_0005.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, EFFICIENCY, 1, EMOS2_EFFICIENCY_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, FILTERTRANSX, 9, EMOS2_FILTERTRANSX_0009.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, HKPARMINT, 3, EMOS2_HKPARMINT_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, LINCOORD, 18, EMOS2_LINCOORD_0018.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, MODEPARAM, 6, EMOS2_MODEPARAM_0006.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, PATTERNLIB, 5, EMOS2_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, QUANTUMEF, 14, EMOS2_QUANTUMEF_0014.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, REDIST, 80, EMOS2_REDIST_0080.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, SCREENTHRESH, 1, EMOS2_SCREENTHRESH_0001.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, TIMECORR, 3, EMOS2_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, ADUCONV, 16, EPN_ADUCONV_0016.CCF, 2000-11-07T21:22:00.000}

epframes:- New Cif entry: CifEntry{EPN, BACKGROUND, 1, EPN_BACKGROUND_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, BADPIX, 20, EPN_BADPIX_0020.CCF, 2000-11-07T21:22:00.000}

epframes:- New Cif entry: CifEntry{EPN, BUCLOSEDODI, 4, EPN_BUCLOSEDODI_0004.CCF, 2004-07-16T01:32:56.000}

epframes:- New Cif entry: CifEntry{EPN, CALSOURCEDATA, 1, EPN_CALSOURCEDATA_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, CTI, 30, EPN_CTI_0030.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, DARKFRAME, 1, EPN_DARKFRAME_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, EFFICIENCY, 1, EPN_EFFICIENCY_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, FILTERTRANSX, 12, EPN_FILTERTRANSX_0012.CCF, 2000-02-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, HKPARMINT, 3, EPN_HKPARMINT_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, LINCOORD, 9, EPN_LINCOORD_0009.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, MODEPARAM, 3, EPN_MODEPARAM_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, PATTERNLIB, 1, EPN_PATTERNLIB_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, QUANTUMEF, 15, EPN_QUANTUMEF_0015.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, REDIST, 9, EPN_REDIST_0009.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, REJECT, 7, EPN_REJECT_0007.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, SPATIALCTI, 1, EPN_SPATIALCTI_0001.CCF, 2000-01-01T01:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, TICLOSEDODI, 10, EPN_TICLOSEDODI_0010.CCF, 2005-10-11T19:37:18.000}

epframes:- New Cif entry: CifEntry{EPN, TIMECORR, 5, EPN_TIMECORR_0005.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, TIMEJUMPTOL, 1, EPN_TIMEJUMPTOL_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, ASTROMET, 11, OM_ASTROMET_0011.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, BADPIX, 2, OM_BADPIX_0002.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, COLORTRANS, 5, OM_COLORTRANS_0005.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, DARKFRAME, 3, OM_DARKFRAME_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, DIFFUSEGALA, 1, OM_DIFFUSEGALA_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, GRISMCAL, 0, OM_GRISMCAL_0000.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, HKPARMINT, 3, OM_HKPARMINT_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, LARGESCALESENS, 2, OM_LARGESCALESENS_0002.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, LINCOORD, 1, OM_LINCOORD_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, PHOTTONAT, 4, OM_PHOTTONAT_0004.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, PIXTOPIXSENS, 3, OM_PIXTOPIXSENS_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, PSF1DRB, 4, OM_PSF1DRB_0004.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, QUICKMAG, 2, OM_QUICKMAG_0002.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{OM, ZODIACAL, 1, OM_ZODIACAL_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, ADUCONV, 5, RGS1_ADUCONV_0005.CCF, 2000-02-06T16:50:00.000}

epframes:- New Cif entry: CifEntry{RGS1, BACKGROUND, 1, RGS1_BACKGROUND_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, BADPIX, 4, RGS1_BADPIX_0004.CCF, 2000-02-06T16:50:00.000}

epframes:- New Cif entry: CifEntry{RGS1, EFFAREACORR, 3, RGS1_EFFAREACORR_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, CALSOURCEDATA, 1, RGS1_CALSOURCEDATA_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, CLOCKPATTERNS, 1, RGS1_CLOCKPATTERNS_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, COOLPIX, 1, RGS1_COOLPIX_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, CROSSPSF, 2, RGS1_CROSSPSF_0002.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, CTI, 2, RGS1_CTI_0002.CCF, 2000-02-06T16:50:00.000}

epframes:- New Cif entry: CifEntry{RGS1, DARKFRAME, 4, RGS1_DARKFRAME_0004.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, HKPARMINT, 7, RGS1_HKPARMINT_0007.CCF, 2000-09-04T09:02:00.000}

epframes:- New Cif entry: CifEntry{RGS1, LINCOORD, 7, RGS1_LINCOORD_0007.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, LINESPREADFUNC, 2, RGS1_LINESPREADFUNC_0002.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, MODEPARAM, 5, RGS1_MODEPARAM_0005.CCF, 2000-03-08T06:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, QUANTUMEF, 6, RGS1_QUANTUMEF_0006.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, REDIST, 3, RGS1_REDIST_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, SAACORR, 1, RGS1_SAACORR_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS1, TEMPLATEBCKGND, 6, RGS1_TEMPLATEBCKGND_0006.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, ADUCONV, 6, RGS2_ADUCONV_0006.CCF, 2000-01-25T16:27:00.000}

epframes:- New Cif entry: CifEntry{RGS2, BACKGROUND, 1, RGS2_BACKGROUND_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, BADPIX, 4, RGS2_BADPIX_0004.CCF, 2000-01-25T19:30:00.000}

epframes:- New Cif entry: CifEntry{RGS2, EFFAREACORR, 3, RGS2_EFFAREACORR_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, CALSOURCEDATA, 1, RGS2_CALSOURCEDATA_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, COOLPIX, 1, RGS2_COOLPIX_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, CLOCKPATTERNS, 1, RGS2_CLOCKPATTERNS_0001.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, CROSSPSF, 2, RGS2_CROSSPSF_0002.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, CTI, 2, RGS2_CTI_0002.CCF, 2000-01-25T16:27:00.000}

epframes:- New Cif entry: CifEntry{RGS2, DARKFRAME, 4, RGS2_DARKFRAME_0004.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, HKPARMINT, 6, RGS2_HKPARMINT_0006.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, LINCOORD, 7, RGS2_LINCOORD_0007.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, LINESPREADFUNC, 2, RGS2_LINESPREADFUNC_0002.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, MODEPARAM, 5, RGS2_MODEPARAM_0005.CCF, 2000-03-08T06:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, QUANTUMEF, 6, RGS2_QUANTUMEF_0006.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, REDIST, 3, RGS2_REDIST_0003.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, SAACORR, 1, RGS2_SAACORR_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{RGS2, TEMPLATEBCKGND, 7, RGS2_TEMPLATEBCKGND_0007.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, ABSCOEFS, 3, XMM_ABSCOEFS_0003.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, BORESIGHT, 15, XMM_BORESIGHT_0015_SCISIM.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, CALINDEX, 60, XMM_CALINDEX_0060.CCF, 2000-12-15T04:01:51.000}

epframes:- New Cif entry: CifEntry{XMM, MISCDATA, 16, XMM_MISCDATA_0016.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, SPECQUAL, 2, XMM_SPECQUAL_0002.CCF, 1999-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT1, XAREAEF, 10, XRT1_XAREAEF_0010.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT1, XENCIREN, 1, XRT1_XENCIREN_0001.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT1, XPSF, 14, XRT1_XPSF_0014.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT2, XAREAEF, 11, XRT2_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT2, XENCIREN, 1, XRT2_XENCIREN_0001.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT2, XPSF, 14, XRT2_XPSF_0014.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT3, XAREAEF, 14, XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT3, XENCIREN, 1, XRT3_XENCIREN_0001.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{XRT3, XPSF, 14, XRT3_XPSF_0014.CCF, 2000-01-13T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, DARKFRAME, 7, EMOS1_DARKFRAME_0007.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, DARKFRAME, 7, EMOS2_DARKFRAME_0007.CCF, 1998-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS1, FWC, 3, EMOS1_FWC_0003.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EMOS2, FWC, 3, EMOS2_FWC_0003.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, FWC_EFF, 4, EPN_FWC_EFF_0004.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{EPN, FWC, 3, EPN_FWC_0003.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, SWCX, 1, XMM_SWCX_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, FLARE, 1, XMM_FLARE_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, SPDETMAP, 1, XMM_SPDETMAP_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, SCALEFACTORS, 1, XMM_SCALEFACTORS_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- New Cif entry: CifEntry{XMM, RMFEPOCH, 1, XMM_RMFEPOCH_0001.CCF, 2000-01-01T00:00:00.000}

epframes:- Request to close the dataset with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'.  There are currently 3 datasets in memory
epframes:- Attempting to close the fits file with name '/workspaces/xmm_sas/lib/testccf/ccf.cif'. If successful there will be 0 fits files remaining open.
epframes:- The dataset with name '/workspaces/xmm_sas/lib/testccf/ccf.cif' was closed successfully.
epframes:- Retrieving CAL atom EPN/MODEPARAM corresponding to CCD  = 1
node = *inactive*
mode = PrimeFullWindow

epframes:- Querying CIF for CCF constituent: EPN/MODEPARAM

Could not open file 'EPN_MODEPARAM_0003.CCF' for reading in:
  /ccf/pub
  /ccf/priv/rt
  /ccf/priv/validation
  /workspaces/xmm_sas/lib/testccf
  /workspaces/xmm_sas/lib/testccf
  .

** epframes: warning (SummaryOfWarnings), 
   warning missingIPPV silently occurred 3 times
Error while running ./epframes_test_BU
Testing epframes_test_SW ... FAILED
Message: will run ./epframes_test_SW for no longer than 600 seconds.
epframes:- Executing (routine): epframes set='ODF(EPN, IMAGING, 014, 4, S)' eventset=rawevents_SW.dat gtiset=gti_SW.dat withradmon=no radmonset=radmon.dat wrongpixlimit=10 srcra=54.19704 srcdec=0.587758 withsrccoords=yes srcposition=190 withsrcrawy=no withfinetime=yes lowerthreshold=0 fifogtithresh=76 withfifogti=no mipthreshold=3000 mipmethod=onboard qualmax=0 eventmapset=eventmap_SW.dat nomipthresholdlow=40 nomipthresholdhigh=1600 softthresholdlow=20 softthresholdhigh=30 witheventmap=yes mipdist=no mipdiscard=yes f1294=0 f1052=32400 f1118=UNKNOWN anchop=0 ancmloth=532 ancmcorr=512 aneamipsel=1 anmaxmip=63 anmip=3512 anmaxfrc=20 ansendmode='MIP CORREC.2' ecntempqb1=-9999.9 hcettmpfpf=-89.965 automode=no autofilter=no odfok=yes hkok=yes setupbpx=nom6 ccfok=yes withinvalidobt=yes withallobtgti=yes guessdeltap=no showccx=no showaux=no showpmh=no showpah=yes showve=no  -w 1 -V 6
epframes:- epframes (epframes-8.116)  [22.0.0-dea43652c-20240924] started:  2024-09-24T16:17:18.000
epframes:-  EPFRAMES 8.116 is running...
epframes:- ... entering getParamValues...
epframes:-  ODF summary file is   : 0132_0129350201_SCX00000SUM.SAS
epframes:- 
epframes:-  XMM ODF in directory  : /workspaces/xmm_sas/lib/testodf/epodf_SW/./
epframes:-  revolution number     :         132
epframes:-  proposal id           : 012935
epframes:-  total number of files :          12
epframes:-  observation id        : 0201
epframes:-  observation start time: 2000-08-28T02:32:01.000
epframes:-  type of ODF           : POINTING
epframes:-  name of the GO        : Dr Fred Jansen
epframes:-  institute of the GO   : ESA-SA-SSD
epframes:-  postal addr. of the GO: SCI-SA, Noordwijk, 2200 AG, NETHERLANDS
epframes:-  e-mail addr. of the GO: fjansen@astro.estec.esa.nl
epframes:- 
epframes:-  AO of proposal        : 1
epframes:-  science type          : A
epframes:-  name of the target    : HR1099
epframes:- 
epframes:-  Ra of target     [deg]:   54.19583
epframes:-  Dec of target    [deg]:    0.59000
epframes:-  Ra of boresight  [deg]:   54.19583
epframes:-  Dec of boresight [deg]:    0.59000
epframes:-  duration of obser. [s]:    29604.0
epframes:- 
epframes:-  pos. angle constraints: 0360
epframes:-  pos. angle orig. ref. : N
epframes:- 
epframes:-  instrument priorities : emos1:       0
epframes:-                          emos2:       0
epframes:-                          epn  :       0
epframes:-                          rgs1 :       0
epframes:-                          rgs2 :       0
epframes:-                          om   :       0
epframes:- 
epframes:-  FILTER = Thin1
epframes:-  Parameter FILTER from SUM file: Thin1
epframes:-  FRAME_TIME_PARAMETER =            0
epframes:-  Parameter CMCORR_PN_DB not found, will not be used for checks.
epframes:-  CLOCK_RESET_TIME_COARSE =      5080833
epframes:-  CLOCK_WRAP_AROUND =        32400
epframes:- Accessing input file ...
epframes:- Initializing output file ...
epframes:- Entering initRawOutput...
epframes:- Leaving initRawOutput...
Could not open file 'EPN_MODEPARAM_0003.CCF' for reading in:
  /ccf/pub
  /ccf/priv/rt
  /ccf/priv/validation
  /workspaces/xmm_sas/lib/testccf
  /workspaces/xmm_sas/lib/testccf
  .

Error while running ./epframes_test_SW
Testing epframes_test_slew ... FAILED
Message: will run ./epframes_test_slew for no longer than 600 seconds.
epframes:- Executing (routine): epframes set='OAL(EPN, IMAGING, 1, 4)' eventset=rawevents_slew_04.dat gtiset=gti_slew_04.dat withradmon=no radmonset=radmon.dat wrongpixlimit=10 srcra=0 srcdec=0 withsrccoords=no srcposition=190 withsrcrawy=no withfinetime=yes lowerthreshold=0 fifogtithresh=76 withfifogti=no mipthreshold=3000 mipmethod=onboard qualmax=0 eventmapset=eventmap_slew_04.dat nomipthresholdlow=40 nomipthresholdhigh=1600 softthresholdlow=20 softthresholdhigh=30 witheventmap=yes mipdist=no mipdiscard=yes f1294=0 f1052=32400 f1118=UNKNOWN anchop=0 ancmloth=532 ancmcorr=512 aneamipsel=1 anmaxmip=63 anmip=3512 anmaxfrc=20 ansendmode='MIP CORREC.2' ecntempqb1=-9999.9 hcettmpfpf=-89.965 automode=no autofilter=no odfok=yes hkok=yes setupbpx=nom6 ccfok=yes withinvalidobt=yes withallobtgti=yes guessdeltap=yes showccx=no showaux=no showpmh=no showpah=yes showve=yes  -w 1 -V 6
epframes:- epframes (epframes-8.116)  [22.0.0-dea43652c-20240924] started:  2024-09-24T16:17:18.000
epframes:-  EPFRAMES 8.116 is running...
epframes:- ... entering getParamValues...
epframes:-  ODF summary file is   : 1711_9171100003_SCX00000SUM.SAS
epframes:- 
epframes:-  XMM ODF in directory  : /workspaces/xmm_sas/packages/eptestdata/epsdf//./
epframes:-  revolution number     :        1711
epframes:-  proposal id           : 917110
epframes:-  total number of files :          71
epframes:-  observation id        : 0003
epframes:-  observation start time: 2009-04-12T21:34:57.000
epframes:-  type of ODF           : SLEW
epframes:-  name of the GO        : ��������������������������������������������������������������������������������
epframes:-  institute of the GO   : ��������������������������������������������������������������������������������
epframes:-  postal addr. of the GO: ������������������������������������������������������������������������������������������������������������������������
epframes:-  e-mail addr. of the GO: ��������������������������������������������������������������������������������
epframes:- 
epframes:-  AO of proposal        : ��
epframes:-  science type          : ��
epframes:-  name of the target    : ��������������������
epframes:- 
epframes:-  Ra of target     [deg]:    0.00000
epframes:-  Dec of target    [deg]:    0.00000
epframes:-  Ra of boresight  [deg]:    0.00000
epframes:-  Dec of boresight [deg]:    0.00000
epframes:-  duration of obser. [s]:        0.0
epframes:- 
epframes:-  pos. angle constraints: ������
epframes:-  pos. angle orig. ref. : ��
epframes:- 
epframes:-  instrument priorities : emos1:   -3984
epframes:-                          emos2:     566
epframes:-                          epn  :       0
epframes:-                          rgs1 :       0
epframes:-                          rgs2 :      17
epframes:-                          om   :       0
epframes:- 
epframes:- Setting guessdeltap=Y estimates the PN oscillator frequency shift in [Hz].
epframes:- To convert to conservative SAS_JUMP_TOLERANCE value divide delta(P) by 6.
epframes:- This accounts only for temperature and ageing effects, not for time correlation problems.
epframes:-  FILTER = Medium
epframes:-  Parameter FILTER from SUM file: Medium
epframes:-  FRAME_TIME_PARAMETER =            0
epframes:-  Parameter CMCORR_PN_DB not found, will not be used for checks.
epframes:-  CLOCK_RESET_TIME_COARSE =    277197677
epframes:-  CLOCK_WRAP_AROUND =        32400
epframes:- Accessing input file ...
epframes:- Initializing output file ...
epframes:- Entering initRawOutput...
epframes:- Leaving initRawOutput...
Could not open file 'EPN_MODEPARAM_0003.CCF' for reading in:
  /ccf/pub
  /ccf/priv/rt
  /ccf/priv/validation
  /workspaces/xmm_sas/lib/testccf
  /workspaces/xmm_sas/lib/testccf
  .

Error while running ./epframes_test_slew
ERROR: one of the tests failed