SOLAR ORBITER OBSERVING PLANS - SOOPS

 

SOOPs can now be searched for on the web interface of the SOAR (http://soar.esac.esa.int/soar/). By choosing one or more SOOPs, all files where that SOOP Name or Type is in that file's metadata will be in the Results. A time interval may be added to that search using the start and end time boxes to restrict the results to those SOOP-marked files within that time interval. All of the other constraints that can be chosen from the Search tab can also be added to further restrict the search.

 

If you wish to search for all instruments' files that were recorded at the same time as a SOOP, instead of using the SOOP dropdown selection box, find the interval in question in the table below and use the start and end dates in the time boxes, plus any extra criteria.

 

Searches and downloads according to SOOPs can be done through the web interface or TAP (see below). 

 

Also, the table below lists just the SOOP names, types and instances, but there is a much more scientific version at https://www.cosmos.esa.int/web/solar-orbiter/soops-summary

 

Downloading SOOPs USING TAP

 

Downloading data using TAP via these http request URLs is more powerful than using the web interface search and download, but unfortunately (and also urgently being fixed) currently these results will contain all versions of the data matching the search criteria. When this is fixed, the source table in the examples below will change from v_sc_repository_file to v_sc_data_item.

 

To run these requests, simply copy and paste them into the address bar of a browser.

 

To find out all of the available SOOP names, which are listed in the web interface dropdown box, this requires a metadata search asking for all the DISTINCT column values:

http://soar.esac.esa.int/soar-sl-tap/tap/sync?REQUEST=doQuery&LANG=ADQL&FORMAT=CSV&QUERY=SELECT+DISTINCT+soop_name+FROM+v_sc_repository_file

 

To find out how many files would be included in a download of all files from the SOOP named 'CC_OFFPOI_FLATFIELD_HRI', this is another metadata search using the COUNT feature:

http://soar.esac.esa.int/soar-sl-tap/tap/sync?REQUEST=doQuery&LANG=ADQL&FORMAT=CSV&QUERY=SELECT+COUNT+(filename)+FROM+v_sc_repository_file+WHERE+soop_name+LIKE+'%25CC_OFFPOI_FLATFIELD_HRI%25'

Since the SOOP metadata field may contain more than one SOOP, the wildcard % is needed either side, and in the URL this needs to be encoded and replaced by %25.

 

To find out how much data (in bytes) would be included in a download of all files from the SOOP named 'CC_OFFPOI_FLATFIELD_HRI', this is another metadata search using SUM:

http://soar.esac.esa.int/soar-sl-tap/tap/sync?REQUEST=doQuery&LANG=ADQL&FORMAT=CSV&QUERY=SELECT+SUM+(filesize)+FROM+v_sc_repository_file+WHERE+soop_name+LIKE+'%25CC_OFFPOI_FLATFIELD_HRI%25'

 

To download all files where the SOOP field contains the SOOP name 'CC_OFFPOI_FLATFIELD_HRI', this is a data request (which has a different beginning), where the targets of the query are filepath and filename:

http://soar.esac.esa.int/soar-sl-tap/data?retrieval_type=PRODUCT&QUERY=SELECT+filepath,filename+FROM+v_sc_repository_file+WHERE+soop_name+LIKE+'%25CC_OFFPOI_FLATFIELD_HRI%25'
 

Insert the name of the SOOP that you want, WITH the characters either end '%25<SOOPname>%25'

This will get you all of the versions associated with this SOOP. Work to provide the syntax for downloading only the latest versions is ongoing but will be available very shortly.

 

SOOP Names, Intervals and Instance IDs

 

This table contains all the intervals when each SOOP was run, so to get e.g., all instruments' data when not all instruments were actively involved and so tagged in the metadata with that SOOP_NAME or SOOP_TYPE, don't search for the SOOP, use the time interval and select the instruments whose data you want.

if the space below is blank, refresh the page