You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using --object NAME it doesn't work, it stops with this error in the
python sosta script
(from log_errors):
~pks1510$ more pipeline_internals.log.error
channel type (null) must define seekProc if defining wideSeekProc
channel type (null) must define seekProc if defining wideSeekProc
Traceback (most recent call last):
File "/.../swift_deepsky-master/bin/module_Sosta_log_to_table.py",
line 177, in <module>
flux = float(flux_pos)
TypeError: float() argument must be a string or a number, not 'NoneType'
Curiously, instead, it works if I call it with the specific coordinates
(--ra --dec ).
Note that in both cases it finds the observations and sum and process the data.
Thanks and ciao
Luigi
The text was updated successfully, but these errors were encountered:
one more note: strangely i retried the same exact command (with ra and dec)
after removing the previous run, and now it doesn't work anymore:
same error on float(flux_pos). Repeating it gives same error.
It works again if now i change the name of the directory
The text was updated successfully, but these errors were encountered: