diff --git a/.gitignore b/.gitignore index 55e75c3..6b264aa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ lib64/ parts/ sdist/ var/ -products/ +products*/ data/archive data/processed wheels/ diff --git a/arches/arches/config.py b/arches/arches/config.py index 1214f6f..1d41121 100644 --- a/arches/arches/config.py +++ b/arches/arches/config.py @@ -5,9 +5,10 @@ good=['0862470801','0862470701','0862470601'] """ The angular size of an XMM DETXY physical coordinate system is 0.05 arcseconds """ det_pix_as=0.05 -arches_ra=266.4604208 -arches_dec=-28.8244444 -arches_Rmax_as=40 +""" Arches core R=15 arcsec """ +arches_ra=266.4595833 +arches_dec=-28.8219444 +arches_Rmax_as=15 pn_threshold = 0.2 mos_threshold=[0.2,0.3] diff --git a/arches/arches/utils.py b/arches/arches/utils.py index 35d868d..0b66d2e 100644 --- a/arches/arches/utils.py +++ b/arches/arches/utils.py @@ -33,6 +33,24 @@ import shutil from arches.config import * +def test_exe(program): + """ Tests if executable exists in PATH """ + import os + def is_exe(fpath): + return os.path.isfile(fpath) and os.access(fpath, os.X_OK) + + fpath, fname = os.path.split(program) + if fpath: + if is_exe(program): + return program + else: + for path in os.environ["PATH"].split(os.pathsep): + exe_file = os.path.join(path, program) + if is_exe(exe_file): + return exe_file + + print("\n*** Command {} not found ***\n".format(program)) + sys.exit() def create_folder(folder): if not (os.path.exists(folder)): @@ -157,7 +175,7 @@ def get_det_coords(ra,dec,image,key): dety=float(dy) return detx,dety -def run_mosspectra(key,ccds,check=False): +def run_mosspectra(key,ccds,check=True): eventfile = f'{key}-allevc.fits' @@ -182,10 +200,11 @@ def run_mosspectra(key,ccds,check=False): 'ximagemax=19500','yimagemax=19500', 'ximagemin=-19499', 'yimagemin=-19499',] w('evselect', inargs).run() - d = pyds9.DS9() - d.set("file "+unfilt_image) - d.set('cmap bb') - d.set('scale log') + #d = pyds9.DS9() + #d.set("file "+unfilt_image) + #d.set('cmap bb') + #d.set('scale log') + #return inargs = [f'eventfile={eventfile}', @@ -204,7 +223,7 @@ def run_mosspectra(key,ccds,check=False): w('mosspectra', inargs).run() -def run_pnspectra(key,quads,check=False): +def run_pnspectra(key,quads,check=True): eventfile = f'{key}-allevc.fits' (detx,dety)=get_det_coords(arches_ra,arches_dec,f'{key}-fovimt.fits',key) @@ -228,10 +247,11 @@ def run_pnspectra(key,quads,check=False): 'ximagemax=19500','yimagemax=19500', 'ximagemin=-19499', 'yimagemin=-19499',] w('evselect', inargs).run() - d = pyds9.DS9() - d.set("file "+unfilt_image) - d.set('cmap bb') - d.set('scale log') + #d = pyds9.DS9() + #d.set("file "+unfilt_image) + #d.set('cmap bb') + #d.set('scale log') + #return inargs = [f'eventfile={key}-allevc.fits', 'withsrcrem=yes', @@ -268,3 +288,37 @@ def run_pnback(key,quads): f'quads="{quads}"',] w('pnback', inargs).run() + +def group_spectrum(key=None, group_min=25, oot=False): + if not (key): + print("Provide key= parameter, e.g. mos1S001") + return + + test_exe('grppha') + specfile=f'{key}-fovt.pi' if not (oot) else f'{key}-fovtootsub.pi' + backfile=f'{key}-bkg.pi' + respfile=f'{key}.rmf' + ancrfile=f'{key}.arf' + fout=f'{specfile}.grp' + + cmd=["grppha", + "infile={}".format(specfile), + "outfile={}".format(fout), + f"comm=\'chkey BACKFILE {backfile} & chkey RESPFILE {respfile} & chkey ANCRFILE {ancrfile} & GROUP MIN {group_min}\'", + "tempc=EXIT", + "clobber=yes", + "chatter=0", # with chatter <= 5 being very quite and chatter >= 20 very verbose. + ] + print((" ").join(cmd)) + os.system((" ").join(cmd)) + + fxcm = open(fout.replace("grp","xcm"), "w") + fxcm.write(f'data {fout}\n') + fxcm.write('ign **-2.\n') + fxcm.write('ign 11.-**\n') + fxcm.write('ign bad\n') + fxcm.write('cpd /xs\n') + fxcm.write('setpl en\n') + fxcm.write('@../../data/xspec/wabs_apec_cflux.xcm\n') + fxcm.write('pl lda delchi\n') + fxcm.close() diff --git a/data/xspec/tbabs_apec_pow.xcm b/data/xspec/tbabs_apec_pow.xcm new file mode 100644 index 0000000..37a89af --- /dev/null +++ b/data/xspec/tbabs_apec_pow.xcm @@ -0,0 +1,19 @@ +method leven 10 0.01 +abund wilm +xsect vern +cosmo 70 0 0.73 +xset delta 0.01 +systematic 0 +model TBabs*constant(apec + gaussian + powerlaw) + 8.43198 0.001 0 0 100000 1e+06 + 1 -1 0 0 1e+10 1e+10 + 3.02479 1 0.008 0.008 64 64 + 1.7 -1 0 0 5 5 + 0 -1 -0.999 -0.999 10 10 + 0.00132232 0.01 0 0 1e+20 1e+24 + 6.4 -1 0 0 1e+06 1e+06 + 0.1 -1 0 0 10 20 + 1.72861e-06 0.01 0 0 1e+20 1e+24 + 1.13 -1 -3 -2 9 10 + 3.35218e-05 0.01 0 0 1e+20 1e+24 +bayes off diff --git a/data/xspec/wabs_apec_cflux.xcm b/data/xspec/wabs_apec_cflux.xcm new file mode 100644 index 0000000..80fc37a --- /dev/null +++ b/data/xspec/wabs_apec_cflux.xcm @@ -0,0 +1,21 @@ +method leven 10 0.01 +abund wilm +xsect vern +cosmo 70 0 0.73 +xset delta 0.01 +systematic 0 +model wabs(apec + cflux*powerlaw + gaussian) + 5.87869 0.001 0 0 100000 1e+06 + 2.95206 0.01 0.008 0.008 64 64 + 1.7 -1 0 0 5 5 + 0 -1 -0.999 -0.999 10 10 + 0.00139339 0.01 0 0 1e+20 1e+24 + 2 -1 0 0 1e+06 1e+06 + 8 -1 0 0 1e+06 1e+06 + -12.5886 0.01 -100 -100 100 100 + 1.13 -1 -3 -2 9 10 + 1 -1 0 0 1e+20 1e+24 + 6.4 -1 0 0 1e+06 1e+06 + 0.01 -1 0 0 10 20 + 1.45246e-06 0.01 0 0 1e+20 1e+24 +bayes off diff --git a/scripts/06_esas_group_spectra.py b/scripts/06_esas_group_spectra.py new file mode 100755 index 0000000..0e69dbd --- /dev/null +++ b/scripts/06_esas_group_spectra.py @@ -0,0 +1,59 @@ +#!/usr/bin/env python + +from pysas.wrapper import Wrapper as w +import os, sys +from os.path import dirname +import inspect +import glob + +import os.path +from os import path +import subprocess +import numpy as np +import matplotlib.pyplot as plt +from astropy.io import fits +from astropy.table import Table +from matplotlib.colors import LogNorm + +import pyds9 + +import arches +from arches.utils import * +from arches.config import * + +root_path=dirname(dirname(dirname(inspect.getfile(arches)))) +print("Arches root path: {}".format(root_path)) + +archive_dir=root_path+'/data/archive' +events_dir=root_path+'/data/processed' +events_oot_dir=root_path+'/data/processed-oot' +products_dir=root_path+'/products' +ds9reg_dir=root_path+'/data/ds9reg' + +create_folder(products_dir) + +inargs = ['--version'] +t = w('sasver', inargs) +t.run() + +files = glob.glob(archive_dir+'/*') + +for obsid in files: + obsid = os.path.basename(obsid) + + if(obsid in skip): + continue + + work_dir = init_work_dir(obsid) + print(f"\n*** jump to {work_dir} ***\n") + os.chdir(work_dir) + + group_spectrum(key='mos1S001') + group_spectrum(key='mos2S002') + group_spectrum(key='pnS003') + group_spectrum(key='pnS003',oot=True) + + + + + diff --git a/scripts/log b/scripts/log deleted file mode 100644 index c649b93..0000000 --- a/scripts/log +++ /dev/null @@ -1,1688 +0,0 @@ -Arches root path: /data/xmm/work/arches -sasver (sasver-0.5.1) [22.1.0-a8f2c2afa-20250304-22.1.0] -Arches root path: /data/xmm/work/arches -*** ObsID: 0862470801 *** - - XMM-Newton SAS - release and build information - - SAS release: 22.1.0-a8f2c2afa-20250304-22.1.0 - Compiled on: Tue Mar 4 07:27:59 UTC 2025 - Compiled by: sasbuild@b15022c18ba9 - Platform : Ubuntu24.04 - - SAS-related environment variables set: - - -SAS_DIR = /work/soft/src/sass/xmmsas_22.1.0-a8f2c2afa-20250304 -SAS_PATH = /work/soft/src/sass/xmmsas_22.1.0-a8f2c2afa-20250304 -SAS_CCFPATH = /data/xmm/ccf/valid -SAS_CCF = /data/xmm/work/arches/data/processed/0862470801/ccf.cif -SAS_ODF = /data/xmm/work/arches/data/processed/0862470801/3809_0862470801_SCX00000SUM.SAS - - - Starting SAS session - - Working directory = /data/xmm/work/arches/products/0862470801 - - - -*** jump to /data/xmm/work/arches/products/0862470801 *** - -Executing: -mosspectra eventfile='mos1S001-allevc.fits' cornerfile='mos1S001-corevc.fits' imagefile='mos1S001-fovimt.fits' expmap='mos1S001-fovimtexp.fits' spmask='default' mask='default' specfile='default' rmffile='default' arffile='default' keepinterfiles='yes' withregion='no' regionfile='reg.txt' pattern='12' withsrcrem='yes' masksky='mos1S001-bkgregtsky.fits' maskdet='mos1S001-bkgregtdet.fits' elow='350' ehigh='1100' ccds='T T F T T F T' badpixelresolution='16' -mosspectra:- Executing (routine): mosspectra eventfile=mos1S001-allevc.fits cornerfile=mos1S001-corevc.fits imagefile=mos1S001-fovimt.fits expmap=mos1S001-fovimtexp.fits spmask=default mask=default specfile=default rmffile=default arffile=default keepinterfiles=yes withregion=no regionfile=reg.txt pattern=12 withsrcrem=yes masksky=mos1S001-bkgregtsky.fits maskdet=mos1S001-bkgregtdet.fits elow=350 ehigh=1100 ccds='yes yes no yes yes no yes' badpixelresolution=16 -w 1 -V 4 -mosspectra:- mosspectra (mosspectra-0.20.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:03.000 -mosspectra:- Step 1: get attributes from allevc file. -mosspectra:- OBSID = 0862470801 EXPID = S001 -mosspectra:- Step 2: set prefix, call CAL_setState -mosspectra:- Checking if observation took place after MOS1 CCD3 or CCD6 was lost -mosspectra:- Updated CCD selection: -mosspectra:- CCD(1) selected? (y/n) T -mosspectra:- CCD(2) selected? (y/n) T -mosspectra:- CCD(3) selected? (y/n) F -mosspectra:- CCD(4) selected? (y/n) T -mosspectra:- CCD(5) selected? (y/n) T -mosspectra:- CCD(6) selected? (y/n) F -mosspectra:- CCD(7) selected? (y/n) T -mosspectra:- FWC CCF filename : /data/xmm/ccf/valid/EMOS1_FWC_0005.CCF -mosspectra:- Step 3: get the rest of the input parameters -mosspectra:- Step 4: get keywords from the FWC CCF file -mosspectra:- FWC exposure for selected CCD1 = 1894907.38 -mosspectra:- FWC exposure for selected CCD2 = 1895653.38 -mosspectra:- FWC exposure for selected CCD4 = 554607.500 -mosspectra:- FWC exposure for selected CCD5 = 871487.250 -mosspectra:- FWC exposure for selected CCD7 = 1894096.50 -mosspectra:- Input Cleaned FOV event list: mos1S001-allevc.fits -mosspectra:- Input Cleaned CORNER event list: mos1S001-corevc.fits -mosspectra:- Input Cleaned IMAGE: mos1S001-fovimt.fits -mosspectra:- Input SP scaling mask: mos1S001-fovimspdet.fits -mosspectra:- Input Exposure Map: mos1S001-fovimtexp.fits -mosspectra:- Input Band and Region mask : mos1S001-maskimt.fits -mosspectra:- Input SKY coord region mask : mos1S001-bkgregtsky.fits -mosspectra:- Input DET coord region mask : mos1S001-bkgregtdet.fits -mosspectra:- Input Response Matrix (RMF) file: mos1S001.rmf -mosspectra:- Input Aux Response Matrix (ARF) file: mos1S001.arf -mosspectra:- CCDs selected: T T F T T F T -mosspectra:- Low energy threshold (eV): 350 -mosspectra:- High energy threshold (eV): 1100 -mosspectra:- evselect PATTERN (usually 12) : 12 -mosspectra:- Keep intermediary files?: T -mosspectra:- Step 5a: ccddef = &&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0)) -mosspectra:- Step 5a: ccddefa = &&((CCDNR == 1)||(CCDNR == 2)||(CCDNR == 4)||(CCDNR == 5)||(CCDNR == 7)) -mosspectra:- Step 5a: corndef = &&!(((DETX,DETY) in CIRCLE(100,-200,17700))||((DETX,DETY) in CIRCLE(834,135,17100))||((DETX,DETY) in CIRCLE(770,-803,17100))||((DETX,DETY) in BOX(-20,-17000,6500,500,0))||((DETX,DETY) in BOX(5880,-20500,7500,1500,10))||((DETX,DETY) in BOX(-5920,-20500,7500,1500,350))||((DETX,DETY) in BOX(-20,-20000,5500,500,0))) -mosspectra:- Step 5a: fulldef = &&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152))) -mosspectra:- Step 6: Adding the source exclusion files -mosspectra:- SKY region file entered: mos1S001-bkgregtsky.fits, exists. -mosspectra:- DET region file entered also exists, will proceed with source exclusion. -mosspectra:- Step 7: Create an attitude (atthk.fits) file -atthkgen:- Executing (routine): atthkgen atthkset=atthk.fits timestep=1 timebegin=0 timeend=0 withtimeranges=no withpreqgti=no preqgtifile=pointings.fit -w 1 -V 4 -atthkgen:- atthkgen (atthkgen-1.22.2) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:16.000 -** atthkgen: warning (TemporalOverlapInAHF), Temporal overlap of 0.169983s between AHF entries 363 (2020-09-26T12:10:02.000) and 364 (2020-09-26T12:21:00.999) - adjusting duration of entry 363 accordingly -atthkgen:- 20 % completed of 1st run (AHF/OM) -atthkgen:- 40 % completed of 1st run (AHF/OM) -atthkgen:- 60 % completed of 1st run (AHF/OM) -atthkgen:- 80 % completed of 1st run (AHF/OM) -atthkgen:- 100 % completed of 1st run (AHF/OM) -atthkgen:- 20 % completed of 2nd run (PNT) -atthkgen:- 40 % completed of 2nd run (PNT) -atthkgen:- 60 % completed of 2nd run (PNT) -atthkgen:- 80 % completed of 2nd run (PNT) -atthkgen:- 100 % completed of 2nd run (PNT) -atthkgen:- atthkgen (atthkgen-1.22.2) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:17.000 -mosspectra:- Step 8: Extract eventfile from corner region -mosspectra:- Output file, mos1S001-corevc.fits exists and clobber IS set. Deleting file, creating new version. -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=mos1S001-corevc.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&&((FLAG & 0x766a0f63) == 0)&&!(((DETX,DETY) in CIRCLE(100,-200,17700))||((DETX,DETY) in CIRCLE(834,135,17100))||((DETX,DETY) in CIRCLE(770,-803,17100))||((DETX,DETY) in BOX(-20,-17000,6500,500,0))||((DETX,DETY) in BOX(5880,-20500,7500,1500,10))||((DETX,DETY) in BOX(-5920,-20500,7500,1500,350))||((DETX,DETY) in BOX(-20,-20000,5500,500,0)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:17.000 -evselect:- selected 13148 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:17.000 -mosspectra:- Step 9: Extract entire FOV region into an image -mosspectra:- Making FOV image files for M1 -mosspectra:- Output file, mos1S001-fovimt.fits exists and clobber IS set. Deleting file, creating new version. -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&((CCDNR == 1)||(CCDNR == 2)||(CCDNR == 4)||(CCDNR == 5)||(CCDNR == 7))&®ion(mos1S001-bkgregtsky.fits)&&(PI in [300:8000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fovimt.fits xcolumn=X ycolumn=Y ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=900 yimagesize=900 imagebinning=imageSize ximagemin=3401 ximagemax=48400 withxranges=yes yimagemin=3401 yimagemax=48400 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:17.000 -evselect:- selected 149104 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:18.000 -mosspectra:- Step 10: Make mask for calculating the SP scaling -mosspectra:- Making SP DET image file... -mosspectra:- Output file, mos1S001-fovimspdet.fits exists and clobber IS set. Deleting file, creating new version. -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fovimspdet.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:18.000 -evselect:- selected 173701 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:18.000 -mosspectra:- Step 11: Extract entire FOV into (DET) img in selected E band -mosspectra:- Making FOV band image file... -mosspectra:- Output file, mos1S001-fovimdet-350-1100.fits exists and clobber IS set. Deleting file, creating new version. -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fovimdet-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:18.000 -evselect:- selected 9009 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:19.000 -mosspectra:- Step 12: Make an exposure map for the FOV image (eexpmap) -eexpmap:- Executing (routine): eexpmap imageset=mos1S001-fovimt.fits attitudeset=atthk.fits eventset=mos1S001-allevc.fits:EVENTS expimageset=mos1S001-fovimtexp.fits withdetcoords=no withvignetting=yes usefastpixelization=no usedlimap=no attrebin=4 pimin=300 pimax=8000 -w 1 -V 4 -eexpmap:- eexpmap (eexpmap-4.13) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:19.000 -** eexpmap: warning (NoExpoExt), Exposure extension not found -eexpmap:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EPN, LINCOORD, 9, /data/xmm/ccf/valid/EPN_LINCOORD_0009.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, BORESIGHT, 34, /data/xmm/ccf/valid/XMM_BORESIGHT_0034.CCF, 2000-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -eexpmap:- eexpmap (eexpmap-4.13) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:38.000 -** eexpmap: warning (SummaryOfWarnings), - warning NoExpoExt silently occurred 1 times -mosspectra:- Step 13: Create a mask for the FOV image (emask) -mosspectra:- mos1S001-maskimt.fits mos1S001-fovimtexp.fits -emask:- Executing (routine): emask expimageset=mos1S001-fovimtexp.fits detmaskset=mos1S001-maskimt.fits detmasktable=MASK threshold1=0.01 threshold2=0.5 regionset=region.fits withregionset=no -w 1 -V 4 -emask:- emask (emask-2.16) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:38.000 -emask:- emask (emask-2.16) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:38.000 -mosspectra:- Step 14a: Extract FOV spectrum: mos1S001-fovt.pi -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovt.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:38.000 -evselect:- selected 173701 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:53:39.000 -mosspectra:- Step 14b: Backscale FOV spectrum -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovt.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:39.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovt.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:53:39.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovt.pi... -backscale::arfgen:- Closing spectrumset mos1S001-fovt.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-1012 -backscale::arfgen:- The source position in focal plane coords is theta=40.2569 phi=3.08755 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.2252880751 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovt.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovt.pi... -backscale::arfgen:- Opened table mos1S001-fovt.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovt.pi... -backscale::arfgen:- Backscale value is: 555469196 -backscale::arfgen:- added attmos1S001-fovt.pi... -backscale::arfgen:- closed specmos1S001-fovt.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:55:26.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:55:26.000 -mosspectra:- Step 15: Generate the RMF: mos1S001.rmf -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=detmap.ds xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=120 yimagesize=120 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:55:26.000 -evselect:- selected 173701 rows from the input table. -** evselect: warning (MinParamRange), Value of parameter ximagemin outside allowed range for column DETX; Setting to minimum value. -** evselect: warning (MaxParamRange), Value of parameter ximagemax outside allowed range for column DETX; Setting to maximum value. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:55:26.000 -rmfgen:- Executing (routine): rmfgen rmfset=mos1S001.rmf threshold=1e-06 withenergybins=no energymin=0 energymax=15 nenergybins=30 spectrumset=mos1S001-fovt.pi format=var detmaptype=dataset detmaparray=detmap.ds withdetbounds=no detxoffset=1200 detyoffset=1200 detxbins=160 detybins=160 withdetbins=yes raweventfile=rawevents.ds correctforpileup=no filterdss=yes withfilteredset=no filteredset=filteredpixellist.ds withrmfset=no psfenergy=2 withsourcepos=no sourcecoords=eqpos sourcex=0 sourcey=0 extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=no modelee=yes modelootcorr=no eegridfactor=100 withbadpixcorr=no badpixlocation=notSpecified setbackscale=no keeparfset=yes useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no psfmodel=notSpecified badpixelresolution=2 withbadpixres=no applyxcaladjustment=no acceptchanrange=no applyabsfluxcorr=no -w 1 -V 4 -rmfgen:- rmfgen (rmfgen-2.8.7) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:55:26.000 -Set to: notSpecified -rmfgen:- Opening spectrumset mos1S001-fovt.pi... -rmfgen:- Closing spectrumset mos1S001-fovt.pi. -rmfgen:- Computing source position from region extent.. -rmfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -rmfgen:- Using a source position in DET coordinates of x=59.5 y=-1012 -rmfgen:- The source position in focal plane coords is theta=40.2569 phi=3.08755 -rmfgen:- Constructing a DATASET-based detector map. -rmfgen:- The dataset-based detmap bounds corresponds to xmin=-12837.5 xmax=13487.5 xbins=81 ymin=-19337.5 ymax=19662.5 ybins=120 -** rmfgen: warning (detmapXBoundsExceeded), The DSS x-axis extent [-22502,22621] exceeds the detmap x-axis bounds [-12837.5,13487.5]. This may produce an inappropriate ARF -rmfgen:- PSF type: 5 [HIGH] will be used -rmfgen:- Creating RmfDataServer... -rmfgen:- EventGrades:5 PrimeFullWindow 303 -rmfgen:- RmfDataServer created ok. -rmfgen:- Opening data set ... -rmfgen:- Opened data set. -rmfgen:- Adding MATRIX table. There will be 2400 rows in table -rmfgen:- Initialising table iterator .. -rmfgen:- Populating table .. -rmfgen:- No groups found for row 0 Will fill F_CHAN, N_CHAN and MATRIX columns with zeroes -rmfgen:- No groups found for row 1 Will fill F_CHAN, N_CHAN and MATRIX columns with zeroes -rmfgen:- No groups found for row 2 Will fill F_CHAN, N_CHAN and MATRIX columns with zeroes -rmfgen:- No groups found for row 3 Will fill F_CHAN, N_CHAN and MATRIX columns with zeroes -rmfgen:- No groups found for row 4 Will fill F_CHAN, N_CHAN and MATRIX columns with zeroes -rmfgen:- No groups found for row 5 Will fill F_CHAN, N_CHAN and MATRIX columns with zeroes -rmfgen:- Adding EBOUNDS extension ... -rmfgen:- Cleanup ... -rmfgen:- Closing data set ... -rmfgen:- Closed data set. -rmfgen:- Cleanup complete. -rmfgen:- rmfgen (rmfgen-2.8.7) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:56:32.000 -mosspectra:- Step 16: Generate the ARF: mos1S001.arf -mosspectra:- RUN_ARFGEN: Running evselect, then arfgen... -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=detmap.ds xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=120 yimagesize=120 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:56:32.000 -evselect:- selected 173701 rows from the input table. -** evselect: warning (MinParamRange), Value of parameter ximagemin outside allowed range for column DETX; Setting to minimum value. -** evselect: warning (MaxParamRange), Value of parameter ximagemax outside allowed range for column DETX; Setting to maximum value. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:56:32.000 -arfgen:- Executing (routine): arfgen spectrumset=mos1S001-fovt.pi rmfset=mos1S001.rmf withrmfset=yes arfset=mos1S001.arf detmaptype=dataset detmaparray=detmap.ds detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=5 detybins=5 withdetbins=no psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=yes modeleffarea=yes modelquantumeff=yes modelfiltertrans=yes modelcontamination=yes modelee=no modelootcorr=no applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=no badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=2 withbadpixres=no badpixmaptype=flat setbackscale=no keeparfset=yes useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -arfgen:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:56:32.000 -arfgen:- Opening spectrumset mos1S001-fovt.pi... -arfgen:- Closing spectrumset mos1S001-fovt.pi. -arfgen:- Computing source position from region extent.. -arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -arfgen:- Using a source position in DET coordinates of x=59.5 y=-1012 -arfgen:- The source position in focal plane coords is theta=40.2569 phi=3.08755 -arfgen:- Constructing a DATASET-based detector map. -arfgen:- The dataset-based detmap bounds corresponds to xmin=-12837.5 xmax=13487.5 xbins=81 ymin=-19337.5 ymax=19662.5 ybins=120 -** arfgen: warning (detmapXBoundsExceeded), The DSS x-axis extent [-22502,22621] exceeds the detmap x-axis bounds [-12837.5,13487.5]. This may produce an inappropriate ARF -arfgen:- Opening arfset mos1S001.arf... -arfgen:- Writing energy data into dataset .. -arfgen:- Calculating Area curve ... -arfgen:- Calculating Area curve ...2.499999944 2400 11997.49994 -arfgen:- Bad pixel & chip gap fraction: ~0 % -arfgen:- Writing area data into dataset .. -arfgen:- Closing arfset mos1S001.arf. -arfgen:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:59:31.000 -mosspectra:- Step 17a: Creating FOV selected E band image (SKY): mos1S001-fovimsky-350-1100.fits -mosspectra:- Making band image file in SKY coords... -mosspectra:- Output file, mos1S001-fovimsky-350-1100.fits exists and clobber IS set. Deleting file, creating new version. -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&((CCDNR == 1)||(CCDNR == 2)||(CCDNR == 4)||(CCDNR == 5)||(CCDNR == 7))&®ion(mos1S001-bkgregtsky.fits)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fovimsky-350-1100.fits xcolumn=X ycolumn=Y ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=900 yimagesize=900 imagebinning=imageSize ximagemin=3401 ximagemax=48400 withxranges=yes yimagemin=3401 yimagemax=48400 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:59:31.000 -evselect:- selected 9008 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:59:32.000 -mosspectra:- Step 17b: Make an exposure map for the region and selected E band (eexpmap) -eexpmap:- Executing (routine): eexpmap imageset=mos1S001-fovimt.fits attitudeset=atthk.fits eventset=mos1S001-allevc.fits:EVENTS expimageset=mos1S001-expimsky-350-1100.fits withdetcoords=no withvignetting=yes usefastpixelization=no usedlimap=no attrebin=4 pimin=350 pimax=1100 -w 1 -V 4 -eexpmap:- eexpmap (eexpmap-4.13) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:59:32.000 -** eexpmap: warning (NoExpoExt), Exposure extension not found -eexpmap:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EPN, LINCOORD, 9, /data/xmm/ccf/valid/EPN_LINCOORD_0009.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, BORESIGHT, 34, /data/xmm/ccf/valid/XMM_BORESIGHT_0034.CCF, 2000-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -eexpmap:- eexpmap (eexpmap-4.13) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:59:51.000 -** eexpmap: warning (SummaryOfWarnings), - warning NoExpoExt silently occurred 1 times -mosspectra:- Step 17c: Make a mask for the region and selected E band (emask) -emask:- Executing (routine): emask expimageset=mos1S001-expimsky-350-1100.fits detmaskset=mos1S001-maskimsky-350-1100.fits detmasktable=MASK threshold1=0.01 threshold2=0.5 regionset=region.fits withregionset=no -w 1 -V 4 -emask:- emask (emask-2.16) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:59:51.000 -emask:- emask (emask-2.16) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:59:51.000 -mosspectra:- Step 18a: Extract spectrum from FWC CCF for ccd1 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(CCDNOISE<=1)&&((DETX,DETY) in BOX(20,-60,6610,6570,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovfwcccd1.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:59:51.000 -evselect:- selected 486816 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T11:59:56.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 18b: Backscale spectra from FWC CCF for ccd1 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovfwcccd1.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:59:56.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovfwcccd1.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T11:59:56.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd1.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-fovfwcccd1.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-fovfwcccd1.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-1012 -backscale::arfgen:- The source position in focal plane coords is theta=40.2569 phi=3.08755 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.1959984379 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd1.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovfwcccd1.pi... -backscale::arfgen:- Opened table mos1S001-fovfwcccd1.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovfwcccd1.pi... -backscale::arfgen:- Backscale value is: 163514676 -backscale::arfgen:- added attmos1S001-fovfwcccd1.pi... -backscale::arfgen:- closed specmos1S001-fovfwcccd1.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:08.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:08.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 18c: Extract image from FOV (window mode case) in selected E band for ccd1 -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(20,-60,6610,6570,0))&&(PATTERN<=12)&&(FLAG == 0)&&((CCDNR == 1)||(CCDNR == 2)||(CCDNR == 4)||(CCDNR == 5)||(CCDNR == 7))&®ion(mos1S001-bkgregtdet.fits)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fovimccd1-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:08.000 -evselect:- selected 2604 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:08.000 -mosspectra:- Step 18d: Make exposure map from FOV in selected E band (eexpmap) for ccd1 -eexpmap:- Executing (routine): eexpmap imageset=mos1S001-fovimccd1-350-1100.fits attitudeset=atthk.fits eventset=mos1S001-allevc.fits:EVENTS expimageset=mos1S001-expimccd1-350-1100.fits withdetcoords=yes withvignetting=yes usefastpixelization=no usedlimap=no attrebin=4 pimin=350 pimax=1100 -w 1 -V 4 -eexpmap:- eexpmap (eexpmap-4.13) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:08.000 -** eexpmap: warning (NoExpoExt), Exposure extension not found -eexpmap:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EPN, LINCOORD, 9, /data/xmm/ccf/valid/EPN_LINCOORD_0009.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, BORESIGHT, 34, /data/xmm/ccf/valid/XMM_BORESIGHT_0034.CCF, 2000-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -eexpmap:- eexpmap (eexpmap-4.13) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:25.000 -** eexpmap: warning (SummaryOfWarnings), - warning NoExpoExt silently occurred 1 times -mosspectra:- Step 18e: Make mask from FOV in selected E band (emask) for ccd1 -emask:- Executing (routine): emask expimageset=mos1S001-expimccd1-350-1100.fits detmaskset=mos1S001-maskimccd1-350-1100.fits detmasktable=MASK threshold1=0.01 threshold2=0.5 regionset=region.fits withregionset=no -w 1 -V 4 -emask:- emask (emask-2.16) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:25.000 -emask:- emask (emask-2.16) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:25.000 -mosspectra:- Step 18f: Extract FWC image in selected E band for ccd1 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(CCDNOISE<=1)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&((DETX,DETY) in BOX(20,-60,6610,6570,0))&&(PI in [350:1100])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fwcimccd1det-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:25.000 -evselect:- selected 35340 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoWCS), No WCS information available for image column DETX. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:30.000 -** evselect: warning (SummaryOfWarnings), - warning NoWCS silently occurred 1 times -mosspectra:- Step 18g: Mask the FWC image (farith) ccd1 -mosspectra:- Step 18h: Rename FWC mask ccd1 -mosspectra:- Step 18i: Extract FOV spectrum for ccd1 -mosspectra:- Step 18j: Backscale FOV spectrum for ccd1 -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(20,-60,6610,6570,0))&&(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovccd1.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:30.000 -evselect:- selected 89225 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:31.000 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovccd1.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:31.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovccd1.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:31.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovccd1.pi... -backscale::arfgen:- Closing spectrumset mos1S001-fovccd1.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-1012 -backscale::arfgen:- The source position in focal plane coords is theta=40.2569 phi=3.08755 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.1959984379 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovccd1.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovccd1.pi... -backscale::arfgen:- Opened table mos1S001-fovccd1.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovccd1.pi... -backscale::arfgen:- Backscale value is: 162773484 -backscale::arfgen:- added attmos1S001-fovccd1.pi... -backscale::arfgen:- closed specmos1S001-fovccd1.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:51.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:51.000 -mosspectra:- Step 19a: Extract CORNER spectra for ccd2 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(6550,-13572,6590,6599,0))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corccd2.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:51.000 -evselect:- selected 3053 rows from the input table. -** evselect: warning (DssBlockClash), Name clash while writing Data Subspace: Block REG00105 already exists in output data set. Renaming block to REG00106. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:00:51.000 -mosspectra:- Step 19b: Backscale CORNER spectra for ccd2 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corccd2.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:51.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corccd2.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:00:51.000 -backscale::arfgen:- Opening spectrumset mos1S001-corccd2.pi... -backscale::arfgen:- Closing spectrumset mos1S001-corccd2.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-5324.5 -backscale::arfgen:- The source position in focal plane coords is theta=255.83 phi=3.13309 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-28149 ymax=17500 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corccd2.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corccd2.pi... -backscale::arfgen:- Opened table mos1S001-corccd2.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corccd2.pi... -backscale::arfgen:- Backscale value is: 31215932 -backscale::arfgen:- added attmos1S001-corccd2.pi... -backscale::arfgen:- closed specmos1S001-corccd2.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:02.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:02.000 -mosspectra:- Step 19c: Extract FOV spectra for ccd2 -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovccd2.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:02.000 -evselect:- selected 16475 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:02.000 -mosspectra:- Step 19d: Backscale FOV spectra for ccd2 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovccd2.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:02.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovccd2.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:02.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovccd2.pi... -backscale::arfgen:- Closing spectrumset mos1S001-fovccd2.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-2959.5 -backscale::arfgen:- The source position in focal plane coords is theta=137.589 phi=3.12579 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-22899 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.03275084707 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovccd2.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovccd2.pi... -backscale::arfgen:- Opened table mos1S001-fovccd2.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovccd2.pi... -backscale::arfgen:- Backscale value is: 104349296 -backscale::arfgen:- added attmos1S001-fovccd2.pi... -backscale::arfgen:- closed specmos1S001-fovccd2.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:48.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:48.000 -mosspectra:- Step 19e: Create temp event list from FOV data ccd2 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&(PI in [300:10000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:48.000 -evselect:- selected 2203 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:48.000 -** mosspectra: warning (noEXPOSURE), Input file does not contain an EXPOSURE attribute -mosspectra:- Step 19f: Determine the hardness ratio ccd2 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&(PI in [500:800])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:48.000 -evselect:- selected 67 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:48.000 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&(PI in [2500:5000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:48.000 -evselect:- selected 448 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:48.000 -mosspectra:- Hardness Ratio: -mosspectra:- hige, lowe, hard, hardsig = 448.000000 67.0000000 6.68656731 0.875851393 -mosspectra:- Corner rate = 5.84781742 -mosspectra:- Corner hardness = 6.68656731 -mosspectra:- Step 19g: Extract FWC CORNER spectrum for ccd2 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 65536)&&(CCDNOISE<=1)&&((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&!(((DETX,DETY) in CIRCLE(100,-200,17700))||((DETX,DETY) in CIRCLE(834,135,17100))||((DETX,DETY) in CIRCLE(770,-803,17100))||((DETX,DETY) in BOX(-20,-17000,6500,500,0))||((DETX,DETY) in BOX(5880,-20500,7500,1500,10))||((DETX,DETY) in BOX(-5920,-20500,7500,1500,350))||((DETX,DETY) in BOX(-20,-20000,5500,500,0)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corfwcccd2.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:48.000 -evselect:- selected 107176 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:52.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19h: Backscale FWC CORNER spectrum from ccd2 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corfwcccd2.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:52.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corfwcccd2.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:52.000 -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd2.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-corfwcccd2.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-corfwcccd2.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=167 y=-5324.5 -backscale::arfgen:- The source position in focal plane coords is theta=255.84 phi=3.1541 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-17600 xmax=17934 xbins=1 ymin=-28149 ymax=17500 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd2.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corfwcccd2.pi... -backscale::arfgen:- Opened table mos1S001-corfwcccd2.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corfwcccd2.pi... -backscale::arfgen:- Backscale value is: 30947200 -backscale::arfgen:- added attmos1S001-corfwcccd2.pi... -backscale::arfgen:- closed specmos1S001-corfwcccd2.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:59.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:01:59.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19i: Extract FWC FOV spectrum for ccd2 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(FLAG == 0)&&(CCDNOISE<=1)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovfwcccd2.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:01:59.000 -evselect:- selected 350227 rows from the input table. -** evselect: warning (NonStandardSpectrum), The standard event PATTERN range for a MOS spectrum is 0-0 or 0-12. Detector matrices can not be created for this spectrum and spectral fitting will not be possible. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:02:03.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19j: Backscale FWC FOV spectrum for ccd2 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovfwcccd2.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:02:03.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovfwcccd2.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:02:03.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd2.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-fovfwcccd2.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-fovfwcccd2.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-2959.5 -backscale::arfgen:- The source position in focal plane coords is theta=137.589 phi=3.12579 -** backscale::arfgen: warning (NonStandardPatterns), No PATTERN range info found in DSS - assuming energy pattern fraction = 1.0 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-22899 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.03275084707 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd2.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovfwcccd2.pi... -backscale::arfgen:- Opened table mos1S001-fovfwcccd2.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovfwcccd2.pi... -backscale::arfgen:- Backscale value is: 104349296 -backscale::arfgen:- added attmos1S001-fovfwcccd2.pi... -backscale::arfgen:- closed specmos1S001-fovfwcccd2.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:02:47.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:02:47.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19k: Extract FWC FOV image in the selected E band for ccd2 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(6550,-13572,6590,6599,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(CCDNOISE<=1)&&(FLAG == 0)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fwcimccd2det-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:02:47.000 -evselect:- selected 23614 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoWCS), No WCS information available for image column DETX. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:02:51.000 -** evselect: warning (SummaryOfWarnings), - warning NoWCS silently occurred 1 times -mosspectra:- Step 19a: Extract CORNER spectra for ccd4 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(6700,13070,6530,6560,0))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corccd4.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:02:51.000 -evselect:- selected 3096 rows from the input table. -** evselect: warning (DssBlockClash), Name clash while writing Data Subspace: Block REG00105 already exists in output data set. Renaming block to REG00106. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:02:51.000 -mosspectra:- Step 19b: Backscale CORNER spectra for ccd4 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corccd4.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:02:51.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corccd4.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:02:51.000 -backscale::arfgen:- Opening spectrumset mos1S001-corccd4.pi... -backscale::arfgen:- Closing spectrumset mos1S001-corccd4.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-2911 -backscale::arfgen:- The source position in focal plane coords is theta=135.164 phi=3.1255 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-28149 ymax=22327 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corccd4.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corccd4.pi... -backscale::arfgen:- Opened table mos1S001-corccd4.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corccd4.pi... -backscale::arfgen:- Backscale value is: 27809472 -backscale::arfgen:- added attmos1S001-corccd4.pi... -backscale::arfgen:- closed specmos1S001-corccd4.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:15.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:15.000 -mosspectra:- Step 19c: Extract FOV spectra for ccd4 -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovccd4.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:15.000 -evselect:- selected 19888 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:15.000 -mosspectra:- Step 19d: Backscale FOV spectra for ccd4 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovccd4.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:15.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovccd4.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:15.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovccd4.pi... -backscale::arfgen:- Closing spectrumset mos1S001-fovccd4.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=1661.5 -backscale::arfgen:- The source position in focal plane coords is theta=93.5004 phi=0.0232592 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=22327 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.006705384835 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovccd4.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovccd4.pi... -backscale::arfgen:- Opened table mos1S001-fovccd4.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovccd4.pi... -backscale::arfgen:- Backscale value is: 79314300 -backscale::arfgen:- added attmos1S001-fovccd4.pi... -backscale::arfgen:- closed specmos1S001-fovccd4.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:41.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:41.000 -mosspectra:- Step 19e: Create temp event list from FOV data ccd4 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&(PI in [300:10000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:42.000 -evselect:- selected 1721 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:42.000 -mosspectra:- Step 19f: Determine the hardness ratio ccd4 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&(PI in [500:800])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:42.000 -evselect:- selected 175 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:42.000 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&(PI in [2500:5000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:42.000 -evselect:- selected 261 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:42.000 -mosspectra:- Hardness Ratio: -mosspectra:- hige, lowe, hard, hardsig = 261.000000 175.000000 1.49142861 0.145715728 -mosspectra:- Corner rate = 4.55917501 -mosspectra:- Corner hardness = 1.49142861 -mosspectra:- Step 19g: Extract FWC CORNER spectrum for ccd4 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 65536)&&(CCDNOISE<=1)&&((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&!(((DETX,DETY) in CIRCLE(100,-200,17700))||((DETX,DETY) in CIRCLE(834,135,17100))||((DETX,DETY) in CIRCLE(770,-803,17100))||((DETX,DETY) in BOX(-20,-17000,6500,500,0))||((DETX,DETY) in BOX(5880,-20500,7500,1500,10))||((DETX,DETY) in BOX(-5920,-20500,7500,1500,350))||((DETX,DETY) in BOX(-20,-20000,5500,500,0)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corfwcccd4.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:42.000 -evselect:- selected 42030 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:03:46.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19h: Backscale FWC CORNER spectrum from ccd4 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corfwcccd4.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:46.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corfwcccd4.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:03:46.000 -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd4.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-corfwcccd4.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-corfwcccd4.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=167 y=-2911 -backscale::arfgen:- The source position in focal plane coords is theta=135.185 phi=3.16527 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-17600 xmax=17934 xbins=1 ymin=-28149 ymax=22327 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd4.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corfwcccd4.pi... -backscale::arfgen:- Opened table mos1S001-corfwcccd4.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corfwcccd4.pi... -backscale::arfgen:- Backscale value is: 27384428 -backscale::arfgen:- added attmos1S001-corfwcccd4.pi... -backscale::arfgen:- closed specmos1S001-corfwcccd4.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:09.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:09.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19i: Extract FWC FOV spectrum for ccd4 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(FLAG == 0)&&(CCDNOISE<=1)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovfwcccd4.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:09.000 -evselect:- selected 111267 rows from the input table. -** evselect: warning (NonStandardSpectrum), The standard event PATTERN range for a MOS spectrum is 0-0 or 0-12. Detector matrices can not be created for this spectrum and spectral fitting will not be possible. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:14.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19j: Backscale FWC FOV spectrum for ccd4 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovfwcccd4.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:14.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovfwcccd4.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:14.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd4.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-fovfwcccd4.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-fovfwcccd4.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=1661.5 -backscale::arfgen:- The source position in focal plane coords is theta=93.5004 phi=0.0232592 -** backscale::arfgen: warning (NonStandardPatterns), No PATTERN range info found in DSS - assuming energy pattern fraction = 1.0 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=22327 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.006705384835 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd4.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovfwcccd4.pi... -backscale::arfgen:- Opened table mos1S001-fovfwcccd4.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovfwcccd4.pi... -backscale::arfgen:- Backscale value is: 79314300 -backscale::arfgen:- added attmos1S001-fovfwcccd4.pi... -backscale::arfgen:- closed specmos1S001-fovfwcccd4.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:38.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:38.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19k: Extract FWC FOV image in the selected E band for ccd4 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(6700,13070,6530,6560,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(CCDNOISE<=1)&&(FLAG == 0)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fwcimccd4det-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:38.000 -evselect:- selected 8521 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoWCS), No WCS information available for image column DETX. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:42.000 -** evselect: warning (SummaryOfWarnings), - warning NoWCS silently occurred 1 times -mosspectra:- Step 19a: Extract CORNER spectra for ccd5 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(-6410,13130,6570,6560,0))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corccd5.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:42.000 -evselect:- selected 4075 rows from the input table. -** evselect: warning (DssBlockClash), Name clash while writing Data Subspace: Block REG00105 already exists in output data set. Renaming block to REG00106. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:42.000 -mosspectra:- Step 19b: Backscale CORNER spectra for ccd5 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corccd5.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:43.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corccd5.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:43.000 -backscale::arfgen:- Opening spectrumset mos1S001-corccd5.pi... -backscale::arfgen:- Closing spectrumset mos1S001-corccd5.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-2867 -backscale::arfgen:- The source position in focal plane coords is theta=132.965 phi=3.12524 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-28149 ymax=22415 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corccd5.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corccd5.pi... -backscale::arfgen:- Opened table mos1S001-corccd5.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corccd5.pi... -backscale::arfgen:- Backscale value is: 45192076 -backscale::arfgen:- added attmos1S001-corccd5.pi... -backscale::arfgen:- closed specmos1S001-corccd5.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:52.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:52.000 -mosspectra:- Step 19c: Extract FOV spectra for ccd5 -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovccd5.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:52.000 -evselect:- selected 29359 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:04:53.000 -mosspectra:- Step 19d: Backscale FOV spectra for ccd5 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovccd5.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:53.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovccd5.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:04:53.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovccd5.pi... -backscale::arfgen:- Closing spectrumset mos1S001-fovccd5.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=1705.5 -backscale::arfgen:- The source position in focal plane coords is theta=95.6998 phi=0.0227246 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=22415 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.007149069019 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovccd5.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovccd5.pi... -backscale::arfgen:- Opened table mos1S001-fovccd5.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovccd5.pi... -backscale::arfgen:- Backscale value is: 103416836 -backscale::arfgen:- added attmos1S001-fovccd5.pi... -backscale::arfgen:- closed specmos1S001-fovccd5.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:18.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:18.000 -mosspectra:- Step 19e: Create temp event list from FOV data ccd5 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&(PI in [300:10000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:18.000 -evselect:- selected 3125 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:18.000 -mosspectra:- Step 19f: Determine the hardness ratio ccd5 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&(PI in [500:800])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:18.000 -evselect:- selected 144 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:18.000 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&(PI in [2500:5000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:18.000 -evselect:- selected 576 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:18.000 -mosspectra:- Hardness Ratio: -mosspectra:- hige, lowe, hard, hardsig = 576.000000 144.000000 4.00000000 0.372678012 -mosspectra:- Corner rate = 8.29466248 -mosspectra:- Corner hardness = 4.00000000 -mosspectra:- Step 19g: Extract FWC CORNER spectrum for ccd5 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 65536)&&(CCDNOISE<=1)&&((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&!(((DETX,DETY) in CIRCLE(100,-200,17700))||((DETX,DETY) in CIRCLE(834,135,17100))||((DETX,DETY) in CIRCLE(770,-803,17100))||((DETX,DETY) in BOX(-20,-17000,6500,500,0))||((DETX,DETY) in BOX(5880,-20500,7500,1500,10))||((DETX,DETY) in BOX(-5920,-20500,7500,1500,350))||((DETX,DETY) in BOX(-20,-20000,5500,500,0)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corfwcccd5.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:18.000 -evselect:- selected 128093 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:22.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19h: Backscale FWC CORNER spectrum from ccd5 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corfwcccd5.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:22.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corfwcccd5.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:22.000 -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd5.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-corfwcccd5.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-corfwcccd5.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=167 y=-2867 -backscale::arfgen:- The source position in focal plane coords is theta=132.985 phi=3.16566 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-17600 xmax=17934 xbins=1 ymin=-28149 ymax=22415 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd5.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corfwcccd5.pi... -backscale::arfgen:- Opened table mos1S001-corfwcccd5.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corfwcccd5.pi... -backscale::arfgen:- Backscale value is: 44416128 -backscale::arfgen:- added attmos1S001-corfwcccd5.pi... -backscale::arfgen:- closed specmos1S001-corfwcccd5.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:31.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:31.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19i: Extract FWC FOV spectrum for ccd5 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(FLAG == 0)&&(CCDNOISE<=1)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovfwcccd5.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:31.000 -evselect:- selected 286680 rows from the input table. -** evselect: warning (NonStandardSpectrum), The standard event PATTERN range for a MOS spectrum is 0-0 or 0-12. Detector matrices can not be created for this spectrum and spectral fitting will not be possible. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:35.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19j: Backscale FWC FOV spectrum for ccd5 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovfwcccd5.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:35.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovfwcccd5.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:35.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd5.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-fovfwcccd5.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-fovfwcccd5.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=1705.5 -backscale::arfgen:- The source position in focal plane coords is theta=95.6998 phi=0.0227246 -** backscale::arfgen: warning (NonStandardPatterns), No PATTERN range info found in DSS - assuming energy pattern fraction = 1.0 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-19004 ymax=22415 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.007149069019 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd5.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovfwcccd5.pi... -backscale::arfgen:- Opened table mos1S001-fovfwcccd5.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovfwcccd5.pi... -backscale::arfgen:- Backscale value is: 103416836 -backscale::arfgen:- added attmos1S001-fovfwcccd5.pi... -backscale::arfgen:- closed specmos1S001-fovfwcccd5.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:58.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:05:58.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19k: Extract FWC FOV image in the selected E band for ccd5 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(-6410,13130,6570,6560,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(CCDNOISE<=1)&&(FLAG == 0)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fwcimccd5det-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:05:58.000 -evselect:- selected 24592 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoWCS), No WCS information available for image column DETX. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:02.000 -** evselect: warning (SummaryOfWarnings), - warning NoWCS silently occurred 1 times -mosspectra:- Step 19a: Extract CORNER spectra for ccd7 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corccd7.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:02.000 -evselect:- selected 2945 rows from the input table. -** evselect: warning (DssBlockClash), Name clash while writing Data Subspace: Block REG00105 already exists in output data set. Renaming block to REG00106. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:02.000 -mosspectra:- Step 19b: Backscale CORNER spectra for ccd7 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corccd7.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:02.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corccd7.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:02.000 -backscale::arfgen:- Opening spectrumset mos1S001-corccd7.pi... -backscale::arfgen:- Closing spectrumset mos1S001-corccd7.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-5324.5 -backscale::arfgen:- The source position in focal plane coords is theta=255.83 phi=3.13309 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-28149 ymax=17500 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corccd7.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corccd7.pi... -backscale::arfgen:- Opened table mos1S001-corccd7.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corccd7.pi... -backscale::arfgen:- Backscale value is: 32718764 -backscale::arfgen:- added attmos1S001-corccd7.pi... -backscale::arfgen:- closed specmos1S001-corccd7.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:10.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:10.000 -mosspectra:- Step 19c: Extract FOV spectra for ccd7 -evselect:- Executing (routine): evselect table=mos1S001-allevc.fits:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 0)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovccd7.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:10.000 -evselect:- selected 18812 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:10.000 -mosspectra:- Step 19d: Backscale FOV spectra for ccd7 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovccd7.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:10.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovccd7.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:10.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovccd7.pi... -backscale::arfgen:- Closing spectrumset mos1S001-fovccd7.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-2885 -backscale::arfgen:- The source position in focal plane coords is theta=133.865 phi=3.12535 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-22750 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.0193531394 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovccd7.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovccd7.pi... -backscale::arfgen:- Opened table mos1S001-fovccd7.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovccd7.pi... -backscale::arfgen:- Backscale value is: 106687112 -backscale::arfgen:- added attmos1S001-fovccd7.pi... -backscale::arfgen:- closed specmos1S001-fovccd7.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:33.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:33.000 -mosspectra:- Step 19e: Create temp event list from FOV data ccd7 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&(PI in [300:10000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:33.000 -evselect:- selected 2273 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:33.000 -mosspectra:- Step 19f: Determine the hardness ratio ccd7 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&(PI in [500:800])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:33.000 -evselect:- selected 76 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:33.000 -evselect:- Executing (routine): evselect table=mos1S001-corevc.fits:EVENTS filteredset=temp_events.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&((FLAG & 0x766a0f63)==0)&&((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&(PI in [2500:5000])' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:33.000 -evselect:- selected 481 rows from the input table. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:33.000 -mosspectra:- Hardness Ratio: -mosspectra:- hige, lowe, hard, hardsig = 481.000000 76.0000000 6.32894754 0.781231523 -mosspectra:- Corner rate = 6.02882481 -mosspectra:- Corner hardness = 6.32894754 -mosspectra:- Step 19g: Extract FWC CORNER spectrum for ccd7 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(PATTERN<=12)&&(FLAG == 65536)&&(CCDNOISE<=1)&&((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&!(((DETX,DETY) in CIRCLE(100,-200,17700))||((DETX,DETY) in CIRCLE(834,135,17100))||((DETX,DETY) in CIRCLE(770,-803,17100))||((DETX,DETY) in BOX(-20,-17000,6500,500,0))||((DETX,DETY) in BOX(5880,-20500,7500,1500,10))||((DETX,DETY) in BOX(-5920,-20500,7500,1500,350))||((DETX,DETY) in BOX(-20,-20000,5500,500,0)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-corfwcccd7.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:34.000 -evselect:- selected 106486 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:37.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19h: Backscale FWC CORNER spectrum from ccd7 -backscale:- Executing (routine): backscale spectrumset=mos1S001-corfwcccd7.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=no badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:37.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-corfwcccd7.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=no crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:37.000 -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd7.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-corfwcccd7.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-corfwcccd7.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=167 y=-5324.5 -backscale::arfgen:- The source position in focal plane coords is theta=255.84 phi=3.1541 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-17600 xmax=17934 xbins=1 ymin=-28149 ymax=17500 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-corfwcccd7.pi... -backscale::arfgen:- Opened spectrumset mos1S001-corfwcccd7.pi... -backscale::arfgen:- Opened table mos1S001-corfwcccd7.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-corfwcccd7.pi... -backscale::arfgen:- Backscale value is: 33441964 -backscale::arfgen:- added attmos1S001-corfwcccd7.pi... -backscale::arfgen:- closed specmos1S001-corfwcccd7.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:49.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:49.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19i: Extract FWC FOV spectrum for ccd7 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=no flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='(FLAG == 0)&&(CCDNOISE<=1)&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))&&((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PI zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=no imageset=image.fits xcolumn=RAWX ycolumn=RAWY ximagebinsize=1 yimagebinsize=1 squarepixels=no ximagesize=600 yimagesize=600 imagebinning=imageSize ximagemin=1 ximagemax=640 withxranges=no yimagemin=1 yimagemax=640 withyranges=no imagedatatype=Real64 withimagedatatype=no raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=no spectrumset=mos1S001-fovfwcccd7.pi spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=yes nonStandardSpec=no withspectrumset=yes rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:49.000 -evselect:- selected 325848 rows from the input table. -** evselect: warning (NonStandardSpectrum), The standard event PATTERN range for a MOS spectrum is 0-0 or 0-12. Detector matrices can not be created for this spectrum and spectral fitting will not be possible. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoProductExp), No live time information available. Cannot write EXPOSURE keyword for output products. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:06:53.000 -mosspectra:- copyARF: Writing FOV spectrum header keywords to FWC spectrum header -mosspectra:- Step 19j: Backscale FWC FOV spectrum for ccd7 -backscale:- Executing (routine): backscale spectrumset=mos1S001-fovfwcccd7.pi badpixlocation=mos1S001-allevc.fits withbadpixcorr=yes useodfatt=no ignoreoutoffov=yes badpixelresolution=16 withbadpixres=yes -w 1 -V 4 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:53.000 -backscale:- Executing (routine): arfgen spectrumset=mos1S001-fovfwcccd7.pi rmfset=response.ds withrmfset=no arfset=deletearf.ds detmaptype=flat detmaparray=detmapfile.ds: detxoffset=1200 detyoffset=1200 withdetbounds=no detxbins=1 detybins=1 withdetbins=yes psfenergy=2 filterdss=yes filteredset=filteredpixellist.ds withfilteredset=no sourcecoords=eqpos sourcex=0 sourcey=0 withsourcepos=no extendedsource=no modeleffarea=no modelquantumeff=no modelfiltertrans=no modelcontamination=yes modelee=no modelootcorr=yes applyxcaladjustment=yes applyabsfluxcorr=yes eegridfactor=100 withbadpixcorr=yes badpixlocation=mos1S001-allevc.fits psfmodel=ELLBETA badpixelresolution=16 withbadpixres=yes badpixmaptype=flat setbackscale=yes keeparfset=no useodfatt=no ignoreoutoffov=yes crossreg_spectrumset='' crossregionarf=no -w 1 -V 4 -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:06:53.000 -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd7.pi... -** : warning (UnknownModeString), SUBMODE not valid or missing - using FullWindow -** backscale::arfgen: warning (InvalidPosWCSInfo), The dataset mos1S001-fovfwcccd7.pi does not have one or more of the following attributes: - REFXCTYP REFXCRPX REFXCRVL REFXCDLT - REFYCTYP REFYCRPX REFYCRVL REFYCDLT. - These are needed to convert X/Y coordinates to RA/DEC correctly. - Will assume the following settings: - REFXCTYP=RA---TAN - REFXCRPX=25921 - REFYCRVL=266.638 (reference ra) - REFXCDLT=-1.38889e-05 - REFYCTYP=DEC--TAN - REFYCRPX=25921 - REFYCRVL=-28.7472 (reference dec) - REFYCDLT=1.38889e-05 - -backscale::arfgen:- Closing spectrumset mos1S001-fovfwcccd7.pi. -backscale::arfgen:- Computing source position from region extent.. -backscale::arfgen:- CCF constituents accessed by the calibration server: -CifEntry{EMOS1, CONTAMINATION, 2, /data/xmm/ccf/valid/EMOS1_CONTAMINATION_0002.CCF, 2000-01-01T00:00:00.000} -CifEntry{EMOS1, FILTERTRANSX, 15, /data/xmm/ccf/valid/EMOS1_FILTERTRANSX_0015.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, LINCOORD, 19, /data/xmm/ccf/valid/EMOS1_LINCOORD_0019.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, MODEPARAM, 6, /data/xmm/ccf/valid/EMOS1_MODEPARAM_0006.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, PATTERNLIB, 5, /data/xmm/ccf/valid/EMOS1_PATTERNLIB_0005.CCF, 1998-01-01T00:00:00.000} -CifEntry{EMOS1, QUANTUMEF, 21, /data/xmm/ccf/valid/EMOS1_QUANTUMEF_0021.CCF, 2002-11-08T00:00:01.000} -CifEntry{EMOS1, TIMECORR, 3, /data/xmm/ccf/valid/EMOS1_TIMECORR_0003.CCF, 1998-01-01T00:00:00.000} -CifEntry{RGS1, LINCOORD, 8, /data/xmm/ccf/valid/RGS1_LINCOORD_0008.CCF, 1998-01-01T00:00:00.000} -CifEntry{XMM, ABSCOEFS, 4, /data/xmm/ccf/valid/XMM_ABSCOEFS_0004.CCF, 1999-01-01T00:00:00.000} -CifEntry{XMM, MISCDATA, 22, /data/xmm/ccf/valid/XMM_MISCDATA_0022.CCF, 1999-01-01T00:00:00.000} -CifEntry{XRT1, XAREAEF, 11, /data/xmm/ccf/valid/XRT1_XAREAEF_0011.CCF, 2000-01-13T00:00:00.000} -CifEntry{XRT3, XAREAEF, 14, /data/xmm/ccf/valid/XRT3_XAREAEF_0014.CCF, 2000-01-13T00:00:00.000} - - -backscale::arfgen:- Using a source position in DET coordinates of x=59.5 y=-2885 -backscale::arfgen:- The source position in focal plane coords is theta=133.865 phi=3.12535 -** backscale::arfgen: warning (NonStandardPatterns), No PATTERN range info found in DSS - assuming energy pattern fraction = 1.0 -backscale::arfgen:- Computing detector map bounds from the region selection information stored in the spectrum ... -backscale::arfgen:- detector map binning will be: xbins: 1 ybins: 1 -backscale::arfgen:- Constructing a flat detector map with xmin=-22502 xmax=22621 xbins=1 ymin=-22750 ymax=16980 ybins=1 -backscale::arfgen:- Opening arfset deletearf.ds... -Making file temp_badcol.ds -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX01:RAWX and temp_badcol.ds:BADPIX01:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX02:RAWX and temp_badcol.ds:BADPIX02:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX04:RAWX and temp_badcol.ds:BADPIX04:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX05:RAWX and temp_badcol.ds:BADPIX05:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- WCS info for the columns temp_badcol.ds:BADPIX07:RAWX and temp_badcol.ds:BADPIX07:RAWX is either non-existent or incomplete. Assuming a 1:1 mapping -backscale::arfgen:- Writing energy data into dataset .. -backscale::arfgen:- Calculating Area curve ... -backscale::arfgen:- Calculating Area curve ...2.5 2400 11997.5 -** backscale::arfgen: warning (zeroSumDetmap), The filtered detector map has a zero normalisation - returning zero area. Try using a flat detector map and/or more bins -backscale::arfgen:- Bad pixel & chip gap fraction: ~0.0193531394 % -backscale::arfgen:- Writing area data into dataset .. -backscale::arfgen:- Closing arfset deletearf.ds. -backscale::arfgen:- Opening spectrumset mos1S001-fovfwcccd7.pi... -backscale::arfgen:- Opened spectrumset mos1S001-fovfwcccd7.pi... -backscale::arfgen:- Opened table mos1S001-fovfwcccd7.pi... -backscale::arfgen:- current backscale value is: 1 -backscale::arfgen:- deleted attmos1S001-fovfwcccd7.pi... -backscale::arfgen:- Backscale value is: 106687112 -backscale::arfgen:- added attmos1S001-fovfwcccd7.pi... -backscale::arfgen:- closed specmos1S001-fovfwcccd7.pi... -backscale:- arfgen (arfgen-1.106.1) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:07:13.000 -backscale:- backscale (backscale-1.6) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:07:13.000 -** backscale: warning (SummaryOfWarnings), - warning InvalidPosWCSInfo silently occurred 1 times -mosspectra:- Step 19k: Extract FWC FOV image in the selected E band for ccd7 -evselect:- Executing (routine): evselect table=/data/xmm/ccf/valid/EMOS1_FWC_0005.CCF:EVENTS filteredset=filtered.fits withfilteredset=yes keepfilteroutput=yes flagcolumn=EVFLAG flagbit=-1 destruct=yes dssblock='' expression='((DETX,DETY) in BOX(-6540,-13438,6570,6599,0))&&!((DETX,DETY) in BOX(13280,-306,6610,6599,0))&&!((DETX,DETY) in BOX(-13169,-105,6599,6599,0))&®ion(mos1S001-bkgregtdet.fits)&&(CCDNOISE<=1)&&(FLAG == 0)&&(PI in [350:1100])&&(((DETX,DETY) IN box(-2683.5,-15917,2780.5,1340,0))||((DETX,DETY) IN box(2743.5,-16051,2579.5,1340,0))||((DETX,DETY) IN circle(97,-172,17152)))' filtertype=expression cleandss=no updateexposure=yes filterexposure=yes writedss=yes blockstocopy='' attributestocopy='' energycolumn=PHA zcolumn=WEIGHT zerrorcolumn=EWEIGHT withzerrorcolumn=no withzcolumn=no ignorelegallimits=yes imageset=mos1S001-fwcimccd7det-350-1100.fits xcolumn=DETX ycolumn=DETY ximagebinsize=1 yimagebinsize=1 squarepixels=yes ximagesize=780 yimagesize=780 imagebinning=imageSize ximagemin=-19499 ximagemax=19500 withxranges=yes yimagemin=-19499 yimagemax=19500 withyranges=yes imagedatatype=Int32 withimagedatatype=yes raimagecenter=0 decimagecenter=0 withcelestialcenter=no withimageset=yes spectrumset=spectrum.fits spectralbinsize=5 specchannelmin=0 specchannelmax=11999 withspecranges=no nonStandardSpec=no withspectrumset=no rateset=rate.fits timecolumn=TIME timebinsize=1 timemin=0 timemax=1000 withtimeranges=no maketimecolumn=no makeratecolumn=no withrateset=no histogramset=histo.fits histogramcolumn=TIME histogrambinsize=1 histogrammin=0 histogrammax=1000 withhistoranges=no withhistogramset=no -w 1 -V 4 -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] started: 2025-09-25T12:07:13.000 -evselect:- selected 22815 rows from the input table. -** evselect: warning (NoAttrib), The Attribute FILTER does not exist in the input event list. No value was copied. -** evselect: warning (NoWCS), No WCS information available for image column DETX. -evselect:- evselect (evselect-3.71.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:07:18.000 -** evselect: warning (SummaryOfWarnings), - warning NoWCS silently occurred 1 times -mosspectra:- Step 20: mosspectra analysis complete; cleaning up... -mosspectra:- MOSSPECTRA: parameter keepinterfiles IS set. -mosspectra:- MOSSPECTRA: Will NOT delete these files (also produced by other tasks): -mosspectra:- MOSSPECTRA: detmap.ds, filtered.fits, temp_events.fits -mosspectra:- mosspectra (mosspectra-0.20.3) [22.1.0-a8f2c2afa-20250304] ended: 2025-09-25T12:07:18.000 -** mosspectra: warning (SummaryOfWarnings), - warning noEXPOSURE silently occurred 11 times