jwst_mast_query icon indicating copy to clipboard operation
jwst_mast_query copied to clipboard

Unable to retrieve guide star data

Open bhilbert4 opened this issue 1 year ago • 0 comments

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

bhilbert4 avatar May 01 '23 14:05 bhilbert4