ashleychontos / pySYD

automated measurements of global asteroseismic parameters

Home Page:https://pysyd.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with input files

Anohita1 opened this issue · comments


I downloaded normalized lightcurves and power spectrum using lightkurve of one object KIC3441157 which is expected to have nu_max = 5-6 microHertz and del_nu = 1 microhertz (from literature)

Running this is giving me following error - AttributeError: module 'pysyd.utils' has no attribute 'PySYDInputError'
Screenshot from 2023-04-30 00-00-25
Screenshot from 2023-04-30 00-00-36

  • OS: [Linux]
  • Version: [Ubuntu 20.04.6 LTS]
  • Implementation: [command line]

Attachments

Lightcurve and power spectra files - obtained using lightkurve
3441157_LC.txt
3441157_PS.txt

Other


Summary Checklist:

  • How were you using pySYD when you experienced the issue? command line from terminal
  • Did you provide all the relevant information and files so that we can reproduce the error? Yes
  • Did you check if the issue has already been reported? Yes → Was there a proposed workaround or solution? No
  • Do you know if the issue is version specific? IDK
  • Have you identified a workaround or solution? No
  • Will you be submitting a pull request associated with this issue? No

hi @Anohita1, thank you for bringing this to my attention. can you tell me what version you are using? I think this was a previous error but was fixed in more recent versions. Also please keep in mind that most of the parameters are optimized for a wide range of stars (i.e. not the best for much more evolved stars). For example, you can see that the power spectrum is binned to 5 points, which is not very helpful in any type of analysis. I would recommend to look at some of the additional command-line options to help fix that -- it might make other things work more smoothly.