Your comments

Dear user,

thanks for your question. We are currently investigating on this.

Which intermediate products are you interested in?

The TAP query to obtain all the XSHOOTER observations of the quasars part of the MAGG sample is:


SELECT Xshoot.dp_id

FROM

      (SELECT * FROM ivoa.ObsCore 
       WHERE obs_collection = 'XSHOOTER') Xshoot, 

      (SELECT * FROM ivoa.ObsCore
       WHERE obs_collection = '197.A-0384') MyColl 

WHERE CONTAINS( Xshoot.s_region , MyColl.s_region)=1

Similarly, for the UVES spectra:


SELECT Uves.dp_id

FROM

      (SELECT * FROM ivoa.ObsCore 
       WHERE obs_collection = 'UVES') Uves, 

      (SELECT * FROM ivoa.ObsCore
       WHERE obs_collection = '197.A-0384') MyColl 

WHERE CONTAINS( Uves.s_region , MyColl.s_region)=1

Dear anonymous user,

thanks for your message and for using the Forum :)


The problem seems to be that there are no reduced products available for Sedna. In fact, also the search for coordinates (03:52:37 +07:58:18) produces no result.

There are a few FORS2/ISAAC observations of SEDNA in the raw data query form (pull-down menu selection in the green area=> "search by OBJECT FITS keyword", or input "sedna" in the "title" field of the pink area)

Finally, there are also external services like the "Solar System Object Image Search" at CADC that is scanning, among many others, some of the ESO image data collections (*) and returning lists of datasets containing potential observations of the SSOs. This service even provides links to the ESO archive for data download. I found 302 matching images (WFI, EFOSC, ISAAC, FORS).

I hope this helps, but please do not hesitate to write us if you still have doubts or problems.

Cheers,

Chiara (on behalf of ASG)


PS In the Archive Portal, if you put your mouse arrow on the target window, a small facet with instructions will appear automatically and explain what kind of input is accepted and in which format.

(*) ESO-LaSilla_2.2m/WFI ESO-NTT/EFOSC ESO-NTT/EMMI ESO-NTT/SOFI ESO-NTT/SUSI ESO-NTT/SUSI2 ESO-VISTA/VIRCAM ESO-VLT/FORS1 ESO-VLT/FORS2 ESO-VLT/HAWKI ESO-VLT/ISAAC ESO-VLT/NAOS-CONICA ESO-VLT/VIMOS ESO-VST/OMEGACAM

Dear user,

thanks for your question and for using our ASP... 

Yes it is possible to select data taken with a given telescope, you will need to go on the top left corner on your screen and manage the query parameters, as I am showing in the following screenshot. 

When clicking on the button, a new menu will pop up: 


As you can see, only the first six show up by default but from here you can select a series of other useful searching parameters. , including e.g., the instrument, the Data Collection, The PI, etc.etc.

These will then appear on the left side menu and you will be then able to choose what you wish (e.g. all the X-Shooter spectra or only these belonging to your program).


Concerning your second question, you can do that programmatically ;) 

Have a look at this page: http://archive.eso.org/programmatic/#TAP ... here we provide very useful example and demo on how to retrive weather information on a given date or select objects with specific characteristics (like e.g. seeing or FHWM). 



I hope this helps!

Please do not hesitate to reply to this message if you need more clarifications.


Cheers,

Chiara, on behalf of ASG

Dear user, 

thanks for your question :) 

Since the Archive Science portal uses SIMBAD name, if you entry "Jupiter" as target, it will give you an error ("Target not resolved"). 

We are currently working on a new version of the archive portal that will allow a search with more generic names, but for the moment being, you can use the following query form:

http://archive.eso.org/wdb/wdb/adp/phase3_main/form

setting OBJECT=Jupiter and selecting "Phase 3 target name" from the pull-down menu nearby (instead of SIMBAD). 

In this case, it is a constraint against the OBJECT keyword information (case insensitive string match, no coordinates involved).

The query should return you 83 datasets, including spectra and data cubes.

I hope this helps!

Cheers,

Chiara, on behalf of the ASG