--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 0.8.1 - 2022-07-05 (EO) Information: this ChangeLog entry matches the version number: Version 0.8.1 - 2022-07-05 (EO) Information: ./config/makethumbs.par is an XML parameter file, I cannot yet validate it. Skipped. Information: ./config/ingestsrcnames.par is an XML parameter file, I cannot yet validate it. Skipped. Warning: makethumbs - missing lyt files. Now checking git repository... --- Distribution check [end] --- /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/sastaskhdr_gfortran makethumbs 0.8.1 makethumbs 22.0.0-dad1e14b0-20240919 > makethumbs.h /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/sastaskhimp makethumbs 0.8.1 makethumbs 22.0.0-dad1e14b0-20240919 > makethumbs_h_imp.cc /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/sastaskhdr_gfortran ingestsrcnames 0.8.1 makethumbs 22.0.0-dad1e14b0-20240919 > ingestsrcnames.h /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/sastaskhimp ingestsrcnames 0.8.1 makethumbs 22.0.0-dad1e14b0-20240919 > ingestsrcnames_h_imp.cc T=makethumbs ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/xmm_sas/packages/taskmain/src/task_c.cc | sed "s/taskproc/$T_mod_MP_$T/g" > makethumbs_c.cc T=ingestsrcnames ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/xmm_sas/packages/taskmain/src/task_c.cc | sed "s/taskproc/$T_mod_MP_$T/g" > ingestsrcnames_c.cc Dependencies for makethumbs Dependencies for ingestsrcnames Dependencies for thumbnail Dependencies for testingestsrcnamesaux Dependencies for testmakethumbsaux gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils ingestsrcnames_aux.f90 gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils makethumbs_aux.f90 /usr/bin/ar cur libthumbnail.a ingestsrcnames_aux.o makethumbs_aux.o ranlib libthumbnail.a g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/xmm_sas/config.h -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. makethumbs_h_imp.cc In file included from /Volumes/SAS/sasbuild/xmm_sas/include/DalRegister.h:27, from makethumbs_h_imp.cc:12: /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:547:22: note: by 'virtual DataSet& DataSet::operator=(const DataSet&)' 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:600:7: note: by 'Block& Block::operator=(const Block&)' 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:632:7: note: by 'Table& Table::operator=(const Table&)' 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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, public virtual Seekable | ^~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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 -fno-common -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/xmm_sas/config.h -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. makethumbs_c.cc gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils makethumbs_mod.f90 /usr/bin/ar cur libmakethumbs.a makethumbs_h_imp.o makethumbs_c.o ingestsrcnames_aux.o makethumbs_aux.o makethumbs_mod.o ranlib libmakethumbs.a g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/xmm_sas/config.h -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. ingestsrcnames_h_imp.cc In file included from /Volumes/SAS/sasbuild/xmm_sas/include/DalRegister.h:27, from ingestsrcnames_h_imp.cc:12: /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:547:22: note: by 'virtual DataSet& DataSet::operator=(const DataSet&)' 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:600:7: note: by 'Block& Block::operator=(const Block&)' 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:632:7: note: by 'Table& Table::operator=(const Table&)' 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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
, public virtual Seekable | ^~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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 -fno-common -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/xmm_sas/config.h -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. ingestsrcnames_c.cc gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils ingestsrcnames_mod.f90 /usr/bin/ar cur libingestsrcnames.a ingestsrcnames_h_imp.o ingestsrcnames_c.o ingestsrcnames_aux.o ingestsrcnames_mod.o ranlib libingestsrcnames.a g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,@loader_path/../lib/libthumbnail.0.8.dylib -o libthumbnail.0.8.dylib ingestsrcnames_aux.o makethumbs_aux.o -lmetatask -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lselector -lssc -lmetatask -L/Volumes/SAS/sasbuild/tools/qt-x11-free/lib -lqt -framework Security -lgfortran -lcpgplot -lpng -lz -lpgplot -lXaw -lXmu -lXt -lXext -lX11 g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,@loader_path/../lib/libmakethumbs.0.8.dylib -o libmakethumbs.0.8.dylib makethumbs_h_imp.o makethumbs_c.o ingestsrcnames_aux.o makethumbs_aux.o makethumbs_mod.o -lmetatask -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lselector -lssc -lmetatask -L/Volumes/SAS/sasbuild/tools/qt-x11-free/lib -lqt -framework Security -lgfortran -lcpgplot -lpng -lz -lpgplot -lXaw -lXmu -lXt -lXext -lX11 g++ -bind_at_load -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,@loader_path/../lib/libingestsrcnames.0.8.dylib -o libingestsrcnames.0.8.dylib ingestsrcnames_h_imp.o ingestsrcnames_c.o ingestsrcnames_aux.o ingestsrcnames_mod.o -lmetatask -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lselector -lssc -lmetatask -L/Volumes/SAS/sasbuild/tools/qt-x11-free/lib -lqt -framework Security -lgfortran -lcpgplot -lpng -lz -lpgplot -lXaw -lXmu -lXt -lXext -lX11 T=makethumbs ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/xmm_sas/packages/taskmain/src/main.cc | sed "s/VERSION/0.8.1/g; s/RELEASE/22.0.0-dad1e14b0-20240919/g; s/PACKAGE/makethumbs/g" > makethumbs_main.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/xmm_sas/config.h -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. makethumbs_main.cc In file included from /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/backward/strstream:50, from /Volumes/SAS/sasbuild/xmm_sas/include/utils/stringutil.h:27, from makethumbs_main.cc:38: /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/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 /Volumes/SAS/sasbuild/xmm_sas/include/Xmm.h:117, from /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:61, from makethumbs_main.cc:43: /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/Ccf.h:61, from /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:62: /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:547:22: note: by 'virtual DataSet& DataSet::operator=(const DataSet&)' 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:600:7: note: by 'Block& Block::operator=(const Block&)' 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:632:7: note: by 'Table& Table::operator=(const Table&)' 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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
, public virtual Seekable | ^~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:63: /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:53, from /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:64: /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/BadPixelDataServer.h:49, from /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:54: /Volumes/SAS/sasbuild/xmm_sas/include/BadPixelMap.h:152:21: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/string:49, from makethumbs_main.cc:31: /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from /Volumes/SAS/sasbuild/xmm_sas/include/GeometryDataServer.h:95, from /Volumes/SAS/sasbuild/xmm_sas/include/Boresight.h:62, from /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:55: /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:57: /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomsMisc.h:117:14: note: by 'void HkWindows::dump() const' 117 | void dump() const; | ^~~~ In file included from /Volumes/SAS/sasbuild/xmm_sas/include/OmFluxConverter.h:53, from /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:77: /Volumes/SAS/sasbuild/xmm_sas/include/CalOalUtility.h:249:38: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:79: /Volumes/SAS/sasbuild/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++ -L/Volumes/SAS/sasbuild/xmm_sas/lib -o makethumbs -lmetatask -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lselector -lssc -lmetatask makethumbs_main.o -lmakethumbs -L/Volumes/SAS/sasbuild/tools/qt-x11-free/lib -lqt -framework Security -lgfortran -lcpgplot -lpng -lz -lpgplot -lXaw -lXmu -lXt -lXext -lX11 -lgfortran -lcfitsio -ldl -lm -L. T=ingestsrcnames ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/xmm_sas/packages/taskmain/src/main.cc | sed "s/VERSION/0.8.1/g; s/RELEASE/22.0.0-dad1e14b0-20240919/g; s/PACKAGE/makethumbs/g" > ingestsrcnames_main.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/xmm_sas/config.h -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/utils -I/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. ingestsrcnames_main.cc In file included from /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/backward/strstream:50, from /Volumes/SAS/sasbuild/xmm_sas/include/utils/stringutil.h:27, from ingestsrcnames_main.cc:38: /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/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 /Volumes/SAS/sasbuild/xmm_sas/include/Xmm.h:117, from /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:61, from ingestsrcnames_main.cc:43: /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/Ccf.h:61, from /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:62: /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:547:22: note: by 'virtual DataSet& DataSet::operator=(const DataSet&)' 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:600:7: note: by 'Block& Block::operator=(const Block&)' 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Dal.h:632:7: note: by 'Table& Table::operator=(const Table&)' 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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
, public virtual Seekable | ^~~~~~ /Volumes/SAS/sasbuild/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; | ^~~~~~~~ /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:63: /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:53, from /Volumes/SAS/sasbuild/xmm_sas/include/CalServer.h:64: /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/BadPixelDataServer.h:49, from /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:54: /Volumes/SAS/sasbuild/xmm_sas/include/BadPixelMap.h:152:21: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 152 | public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/string:49, from ingestsrcnames_main.cc:31: /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from /Volumes/SAS/sasbuild/xmm_sas/include/GeometryDataServer.h:95, from /Volumes/SAS/sasbuild/xmm_sas/include/Boresight.h:62, from /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:55: /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/xmm_sas/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:57: /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomsMisc.h:117:14: note: by 'void HkWindows::dump() const' 117 | void dump() const; | ^~~~ In file included from /Volumes/SAS/sasbuild/xmm_sas/include/OmFluxConverter.h:53, from /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:77: /Volumes/SAS/sasbuild/xmm_sas/include/CalOalUtility.h:249:38: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ /usr/local/Cellar/gcc@13/13.3.0/include/c++/13/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/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 /Volumes/SAS/sasbuild/xmm_sas/include/CalAtomServer.h:79: /Volumes/SAS/sasbuild/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++ -L/Volumes/SAS/sasbuild/xmm_sas/lib -o ingestsrcnames -lmetatask -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lselector -lssc -lmetatask ingestsrcnames_main.o -lingestsrcnames -L/Volumes/SAS/sasbuild/tools/qt-x11-free/lib -lqt -framework Security -lgfortran -lcpgplot -lpng -lz -lpgplot -lXaw -lXmu -lXt -lXext -lX11 -lgfortran -lcfitsio -ldl -lm -L. sed -e "s/DOC/makethumbs/" -e "s/TYPE/user/" < \ /Volumes/SAS/sasbuild/xmm_sas/packages/sas/doc/lib/package.tex | /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/texcombine | \ /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/fixdoc -type=user makethumbs 0.8.1 makethumbs 22.0.0-dad1e14b0-20240919 > makethumbs.tex including sasuser... including sasglobal... including makethumbs_description... latex makethumbs < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex makethumbs < /dev/null > makedoc.log make[5]: [makethumbs.ps.gz] Error 2 (ignored) latex makethumbs < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex makethumbs < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o makethumbs.ps makethumbs > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf makethumbs > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f makethumbs.ps sed -e "s/DOC/ingestsrcnames/" -e "s/TYPE/user/" < \ /Volumes/SAS/sasbuild/xmm_sas/packages/sas/doc/lib/package.tex | /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/texcombine | \ /Volumes/SAS/sasbuild/xmm_sas/packages/sas/bin/fixdoc -type=user ingestsrcnames 0.8.1 makethumbs 22.0.0-dad1e14b0-20240919 > ingestsrcnames.tex including sasuser... including sasglobal... including ingestsrcnames_description... latex ingestsrcnames < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex ingestsrcnames < /dev/null > makedoc.log make[5]: [ingestsrcnames.ps.gz] Error 2 (ignored) latex ingestsrcnames < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex ingestsrcnames < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o ingestsrcnames.ps ingestsrcnames > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf ingestsrcnames > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f ingestsrcnames.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/xmm_sas/packages/sas/doc/lib/latex2html.init makethumbs > /dev/null texexpand V2024 (Released January 1, 2024) Warning: No implementation found for option: `version' for `sasdoc' package Warning: No implementation found for option: `version' for `sasdoc' package Fatal (syswait): exec " ./images.tex" failed: Permission denied at /Volumes/SAS/sasbuild/tools/latex2html/bin/latex2html line 3848. Cannot read logfile './images.log': No such file or directory make[5]: *** [makethumbs_html] Error 2 rm makethumbs.tex ingestsrcnames.tex make[4]: *** [doc] Error 2 gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/thumbnail -I/Volumes/SAS/sasbuild/xmm_sas/include/utils testingestsrcnamesaux.f90 g++ -L/Volumes/SAS/sasbuild/xmm_sas/lib -o testingestsrcnamesaux -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lerror -lutils -lssc -lthumbnail testingestsrcnamesaux.o -lgfortran -lcfitsio -ldl -lm -L. gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/xmm_sas/include -I/Volumes/SAS/sasbuild/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/xmm_sas/include/ssc -I/Volumes/SAS/sasbuild/xmm_sas/include/thumbnail -I/Volumes/SAS/sasbuild/xmm_sas/include/utils testmakethumbsaux.f90 g++ -L/Volumes/SAS/sasbuild/xmm_sas/lib -o testmakethumbsaux -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lerror -lutils -lssc -lthumbnail testmakethumbsaux.o -lgfortran -lcfitsio -ldl -lm -L. Testing ingestsrcnames_test ... passed Testing testingestsrcnamesaux ... passed Testing testmakethumbsaux ... passed Testing testmakethumbssimple ... FAILED Message: will run ./testmakethumbssimple for no longer than 600 seconds. 1..105 === verbosity=6 Start Time = (1726761786). invoke gunzip -c /Volumes/SAS/sasbuild/xmm_sas/lib/data/makethumbs_data/P0094411101M1U002IMAGE_8000.FTZ > testdata/P0094411101M1U002IMAGE_8000.FIT invoke gunzip -c /Volumes/SAS/sasbuild/xmm_sas/lib/data/makethumbs_data/testpubcat8slim.fits.gz > testdata/testpubcat8slim.fits invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=no ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=tmptest1.Gif printparams=yes dryrun=yes makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=0 withsrcnum=no outfilename=tmptest1.Gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper='' imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=yes -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:07.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... makethumbs:- The thumbnail parameters after loading are ... makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (tmptest1.Gif). makethumbs:- Created GIF file is: makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] ended: 2024-09-19T16:03:07.000 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] CPU time: 0.014825s makethumbs:- List of CCF constituents accessed during this run: CifEntry{XMM, BORESIGHT, 15, /Volumes/SAS/sasbuild/xmm_sas/lib/testccf/XMM_BORESIGHT_0015_SCISIM.CCF, 2000-01-01T00:00:00.000} ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 0) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 0 indexStr: () fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 2.02484713E-37 ) catName: () fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 0) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: commLower: commUpper: sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== ========== ThumbOneT variable ========== filename: (tmptest1.Gif) (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 0 indexStr: () fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 344.064026 , 266.052338 ) catName: () fullCatName: () inCatFlag: T ==================== tmptest1.Gif filename: (tmptest1.Gif) (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 0 indexStr: () fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 344.064026 , 266.052338 ) catName: () fullCatName: () inCatFlag: T ==================== ok 1 - Test 1-1 (0) ok 2 - Test 1-2 (outfiles/tmpmakethumbs_test_radec1.gif) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=no ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec2.gif printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=0 withsrcnum=no outfilename=outfiles/tmpmakethumbs_test_radec2.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper='' imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:08.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... makethumbs:- The thumbnail parameters after loading are ... makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_radec2.gif). not ok 3 - Test 2-1 (11) # Failed test 'Test 2-1 (11)' # at ./testmakethumbssimple line 325. ok 4 - Test 2-2 (outfiles/tmpmakethumbs_test_radec2.gif) not ok 5 - Test 2-3 (0) # Failed test 'Test 2-3 (0)' # at ./testmakethumbssimple line 328. ok 6 - Test 2-4 (1726761788) < (1726761786) invoke makethumbs --noclobber -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=no ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec2.gif printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=0 withsrcnum=no outfilename=outfiles/tmpmakethumbs_test_radec2.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper='' imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:08.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... makethumbs:- The thumbnail parameters after loading are ... makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. ** makethumbs: warning (fileExists), File (outfiles/tmpmakethumbs_test_radec2.gif) exists. NOT overwritten. Skipped. ** makethumbs: error (allFilesFailed), Failed in creating every output file. ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 0) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 0 indexStr: () fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 5.10029234E-37 ) catName: () fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 0) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: commLower: commUpper: sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== ok 7 - Test 2-5 (256) ok 8 - Test 2-6 (1726761788) != (1726761788) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=99 withcat=no ra=86.6006748505705872 dec=-69.2702711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec3.gif srcindexstyle=srcnum obsidstr=12345 inststr=Fine commlower=SW-Offset-location commupper=Thick-Line lwidth=20 printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.600675 dec=-69.270271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=99 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_radec3.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=srcnum srcindexseparator=DEFAULT iaunameprefix='' obsidstr=12345 erangestr='' inststr=Fine commlower=SW-Offset-location commupper=Thick-Line imagesize=8 lwidth=20 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:09.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- INSTRUMENT = (Fine). makethumbs:- OBS_ID = (12345). makethumbs:- OBSID = 12345 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 99) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.6006748506) decDeg = ( -69.2702711953) makethumbs:- The thumbnail parameters after loading are ... ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.600674850570584 , -69.270271195341621 ) srcIndex: 99 indexStr: (99) fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 8.86364640E-37 ) catName: () fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 99) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.6006748506) decDeg = ( -69.2702711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (Fine) obsId: 12345 obsIdStr: 12345 eRangeStr: commLower: SW-Offset-location commUpper: Thick-Line sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 20 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_radec3.gif). not ok 9 - Test 3-1 (11) # Failed test 'Test 3-1 (11)' # at ./testmakethumbssimple line 387. ok 10 - Test 3-2 (outfiles/tmpmakethumbs_test_radec3.gif) not ok 11 - Test 3-3 (0) # Failed test 'Test 3-3 (0)' # at ./testmakethumbssimple line 390. ok 12 - Test 3-4 (1726761789) < (1726761786) Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 392. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 392. not ok 13 - Test 3-5 () == 99 # Failed test 'Test 3-5 () == 99' # at ./testmakethumbssimple line 392. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 393. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 393. not ok 14 - Test 3-6 () eq /99 # Failed test 'Test 3-6 () eq /99' # at ./testmakethumbssimple line 393. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 394. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 394. not ok 15 - Test 3-7 () == 86.6006748505705872 # Failed test 'Test 3-7 () == 86.6006748505705872' # at ./testmakethumbssimple line 394. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 395. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 395. not ok 16 - Test 3-8 () == -69.2702711953416173 # Failed test 'Test 3-8 () == -69.2702711953416173' # at ./testmakethumbssimple line 395. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=99 withcat=no ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec4.gif srcindexstyle=srcnum srcindexseparator=@ erangestr='2-5 keV' commupper=Bigger-Cross sizeratiocross=0.5 printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=99 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_radec4.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=srcnum srcindexseparator=@ iaunameprefix='' obsidstr=DEFAULT erangestr='2-5 keV' inststr=DEFAULT commlower='' commupper=Bigger-Cross imagesize=8 lwidth=0 sizeratiocross=0.5 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:09.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 99) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) makethumbs:- The thumbnail parameters after loading are ... ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 99 indexStr: (99) fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 2.84773981E-37 ) catName: () fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 99) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: 2-5 keV commLower: commUpper: Bigger-Cross sizeIndexCross: 0.50000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_radec4.gif). not ok 17 - Test 4-1 (11) # Failed test 'Test 4-1 (11)' # at ./testmakethumbssimple line 432. ok 18 - Test 4-2 (outfiles/tmpmakethumbs_test_radec4.gif) not ok 19 - Test 4-3 (0) # Failed test 'Test 4-3 (0)' # at ./testmakethumbssimple line 435. ok 20 - Test 4-4 (1726761789) < (1726761786) Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 437. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 437. not ok 21 - Test 4-5 () == 99 # Failed test 'Test 4-5 () == 99' # at ./testmakethumbssimple line 437. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 438. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 438. not ok 22 - Test 4-6 () eq @99 # Failed test 'Test 4-6 () eq @99' # at ./testmakethumbssimple line 438. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=no ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec5.gif commupper=Blue-ish imagesize=24 fontnumber=3 colourmapid=2 printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=0 withsrcnum=no outfilename=outfiles/tmpmakethumbs_test_radec5.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper=Blue-ish imagesize=24 lwidth=0 sizeratiocross=0 fontnumber=3 colourmapid=2 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:10.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... makethumbs:- The thumbnail parameters after loading are ... makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_radec5.gif). not ok 23 - Test 5-1 (11) # Failed test 'Test 5-1 (11)' # at ./testmakethumbssimple line 472. ok 24 - Test 5-2 (outfiles/tmpmakethumbs_test_radec5.gif) not ok 25 - Test 5-3 (0) # Failed test 'Test 5-3 (0)' # at ./testmakethumbssimple line 475. ok 26 - Test 5-4 (1726761790) < (1726761786) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=1 withcat=no ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec6.gif srcindexstyle=srcnum commupper=Bigger-Cross imagesize=24 sizeratiocross=0.5 fontnumber=2 printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=1 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_radec6.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=srcnum srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper=Bigger-Cross imagesize=24 lwidth=0 sizeratiocross=0.5 fontnumber=2 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:10.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 1) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) makethumbs:- The thumbnail parameters after loading are ... ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 1 indexStr: (1) fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 4.99794958E-38 ) catName: () fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 1) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: commLower: commUpper: Bigger-Cross sizeIndexCross: 0.50000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 180 tSize%halfWidthArcmin: 12.000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 2 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_radec6.gif). not ok 27 - Test 6-1 (11) # Failed test 'Test 6-1 (11)' # at ./testmakethumbssimple line 514. ok 28 - Test 6-2 (outfiles/tmpmakethumbs_test_radec6.gif) not ok 29 - Test 6-3 (0) # Failed test 'Test 6-3 (0)' # at ./testmakethumbssimple line 517. ok 30 - Test 6-4 (1726761790) < (1726761786) Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 519. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 519. not ok 31 - Test 6-5 () == 1 # Failed test 'Test 6-5 () == 1' # at ./testmakethumbssimple line 519. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 520. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 520. not ok 32 - Test 6-6 () eq /1 # Failed test 'Test 6-6 () eq /1' # at ./testmakethumbssimple line 520. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=1 withcat=yes cattab=testdata/testcat.fits ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_srclist7.gif erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab=testdata/testcat.fits withcat=yes srcnum=1 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_srclist7.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:11.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- Reading Catalogue (testdata/testcat.fits). makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 1) matches the external catalogue Row=( 2) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, ----- dumpSrcPrm ( 1) obsId = ( 201030201) srcNum = ( 1) detid = ( 69907) srcid = ( 53974) inCatFlag = F catName = F catNameCol = T raDeg = F decDeg = F ----- deallocateSrcPrm: catPrm Deallocating %obsId Deallocating %srcNum Deallocating %detid Deallocating %srcid ----- Successfully deallocated. makethumbs:- Closing the catalogue set DETID = 69908 for ID= 1 makethumbs:- The catalogue source parameters before loadig are ... ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 1) detid = ( 69908) srcid = ( 53974) inCatFlag = T catName = (2XMM J054612.0-691726) catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) makethumbs:- The thumbnail parameters after loading are ... ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 1 indexStr: (069908) fullIndexStr: () detid: 69908 srcid: 53974 (xPixel, yPixel): ( 3.44383111E-41 , 2.17702591E-38 ) catName: (2XMM J054612.0-691726) fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 1) detid = ( 69908) srcid = ( 53974) inCatFlag = T catName = (2XMM J054612.0-691726) catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: 0.2-12 keV commLower: SSC commUpper: Trial sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_srclist7.gif). not ok 33 - Test 7-1 (11) # Failed test 'Test 7-1 (11)' # at ./testmakethumbssimple line 552. ok 34 - Test 7-2 (outfiles/tmpmakethumbs_test_srclist7.gif) not ok 35 - Test 7-3 (0) # Failed test 'Test 7-3 (0)' # at ./testmakethumbssimple line 555. ok 36 - Test 7-4 (1726761791) < (1726761786) Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 557. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 557. not ok 37 - Test 7-5 () == 1 # Failed test 'Test 7-5 () == 1' # at ./testmakethumbssimple line 557. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 558. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 558. not ok 38 - Test 7-6 () == 69908 # Failed test 'Test 7-6 () == 69908' # at ./testmakethumbssimple line 558. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 559. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 559. not ok 39 - Test 7-7 () eq :069908 # Failed test 'Test 7-7 () eq :069908' # at ./testmakethumbssimple line 559. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 560. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 560. not ok 40 - Test 7-8 () eq 2XMM J054612.0-691726 # Failed test 'Test 7-8 () eq 2XMM J054612.0-691726' # at ./testmakethumbssimple line 560. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 561. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 561. not ok 41 - Test 7-9 () eq 2XMM J054612.0-691726 # Failed test 'Test 7-9 () eq 2XMM J054612.0-691726' # at ./testmakethumbssimple line 561. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=1 withcat=yes cattab=testdata/testcat.fits ra=86.6006748505705872 dec=-69.2702711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_srclist8.gif erangestr='0.2-12 keV' commlower=SSC commupper=Trial iaunameprefix=@ printparams=yes dryrun=no ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.600675 dec=-69.270271 withcoords=yes withsrclist=no cattab=testdata/testcat.fits withcat=yes srcnum=1 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_srclist8.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix=@ obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:11.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- Reading Catalogue (testdata/testcat.fits). makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 1) matches the external catalogue Row=( 2) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, ----- dumpSrcPrm ( 1) obsId = ( 201030201) srcNum = ( 1) detid = ( 69907) srcid = ( 53974) inCatFlag = F catName = F catNameCol = T raDeg = F decDeg = F ----- deallocateSrcPrm: catPrm Deallocating %obsId Deallocating %srcNum Deallocating %detid Deallocating %srcid ----- Successfully deallocated. makethumbs:- Closing the catalogue set DETID = 69908 for ID= 1 makethumbs:- The catalogue source parameters before loadig are ... ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 1) detid = ( 69908) srcid = ( 53974) inCatFlag = T catName = (2XMM J054612.0-691726) catNameCol = F raDeg = ( 86.6006748506) decDeg = ( -69.2702711953) makethumbs:- The thumbnail parameters after loading are ... ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.600674850570584 , -69.270271195341621 ) srcIndex: 1 indexStr: (069908) fullIndexStr: () detid: 69908 srcid: 53974 (xPixel, yPixel): ( 3.44383111E-41 , 1.47907613E-38 ) catName: (2XMM J054612.0-691726) fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 1) detid = ( 69908) srcid = ( 53974) inCatFlag = T catName = (2XMM J054612.0-691726) catNameCol = F raDeg = ( 86.6006748506) decDeg = ( -69.2702711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: 0.2-12 keV commLower: SSC commUpper: Trial sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_srclist8.gif). not ok 42 - Test 8-1 (11) # Failed test 'Test 8-1 (11)' # at ./testmakethumbssimple line 598. ok 43 - Test 8-2 (outfiles/tmpmakethumbs_test_srclist8.gif) not ok 44 - Test 8-3 (0) # Failed test 'Test 8-3 (0)' # at ./testmakethumbssimple line 601. ok 45 - Test 8-4 (1726761791) < (1726761786) Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 603. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 603. not ok 46 - Test 8-5 () == 1 # Failed test 'Test 8-5 () == 1' # at ./testmakethumbssimple line 603. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 604. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 604. not ok 47 - Test 8-6 () == 69908 # Failed test 'Test 8-6 () == 69908' # at ./testmakethumbssimple line 604. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 605. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 605. not ok 48 - Test 8-7 () eq :069908 # Failed test 'Test 8-7 () eq :069908' # at ./testmakethumbssimple line 605. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 606. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 606. not ok 49 - Test 8-8 () eq 2XMM J054612.0-691726 # Failed test 'Test 8-8 () eq 2XMM J054612.0-691726' # at ./testmakethumbssimple line 606. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 607. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 607. not ok 50 - Test 8-9 () eq @2XMM J054612.0-691726 # Failed test 'Test 8-9 () eq @2XMM J054612.0-691726' # at ./testmakethumbssimple line 607. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=2 withcat=yes cattab=testdata/testpubcat8slim.fits:SRCLIST autofname=no outfilename=outfiles/tmpmakethumbs_test_srclist9.gif erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=0 dec=0 withcoords=no withsrclist=no cattab=testdata/testpubcat8slim.fits:SRCLIST withcat=yes srcnum=2 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_srclist9.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:12.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- Reading Catalogue (testdata/testpubcat8slim.fits:SRCLIST). makethumbs:- Cataglogue name is testdata/testpubcat8slim.fits makethumbs:- Cataglogue Table name is SRCLIST makethumbs:- Column (SRC_NUM) is found. makethumbs:- Column (DETID) is found. makethumbs:- Column (SRCID) is found. makethumbs:- Column (IAUNAME) is found. makethumbs:- Column (RA) is found. makethumbs:- Column (DEC) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 2) matches the external catalogue Row=( 6) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, ----- dumpSrcPrm ( 1) obsId = ( 201030201) srcNum = ( 1) detid = ( 69907) srcid = ( 53972) inCatFlag = F catName = F catNameCol = T raDeg = ( 86.5496453000) decDeg = ( -69.2907248000) ----- deallocateSrcPrm: catPrm Deallocating %obsId Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Closing the catalogue set DETID = 70443 for ID= 1 makethumbs:- The catalogue source parameters before loadig are ... ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 2) detid = ( 70443) srcid = ( 54433) inCatFlag = T catName = (2XMM J054737.7-691643) catNameCol = F raDeg = ( 86.9076226000) decDeg = ( -69.2787336000) makethumbs:- The thumbnail parameters after loading are ... ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.907622599999996 , -69.278733599999995 ) srcIndex: 2 indexStr: (070443) fullIndexStr: () detid: 70443 srcid: 54433 (xPixel, yPixel): ( 3.44383111E-41 , 1.01793370E-37 ) catName: (2XMM J054737.7-691643) fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 2) detid = ( 70443) srcid = ( 54433) inCatFlag = T catName = (2XMM J054737.7-691643) catNameCol = F raDeg = ( 86.9076226000) decDeg = ( -69.2787336000) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: 0.2-12 keV commLower: SSC commUpper: Trial sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_srclist9.gif). not ok 51 - Test 9-1 (11) # Failed test 'Test 9-1 (11)' # at ./testmakethumbssimple line 643. ok 52 - Test 9-2 (outfiles/tmpmakethumbs_test_srclist9.gif) not ok 53 - Test 9-3 (0) # Failed test 'Test 9-3 (0)' # at ./testmakethumbssimple line 646. ok 54 - Test 9-4 (1726761792) < (1726761786) Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 648. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 648. not ok 55 - Test 9-5 () == 2 # Failed test 'Test 9-5 () == 2' # at ./testmakethumbssimple line 648. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 649. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 649. not ok 56 - Test 9-6 () == 70443 # Failed test 'Test 9-6 () == 70443' # at ./testmakethumbssimple line 649. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 650. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 650. not ok 57 - Test 9-7 () eq :070443 # Failed test 'Test 9-7 () eq :070443' # at ./testmakethumbssimple line 650. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 651. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 651. not ok 58 - Test 9-8 () eq 2XMM J054737.7-691643 # Failed test 'Test 9-8 () eq 2XMM J054737.7-691643' # at ./testmakethumbssimple line 651. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 652. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 652. not ok 59 - Test 9-9 () eq 2XMM J054737.7-691643 # Failed test 'Test 9-9 () eq 2XMM J054737.7-691643' # at ./testmakethumbssimple line 652. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 653. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 653. not ok 60 - Test 9-10 () == 86.9076226 # Failed test 'Test 9-10 () == 86.9076226' # at ./testmakethumbssimple line 653. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 654. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 654. not ok 61 - Test 9-11 () == -69.2787336 # Failed test 'Test 9-11 () == -69.2787336' # at ./testmakethumbssimple line 654. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=no outfilename=outfiles/tmpmakethumbs_test_srclist10.gif erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=0 dec=0 withcoords=no withsrclist=no cattab=testdata/testcat.fits withcat=yes srcnum=2 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_srclist10.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:12.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- Reading Catalogue (testdata/testcat.fits). ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. ** makethumbs: error (NotFoundRA), RA (or alike) not found. ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 62 - Test 10-1 (256) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=no autofname=no outfilename=outfiles/tmpmakethumbs_test_radec11.gif printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=0 dec=0 withcoords=no withsrclist=no cattab='' withcat=no srcnum=0 withsrcnum=no outfilename=outfiles/tmpmakethumbs_test_radec11.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper='' imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:13.000 ** makethumbs: error (NoCoordsSpecified), ra and dec are mandatory when withsrclist=no and withcat=no. ok 63 - Test 11-1 (256) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=yes cattab=testdata/testcat.fits ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec12.gif erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab=testdata/testcat.fits withcat=yes srcnum=0 withsrcnum=no outfilename=outfiles/tmpmakethumbs_test_radec12.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:13.000 ** makethumbs: error (NoSrcNumSpecified), srcnum is mandatory when withsrclist=no and withcat=yes. ok 64 - Test 12-1 (256) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no srcnum=99999 withcat=yes cattab=testdata/testcat.fits ra=86.5506748505705872 dec=-69.2902711953416173 autofname=no outfilename=outfiles/tmpmakethumbs_test_srclist13.gif erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=86.550675 dec=-69.290271 withcoords=yes withsrclist=no cattab=testdata/testcat.fits withcat=yes srcnum=99999 withsrcnum=yes outfilename=outfiles/tmpmakethumbs_test_srclist13.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:14.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- Reading Catalogue (testdata/testcat.fits). ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. makethumbs:- Obtained Catalogue columns. ** makethumbs: warning (noMatchingSrc), No entry was found in the catalog for source number 99999 in the summary source list of OBS-ID 0094411101 makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, makethumbs:- Closing the catalogue set makethumbs:- The catalogue source parameters before loadig are ... makethumbs:- The thumbnail parameters after loading are ... makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Src-No ( 1) is skipped due to INCATFLG. ** makethumbs: error (allFilesFailed), Failed in creating every output file. ----- dumpSrcPrm ( 1) obsId = ( 201030201) srcNum = ( 1) detid = ( 69907) srcid = ( 53974) inCatFlag = F catName = F catNameCol = T raDeg = F decDeg = F ----- deallocateSrcPrm: catPrm Deallocating %obsId Deallocating %srcNum Deallocating %detid Deallocating %srcid ----- Successfully deallocated. DETID = 0 for ID= 1 ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 99999) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 86.550674850570587 , -69.290271195341617 ) srcIndex: 99999 indexStr: (000000) fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 1.98187548E-38 ) catName: () fullCatName: () inCatFlag: F ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 99999) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 86.5506748506) decDeg = ( -69.2902711953) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: 0.2-12 keV commLower: SSC commUpper: Trial sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 65 - Test 13-1 (256) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=no withcat=no ra=1 dec=1 autofname=no outfilename=outfiles/tmpmakethumbs_test_radec14.gif printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab='' ra=1 dec=1 withcoords=yes withsrclist=no cattab='' withcat=no srcnum=0 withsrcnum=no outfilename=outfiles/tmpmakethumbs_test_radec14.gif gifroot=thumb fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=no srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='' inststr=DEFAULT commlower='' commupper='' imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:14.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- Loading source(s). makethumbs:- The catalogue source parameters before loadig are ... makethumbs:- The thumbnail parameters after loading are ... makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. ** makethumbs: warning (srcOutOfField), The source () is out of the image field. GIF file (outfiles/tmpmakethumbs_test_radec14.gif) is not created. ** makethumbs: error (allFilesFailed), Failed in creating every output file. ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 0) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 1.0000000000) decDeg = ( 1.0000000000) ========== ThumbOneT variable ========== filename: () (raDeg, decDeg): ( 1.0000000000000000 , 1.0000000000000000 ) srcIndex: 0 indexStr: () fullIndexStr: () detid: 0 srcid: 0 (xPixel, yPixel): ( 3.44383111E-41 , 1.23338704E-38 ) catName: () fullCatName: () inCatFlag: T ==================== ----- dumpSrcPrm ( 1) obsId = F srcNum = ( 0) detid = ( 0) srcid = ( 0) inCatFlag = T catName = () catNameCol = F raDeg = ( 1.0000000000) decDeg = ( 1.0000000000) ----- deallocateSrcPrm: srcPrm Deallocating %srcNum Deallocating %detid Deallocating %srcid Deallocating %inCatFlag Deallocating %catName Deallocating %raDeg Deallocating %decDeg ----- Successfully deallocated. ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: commLower: commUpper: sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== ok 66 - Test 14-1 (256) invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=1 withcat=yes cattab=testdata/testcat.fits autofname=yes gifroot=outfiles/tmpmakethumbs_test_all_15_ erangestr='0.2-12 keV' commlower=SSC commupper=Trial imagesize=24 printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits ra=0 dec=0 withcoords=no withsrclist=yes cattab=testdata/testcat.fits withcat=yes srcnum=1 withsrcnum=yes outfilename='' gifroot=outfiles/tmpmakethumbs_test_all_15_ fnamestyle=srcnum gifsuffix=.gif fnameseparator=' ___' autofname=yes srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=24 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:15.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- SRC-List name is testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits makethumbs:- SRC-List Table name to be accessed is SRCLIST ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. makethumbs:- Reading Catalogue (testdata/testcat.fits). ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 1) matches the external catalogue Row=( 2) (Start= 0) makethumbs:- SRC_NUM=( 2) matches the external catalogue Row=( 5) (Start= 0) makethumbs:- SRC_NUM=( 3) matches the external catalogue Row=( 0) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, makethumbs:- Closing the catalogue set makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_all_15_1.gif). not ok 67 - Test Simple 15-1 (11) # Failed test 'Test Simple 15-1 (11)' # at ./testmakethumbssimple line 808. ok 68 - Test Simple 15-2 (-e outfiles/tmpmakethumbs_test_all_15_1.gif) not ok 69 - Test Simple 15-3 (0) # Failed test 'Test Simple 15-3 (0)' # at ./testmakethumbssimple line 810. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000.FIT:SRCLIST srcnum=1 withcat=yes cattab=testdata/testcat.fits autofname=yes gifroot=outfiles/tmpmakethumbs_test_all_16_ gifsuffix=.GIF erangestr='0.2-12 keV' commlower=SSC commupper=Trial imagesize=24 printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab=testdata/P0094411101EPX000OBSMLI0000.FIT:SRCLIST ra=0 dec=0 withcoords=no withsrclist=yes cattab=testdata/testcat.fits withcat=yes srcnum=1 withsrcnum=yes outfilename='' gifroot=outfiles/tmpmakethumbs_test_all_16_ fnamestyle=srcnum gifsuffix=.GIF fnameseparator=' ___' autofname=yes srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=24 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:15.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- SRC-List name is testdata/P0094411101EPX000OBSMLI0000.FIT makethumbs:- SRC-List Table name given is SRCLIST makethumbs:- Reading Catalogue (testdata/testcat.fits). ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 1) matches the external catalogue Row=( 2) (Start= 0) makethumbs:- SRC_NUM=( 2) matches the external catalogue Row=( 5) (Start= 0) makethumbs:- SRC_NUM=( 3) matches the external catalogue Row=( 0) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, makethumbs:- Closing the catalogue set makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 1) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_all_16_1.GIF). not ok 70 - Test Simple 16-1 (11) # Failed test 'Test Simple 16-1 (11)' # at ./testmakethumbssimple line 837. ok 71 - Test Simple 16-2 (-e outfiles/tmpmakethumbs_test_all_16_1.GIF) not ok 72 - Test Simple 16-3 (0) # Failed test 'Test Simple 16-3 (0)' # at ./testmakethumbssimple line 839. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000.FIT withcat=yes cattab=testdata/testpubcat8slim.fits autofname=yes fnamestyle=all gifroot=outfiles/tmpmakethumbs_test_all_17_ fnameseparator=' -_S' erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab=testdata/P0094411101EPX000OBSMLI0000.FIT ra=0 dec=0 withcoords=no withsrclist=yes cattab=testdata/testpubcat8slim.fits withcat=yes srcnum=0 withsrcnum=no outfilename='' gifroot=outfiles/tmpmakethumbs_test_all_17_ fnamestyle=all gifsuffix=.gif fnameseparator=' -_S' autofname=yes srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:16.000 makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- SRC-List name is testdata/P0094411101EPX000OBSMLI0000.FIT makethumbs:- SRC-List Table name to be accessed is SRCLIST makethumbs:- Reading Catalogue (testdata/testpubcat8slim.fits). makethumbs:- Cataglogue name is testdata/testpubcat8slim.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (SRC_NUM) is found. makethumbs:- Column (DETID) is found. makethumbs:- Column (SRCID) is found. makethumbs:- Column (IAUNAME) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 1) matches the external catalogue Row=( 2) (Start= 0) makethumbs:- SRC_NUM=( 2) matches the external catalogue Row=( 6) (Start= 0) makethumbs:- SRC_NUM=( 3) matches the external catalogue Row=( 0) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, ----- dumpSrcPrm ( 1) obsId = ( 201030201) srcNum = ( 1) detid = ( 69907) srcid = ( 53972) inCatFlag = F catName = F catNameCol = T raDeg = F decDeg = F ----- deallocateSrcPrm: catPrm Deallocating %obsId Deallocating %srcNum Deallocating %detid Deallocating %srcid ----- Successfully deallocated. makethumbs:- Closing the catalogue set DETID = 69908 for ID= 1 DETID = 70443 for ID= 2 DETID = 69872 for ID= 3 makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 ========== Common parameters ========== orgImage(max,min): ( 4.00000000 , 0.00000000 ) instStr: (M1) obsId: 94411101 obsIdStr: 0094411101 eRangeStr: 0.2-12 keV commLower: SSC commUpper: Trial sizeIndexCross: 0.0000000000000000 (tSize%orgImageXSize, tSize%orgImageYSize): ( 648 , 648 ) tSize%halfWidthPixels: 60 tSize%halfWidthArcmin: 4.0000000000000000 prmPgplot%lWidth: 0 prmPgplot%fontNumber: 0 prmPgplot%colourMapId: 3 ==================== makethumbs:- SRC_NUMs from ( 1) to ( 3) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_all_17_1-001_69908S53972.gif). $VAR1 = []; not ok 73 - Test Simple 17-1 (11) # Failed test 'Test Simple 17-1 (11)' # at ./testmakethumbssimple line 870. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 872. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 872. not ok 74 - Test 17-2 () == 1 # Failed test 'Test 17-2 () == 1' # at ./testmakethumbssimple line 872. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 872. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 872. not ok 75 - Test 17-3 () == 2 # Failed test 'Test 17-3 () == 2' # at ./testmakethumbssimple line 872. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 872. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 872. not ok 76 - Test 17-4 () == 3 # Failed test 'Test 17-4 () == 3' # at ./testmakethumbssimple line 872. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 874. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 874. not ok 77 - Test 17-5 () == 69908 # Failed test 'Test 17-5 () == 69908' # at ./testmakethumbssimple line 874. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 875. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 875. not ok 78 - Test 17-6 () eq :069908 # Failed test 'Test 17-6 () eq :069908' # at ./testmakethumbssimple line 875. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 876. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 876. not ok 79 - Test 17-7 () == 69872 # Failed test 'Test 17-7 () == 69872' # at ./testmakethumbssimple line 876. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 877. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 877. not ok 80 - Test 17-8 () eq :069872 # Failed test 'Test 17-8 () eq :069872' # at ./testmakethumbssimple line 877. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 878. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 878. not ok 81 - Test 17-9 () == 53972 # Failed test 'Test 17-9 () == 53972' # at ./testmakethumbssimple line 878. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 879. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 879. not ok 82 - Test 17-10 () == 54433 # Failed test 'Test 17-10 () == 54433' # at ./testmakethumbssimple line 879. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 880. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 880. not ok 83 - Test 17-11 () eq 2XMM J054611.9-691726 # Failed test 'Test 17-11 () eq 2XMM J054611.9-691726' # at ./testmakethumbssimple line 880. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 881. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 881. not ok 84 - Test 17-12 () eq 2XMM J054611.9-691726 # Failed test 'Test 17-12 () eq 2XMM J054611.9-691726' # at ./testmakethumbssimple line 881. Use of uninitialized value $c1 in string eq at ./testmakethumbssimple line 882. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 882. not ok 85 - Test 17-13 () eq outfiles/tmpmakethumbs_test_all_17_2-002_70443S54433.gif # Failed test 'Test 17-13 () eq outfiles/tmpmakethumbs_test_all_17_2-002_70443S54433.gif' # at ./testmakethumbssimple line 882. Use of uninitialized value $c1 in sprintf at ./testmakethumbssimple line 883. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 883. not ok 86 - Test 17-14 () == 230.40826 # Failed test 'Test 17-14 () == 230.40826' # at ./testmakethumbssimple line 883. Use of uninitialized value $c1 in sprintf at ./testmakethumbssimple line 884. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 884. not ok 87 - Test 17-15 () == 276.21906 # Failed test 'Test 17-15 () == 276.21906' # at ./testmakethumbssimple line 884. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 885. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 885. not ok 88 - Test 17-16 () == 86.5506748505705872 # Failed test 'Test 17-16 () == 86.5506748505705872' # at ./testmakethumbssimple line 885. Use of uninitialized value $c1 in numeric eq (==) at ./testmakethumbssimple line 886. Use of uninitialized value $c1 in concatenation (.) or string at ./testmakethumbssimple line 886. not ok 89 - Test 17-17 () == -69.2902711953416173 # Failed test 'Test 17-17 () == -69.2902711953416173' # at ./testmakethumbssimple line 886. invoke makethumbs -V 6 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=0 withcat=yes cattab=testdata/testcat.fits autofname=yes gifroot=outfiles/tmpmakethumbs_test_all_18_ gifsuffix=GIF erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=yes dryrun=no makethumbs:- Executing (routine): makethumbs imageset=testdata/P0094411101M1U002IMAGE_8000.FIT srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits ra=0 dec=0 withcoords=no withsrclist=yes cattab=testdata/testcat.fits withcat=yes srcnum=0 withsrcnum=yes outfilename='' gifroot=outfiles/tmpmakethumbs_test_all_18_ fnamestyle=srcnum gifsuffix=GIF fnameseparator=' ___' autofname=yes srcindexstyle=DEFAULT srcindexseparator=DEFAULT iaunameprefix='' obsidstr=DEFAULT erangestr='0.2-12 keV' inststr=DEFAULT commlower=SSC commupper=Trial imagesize=8 lwidth=0 sizeratiocross=0 fontnumber=0 colourmapid=3 printparams=yes dryrun=no -w 1 -V 6 makethumbs:- makethumbs (makethumbs-0.8.1) [22.0.0-dad1e14b0-20240919] started: 2024-09-19T16:03:17.000 makethumbs:- Added preceding "." in the GIF suffix: (.GIF). makethumbs:- Reading image (testdata/P0094411101M1U002IMAGE_8000.FIT). makethumbs:- ssclib: retrieve instrum, dateobs, attitude. makethumbs:- INSTRUMENT = (M1). makethumbs:- OBS_ID = (0094411101). makethumbs:- OBSID = 94411101 makethumbs:- SRC-List name is testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits makethumbs:- SRC-List Table name to be accessed is SRCLIST ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. makethumbs:- Reading Catalogue (testdata/testcat.fits). ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 makethumbs:- Cataglogue name is testdata/testcat.fits makethumbs:- No cataglogue Table name is given. makethumbs:- Column (src_num) is found. makethumbs:- Column (detid) is found. makethumbs:- Column (srcid) is found. makethumbs:- Column (iauname) is found. makethumbs:- Obtained Catalogue columns. makethumbs:- SRC_NUM=( 1) matches the external catalogue Row=( 2) (Start= 0) makethumbs:- SRC_NUM=( 2) matches the external catalogue Row=( 5) (Start= 0) makethumbs:- SRC_NUM=( 3) matches the external catalogue Row=( 0) (Start= 0) makethumbs:- Catalogue data have been implemented. makethumbs:- The catalogue source parameter for ID=1 is, makethumbs:- Closing the catalogue set makethumbs:- Calculating the image coordinates for each thumbnail. makethumbs:- WCS dump: makethumbs:- X axis: makethumbs:- CTYPE: RA---TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL: 8.6612125000000006E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_1:-1.1111111111111100E-03 makethumbs:- CD2_1:-0.0000000000000000E+00 makethumbs:- Y axis: makethumbs:- CTYPE: DEC--TAN makethumbs:- CUNIT: deg makethumbs:- CRVAL:-6.9225333333333296E+01 makethumbs:- CRPIX: 3.2450625000000002E+02 makethumbs:- CD1_2:-0.0000000000000000E+00 makethumbs:- CD2_2: 1.1111111111111100E-03 makethumbs:- SRC_NUMs from ( 1) to ( 3) are processed. makethumbs:- Creating GIF file (outfiles/tmpmakethumbs_test_all_18_1.GIF). not ok 90 - Test Simple 18-1 (11) # Failed test 'Test Simple 18-1 (11)' # at ./testmakethumbssimple line 910. not ok 91 - Test Simple 18-2 (-e outfiles/tmpmakethumbs_test_all_18_2.GIF) # Failed test 'Test Simple 18-2 (-e outfiles/tmpmakethumbs_test_all_18_2.GIF)' # at ./testmakethumbssimple line 911. Skip one test. at ./testmakethumbssimple line 915. not ok 92 - Test Simple 18-4 (1=[outfiles/tmpmakethumbs_test_all_18_1.GIF]) # Failed test 'Test Simple 18-4 (1=[outfiles/tmpmakethumbs_test_all_18_1.GIF])' # at ./testmakethumbssimple line 919. invoke makethumbs -V 0 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=yes gifroot=outfiles/tmpmakethumbs_test_all_19_ erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=no dryrun=yes ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times outfile=(tmpmakethumbs_test_all_19_2.gif) re=( DETID = 70443 for ID= 2 outfiles/tmpmakethumbs_test_all_19_2.gif) ok 93 - Test Simple 19-1 (0) ok 94 - Test Simple 19-2 (tmpmakethumbs_test_all_19_2.gif) invoke makethumbs -V 0 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=yes fnamestyle=detid gifroot=outfiles/tmpmakethumbs_test_all_19_ erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=no dryrun=yes ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 95 - Test Simple 19-3 (0) ok 96 - Test Simple 19-4 (tmpmakethumbs_test_all_19__70443.gif, tmpmakethumbs_test_all_19__70443.gif) invoke makethumbs -V 0 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=yes fnamestyle=srcid gifroot=outfiles/tmpmakethumbs_test_all_19_ erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=no dryrun=yes ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 97 - Test Simple 19-5 (0) ok 98 - Test Simple 19-6 (tmpmakethumbs_test_all_19__54435.gif, tmpmakethumbs_test_all_19__54435.gif) invoke makethumbs -V 0 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=yes fnamestyle=srcnum_detid gifroot=outfiles/tmpmakethumbs_test_all_19_ erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=no dryrun=yes ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 99 - Test Simple 19-7 (0) ok 100 - Test Simple 19-8 (tmpmakethumbs_test_all_19_2_70443.gif, tmpmakethumbs_test_all_19_2_70443.gif) invoke makethumbs -V 0 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=yes fnamestyle=srcnum_srcid gifroot=outfiles/tmpmakethumbs_test_all_19_ fnameseparator=' __S' erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=no dryrun=yes ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 101 - Test Simple 19-9 (0) ok 102 - Test Simple 19-10 (tmpmakethumbs_test_all_19_2S54435.gif, tmpmakethumbs_test_all_19_2S54435.gif) invoke makethumbs -V 0 imageset=testdata/P0094411101M1U002IMAGE_8000.FIT withsrclist=yes srclisttab=testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits srcnum=2 withcat=yes cattab=testdata/testcat.fits autofname=yes fnamestyle=all gifroot=outfiles/tmpmakethumbs_test_all_19_ fnameseparator=' -_S' erangestr='0.2-12 keV' commlower=SSC commupper=Trial printparams=no dryrun=yes ** makethumbs: warning (NotUseDetidInSrcList), The column (DETID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (NotUseSrcidInSrcList), The column (SRCID) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) may be used instead, if found. ** makethumbs: warning (NotUseCatnameInSrcList), The column (IAUNAME) is found in the source list (testdata/P0094411101EPX000OBSMLI0000_ingested_template.fits) but that from the Catalogue (testdata/testcat.fits) will be used instead. ** makethumbs: warning (creatorKeywordNotFound), The CREATOR keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (dateKeywordNotFound), The DATE keyword could not be found in dataset with name 'testdata/testcat.fits' ** makethumbs: warning (unnamedTable), I found a table without a name. It was renamed: NONAME0 ** makethumbs: warning (SummaryOfWarnings), warning creatorKeywordNotFound silently occurred 1 times warning dateKeywordNotFound silently occurred 1 times warning unnamedTable silently occurred 1 times ok 103 - Test Simple 19-11 (0) ok 104 - Test Simple 19-12 (tmpmakethumbs_test_all_19_2-002_70443S54435.gif, tmpmakethumbs_test_all_19_2-002_70443S54435.gif) # Looks like you planned 105 tests but ran 104. # Looks like you failed 65 tests of 104 run. Error while running ./testmakethumbssimple ERROR: one of the tests failed