Content-Type: text/html; charset=UTF-8
| - Revision: |
$Rev: 1216 $ |
|
| - Report created: |
2025-07-11 19:44:38 |
| ValueError |
Python 3.12.3: /usr/bin/python3 Fri Jul 11 19:44:38 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/cgi-bin/ds_orbit.py in <module> |
| 509 |
| 510 incl = float(parsedSixCatalogLine["i"]) |
| => 511 Omega = float(parsedSixCatalogLine["Omega"]) |
| 512 e = float(parsedSixCatalogLine["e"]) |
| 513 |
| Omega = '0.0', builtin float = <class 'float'>, parsedSixCatalogLine = {'Omega': '206.1 q', 'Omega_err': '5.3', 'P': '2.138 y', 'P_err': '0.001', 'T': '2021.33 y', 'T_err': '0.17', 'a': '0.0079 a', 'a_err': '0.0007', 'ads': '17052', 'code': 'TOK2023b', ...} |
ValueError: could not convert string to float: '206.1 q'
add_note =
<built-in method add_note of ValueError object>
args =
("could not convert string to float: '206.1 q'",)
with_traceback =
<built-in method with_traceback of ValueError object>