initial idea for hierarchical docs #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive new documentation examples for querying, downloading, and accessing extended metadata from the ESO Science Archive using astroquery. The documentation now covers workflows for APEX data (including Quick Look products), cone search queries, data download options, and retrieval of extended FITS header information.
The most important changes are:
APEX Data Querying and Quick Look Products:
eso_apex.rst) demonstrating how to query for APEX survey data, identify proposal and project IDs, and retrieve APEX Quick Look products, including guidance on the differences between ESO programme IDs and APEX proposal IDs.Cone Search Queries:
eso_cone_search.rst) showing how to perform cone searches for both reduced and raw data products using various astroquery methods, with step-by-step instructions and code for querying around specific sky coordinates.Data Download Workflows:
eso_download.rst) explaining how to download datasets by data product ID, customize the download destination, force data re-download, and optionally include associated calibration files (raw or processed).Extended FITS Header Retrieval:
eso_header_info.rst) for retrieving the full primary FITS header for data products usingget_headers, illustrating how to access all available metadata columns for each dataset.