Skip to content

Develop query ancillary#9

Draft
ashleythomasbarnes wants to merge 6 commits intoeso:develop-query_ancillaryfrom
ashleythomasbarnes:develop-query_ancillary
Draft

Develop query ancillary#9
ashleythomasbarnes wants to merge 6 commits intoeso:develop-query_ancillaryfrom
ashleythomasbarnes:develop-query_ancillary

Conversation

@ashleythomasbarnes
Copy link
Collaborator

Draft of query_ancillary and list_ancillary functionality, which takes the dp_id of a product (or list from a number of products) and returns an astropy table of the ancillary file information. Makes use of the phase3v2.product_files table in TAP.

juanmcloaiza and others added 6 commits January 12, 2026 13:17
Introduces the query_ancillary method to EsoClass for querying Phase 3 ancillary product files from the ESO archive. Adds the phase3_product_files_table constant, a helper _normalize_product_ids, and a new test Jupyter notebook demonstrating the new functionality.
return column_list


def _normalize_product_ids(dp_id) -> List[str]:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing type hint for the argument. Also I would like to see a short description since it's not so clear why we need this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants