[INSTRM-1948] Fixing data writing issue Created: 25/Apr/23  Updated: 28/Apr/23  Resolved: 28/Apr/23

Status: Done
Project: Instrument control development
Component/s: ics_agccActor
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: chyan Assignee: chyan
Resolution: Done Votes: 0
Labels: EngRun
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

The agcc actor is not writing data into data base. Here is the error message

Exception in thread Thread-21:
Traceback (most recent call last):
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/software/devel/chyan/ics_agccActor/python/agccActor/expose.py", line 145, in expose_thr
2023-04-25 00:59:30.597Z cmds             20 CommandLink.py:121 > 2 6 i text="wrote centroids to database"
Exception in thread Thread-20:
Traceback (most recent call last):
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2023-04-25 00:59:30.599Z cmds             20 CommandLink.py:121 > 2 6 i text="wrote centroids to database"
    aa=spots['esimated_magnitudes']
ValueError: no field of name esimated_magnitudes
Exception in thread Thread-16:
Traceback (most recent call last):
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 870, in run
2023-04-25 00:59:30.603Z cmds             20 CommandLink.py:121 > 2 6 i text="wrote centroids to database"
    self.run()
2023-04-25 00:59:30.603Z cmds             20 CommandLink.py:121 > 2 6 i text="wrote centroids to database"
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/software/devel/chyan/ics_agccActor/python/agccActor/expose.py", line 145, in expose_thr
Exception in thread Thread-18:
    self._target(*self._args, **self._kwargs)
  File "/software/devel/chyan/ics_agccActor/python/agccActor/expose.py", line 145, in expose_thr
Exception in thread Thread-17:
Traceback (most recent call last):
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    aa=spots['esimated_magnitudes']
Traceback (most recent call last):
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2023-04-25 00:59:30.603Z cmds             20 CommandLink.py:121 > 2 6 i text="wrote centroids to database"
ValueError: no field of name esimated_magnitudes
    aa=spots['esimated_magnitudes']
ValueError: no field of name esimated_magnitudes
Exception in thread Thread-19:
    self.run()
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 870, in run
Traceback (most recent call last):
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/software/devel/chyan/ics_agccActor/python/agccActor/expose.py", line 145, in expose_thr
    self.run()
  File "/software/conda/envs/rubin3_ics/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/software/devel/chyan/ics_agccActor/python/agccActor/expose.py", line 145, in expose_thr
    aa=spots['esimated_magnitudes']
ValueError: no field of name esimated_magnitudes
    self._target(*self._args, **self._kwargs)
  File "/software/devel/chyan/ics_agccActor/python/agccActor/expose.py", line 145, in expose_thr
    aa=spots['esimated_magnitudes']
    aa=spots['esimated_magnitudes']
ValueError: no field of name esimated_magnitudes
ValueError: no field of name esimated_magnitudes

Generated at Sat Feb 10 16:41:19 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.