bcalden / ClusterPyXT

The Galaxy Cluster ‘Pypeline’ for X-ray Temperature Maps
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Error parameter #41

Open gabriel-fontinele opened 1 year ago

gabriel-fontinele commented 1 year ago

I'm using ciao-4.14 to do an analysis but when I run my pipeline to do the analysis I get the following return:

gabriel@gabriel-Aspire-A515-51G:~/astrosoft/ClusterPyXT$ python clusterpyxt.py /home/gabriel/astrosoft/ClusterPyXT/pypeline_config.ini Cluster data written to /home/gabriel/aglomerados/dados.clusterpyxt/A119/A119_pypeline_config.ini Making directories Cluster data written to /home/gabriel/aglomerados/dados.clusterpyxt/A119/A119_pypeline_config.ini Downloading files for ObsId 4180, total size is 58 Mb.

Type Format Size 0........H.........1 Download Time Average Rate

vvref pdf 25 Mb #################### 8 s 3295.2 kb/s evt1 fits 21 Mb #################### 9 s 2449.3 kb/s asol fits 3 Mb #################### 2 s 1393.9 kb/s evt2 fits 2 Mb #################### 4 s 694.4 kb/s mtl fits 520 Kb #################### 2 s 254.8 kb/s cntr_img jpg 517 Kb #################### 2 s 277.8 kb/s bias fits 428 Kb #################### 2 s 216.3 kb/s bias fits 426 Kb #################### 2 s 277.8 kb/s bias fits 426 Kb #################### 2 s 242.0 kb/s bias fits 426 Kb #################### 2 s 223.8 kb/s bias fits 425 Kb #################### 2 s 230.8 kb/s stat fits 372 Kb #################### 2 s 209.5 kb/s osol fits 356 Kb #################### 2 s 201.1 kb/s osol fits 355 Kb #################### 2 s 170.9 kb/s osol fits 355 Kb #################### 2 s 182.6 kb/s eph1 fits 282 Kb #################### 2 s 178.6 kb/s eph1 fits 275 Kb #################### 2 s 153.4 kb/s eph1 fits 259 Kb #################### 2 s 154.1 kb/s aqual fits 200 Kb #################### 2 s 125.9 kb/s full_img jpg 77 Kb #################### 1 s 57.5 kb/s osol fits 64 Kb #################### 1 s 52.4 kb/s cntr_img fits 56 Kb #################### 1 s 45.9 kb/s vv pdf 51 Kb #################### 1 s 41.7 kb/s full_img fits 44 Kb #################### 1 s 41.7 kb/s bpix fits 21 Kb #################### < 1 s 21.9 kb/s oif fits 20 Kb #################### < 1 s 21.2 kb/s readme ascii 10 Kb #################### < 1 s 10.8 kb/s eph1 fits 7 Kb #################### < 1 s 10.3 kb/s fov fits 7 Kb #################### < 1 s 11.0 kb/s flt fits 6 Kb #################### < 1 s 11.2 kb/s msk fits 5 Kb #################### < 1 s 6.4 kb/s pbk fits 4 Kb #################### < 1 s 6.5 kb/s

  Total download size for ObsId 4180 = 58 Mb
  Total download time for ObsId 4180 = 1 m 2 s

Reprocessing A119.

Running chandra_repro version: 15 March 2022

Processing input directory '/home/gabriel/aglomerados/dados.clusterpyxt/A119/4180'

No boresight correction update to asol file is needed. Resetting afterglow status bits in evt1.fits file...

Running acis_build_badpix and acis_find_afterglow to create a new bad pixel file...

Running acis_process_events to reprocess the evt1.fits file... Filtering the evt1.fits file by grade and status and time... Applying the good time intervals from the flt1.fits file... The new evt2.fits file is: /home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/repro/acisf04180_repro_evt2.fits

Updating the event file header with chandra_repro HISTORY record Creating FOV file...

Cleaning up intermediate files

Any issues pertaining to data quality for this observation will be listed in the Comments section of the Validation and Verification report located in: /home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/repro/axaff04180N004_VV001_vv2.pdf

The data have been reprocessed. Start your analysis with the new products in /home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/repro Running ccd_sort on A119. Working on A119/4180 evt1 : ['/home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/secondary/acisf04180_000N005_evt1.fits'] evt2 : /home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/repro/acisf04180_repro_evt2.fits detname : ACIS-01236 A119/4180: Making level 2 event file for ACIS Chip id: 0 A119/4180: Making level 2 event file for ACIS Chip id: 1 A119/4180: Making level 2 event file for ACIS Chip id: 2 A119/4180: Making level 2 event file for ACIS Chip id: 3 A119/4180: Making level 2 event file for ACIS Chip id: 6 Running ciao_back on A119. Finding background for /home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/analysis/acis_ccd1.fits Found background at /home/gabriel/miniconda3/envs/ciao-4.14/CALDB/data/chandra/acis/bkgrnd/acis1iD2000-12-01bkgrnd_ctiN0005.fits Running dmkeypar /home/gabriel/aglomerados/dados.clusterpyxt/A119/4180/analysis/acis_ccd1.fits "GAINFILE" echo=True pset: cannot convert parameter value : rval /tmp/tmpiutbyeed.dmkeypar.par: cannot convert parameter value : rval Error getting parameter file in CIAO. Please close ClusterPyXT and re-try the stage. If the problem persists, please file a bug report on https://github.com/bcalden/ClusterPyXT with the following error message: Traceback (most recent call last): File "/home/gabriel/astrosoft/ClusterPyXT/clusterpyxt.py", line 523, in run_stage_1 ciao.run_stage_1(self._cluster_obj) File "/home/gabriel/astrosoft/ClusterPyXT/ciao.py", line 1290, in run_stage_1 merge_observations(cluster) File "/home/gabriel/astrosoft/ClusterPyXT/ciao.py", line 435, in merge_observations ciao_back(cluster) File "/home/gabriel/astrosoft/ClusterPyXT/ciao.py", line 138, in ciao_back acis_gain = rt.dmkeypar(infile=acis_file, File "/home/gabriel/miniconda3/envs/ciao-4.14/lib/python3.9/site-packages/ciao_contrib/runtool.py", line 1836, in call stackfiles = self._update_parfile(parfile) File "/home/gabriel/miniconda3/envs/ciao-4.14/lib/python3.9/site-packages/ciao_contrib/runtool.py", line 1396, in _update_parfile self._update_parfile_verify(parfile, stackfiles) File "/home/gabriel/miniconda3/envs/ciao-4.14/lib/python3.9/site-packages/ciao_contrib/runtool.py", line 1326, in _update_parfile_verify oval = _to_python(ptype, pio.pget(fp, oname)) ValueError: pget() Parameter not found Abortado (imagem do núcleo gravada)