Skip to content

Index error in response.py #35

Description

@EduardoConcepcion

Hi, it is my first time working with PyNOT so I apologise if this is a basic issue, but I have not been able to solve it. I have managed to run the pipeline and done the static calibrations for bias and flats and the corrected arc lamp frames. However, in the next step I am encountering the following error:

/NOT/PyNOT/pynot/lib/python3.12/site-packages/pynot/response.py", line 678, in task_response
pixtable = pixtab_fnames[0] ~~~~~~~~~~~~~^^^
IndexError: list index out of range

This is the part of the code:

pixtab_fnames = status.find_pixtab(grism)
pixtable = pixtab_fnames[0]

It does get the grism name, but pixtab_fnames seems to be empty. I have downloaded all the files available under my proposal, so I am not sure what I am missing.

Thanks for your help,
Eduardo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions