Skip to content

Unable to retrieve guide star data #54

@bhilbert4

Description

@bhilbert4

The flag for filtering out guide star data seems to always be True? I tried a query where I did not set it to True, but no guide star data were returned in the search. None of the queries below returned GS data.

We should make sure that the flag value is respected, so that users can retrieve guidestar data if they want it.
Also, we may want to add a e.g. --no_science flag, so that only guide star data are returned.

jwst_download.py -i nircam --propID 1068 --skipdownload --date_select 2022-05-14 2022-05-16 --savetables temp
jwst_download.py -i nircam --propID 1068 --obsnums 4 --skipdownload --date_select 2022-05-14 2022-05-16 --savetables temp
jwst_download.py --propID 1068 --skipdownload --date_select 2022-05-14 2022-05-16 --savetables temp
jwst_download.py -i fgs --propID 1068 --skipdownload --date_select 2022-05-14 2022-05-16 --savetables temp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions