0
Completed

How can I search for data from specific ESO programme ID using ESO Science Portal interface?

Anonymous 4 years ago in Search for data updated by Archive Science Group 3 years ago 1

I know that specific dataset has been generated from a given Programme ID. I see that Program Id is a selectable item, but the list of available options for X-SHOOTER is way too long to find the right one. Is there a way to type it somewhere in the interface?

Questions

Answer

Answer
Started

Archive

Dear user,
    many thanks for using the Archive Science Portal! There are 3 ways to solve your problem:

  • You can expand the Query Parameter column in the Archive Science Portal (see figure on the right). From this you will be able to perform a more refined search for a given parameter. This is done by clicking on the little show input form arrow below each panel.
  • Alternatively, you can insert the ProgId you are interested in into the ESO XSHOOTER instrument specific query form.
  • Finally, you can also run a TAP query where you select instrument_name='XSHOOTER' and your favourite proposal_id:
    SELECT
        target_name, dp_id, s_ra, s_dec, 
        t_exptime, em_min, em_max, 
        dataproduct_type, instrument_name, 
        obstech, proposal_id, obs_collection, 
        access_url
    FROM
        ivoa.ObsCore
    WHERE
        proposal_id LIKE '084.B-0869%' 
    AND
        instrument_name='XSHOOTER'

Please let us know if this answer your question! and enjoy your data!

Answer
Started

Archive

Dear user,
    many thanks for using the Archive Science Portal! There are 3 ways to solve your problem:

  • You can expand the Query Parameter column in the Archive Science Portal (see figure on the right). From this you will be able to perform a more refined search for a given parameter. This is done by clicking on the little show input form arrow below each panel.
  • Alternatively, you can insert the ProgId you are interested in into the ESO XSHOOTER instrument specific query form.
  • Finally, you can also run a TAP query where you select instrument_name='XSHOOTER' and your favourite proposal_id:
    SELECT
        target_name, dp_id, s_ra, s_dec, 
        t_exptime, em_min, em_max, 
        dataproduct_type, instrument_name, 
        obstech, proposal_id, obs_collection, 
        access_url
    FROM
        ivoa.ObsCore
    WHERE
        proposal_id LIKE '084.B-0869%' 
    AND
        instrument_name='XSHOOTER'

Please let us know if this answer your question! and enjoy your data!