Skip to content

GAIA: new datalink retrieve types for DR4#3371

Merged
bsipocz merged 2 commits into
astropy:mainfrom
esdc-esac-esa-int:gaia_GAIASWRQ-39_new_DL_DR4_retrieve_types
Jul 12, 2025
Merged

GAIA: new datalink retrieve types for DR4#3371
bsipocz merged 2 commits into
astropy:mainfrom
esdc-esac-esa-int:gaia_GAIASWRQ-39_new_DL_DR4_retrieve_types

Conversation

@cosmoJFH

Copy link
Copy Markdown
Contributor

Dear astroquery team,

we would like to include the following new datalink retrieve types for the next Gaia Data Release 4 (DR4):

  1. 'EPOCH_PHOTOMETRY_CROWDED_FIELD'
  2. 'EPOCH_ASTROMETRY_BRIGHT',
  3. 'XP_MEAN_SPECTRUM_GRAVLENS',
  4. 'EPOCH_FLAGS_NSS',
  5. 'EPOCH_PARAMETERS_RVS_SINGLE',
  6. 'EPOCH_PARAMETERS_RVS_DOUBLE',
  7. 'EPOCH_FLAGS_VARI'

It is important to note that this change is backward compatible because the Datalink products associated with these retrieve types are new.

cc @esdc-esac-esa-int
jira: GAIASWRQ-39

@cosmoJFH cosmoJFH changed the title new datalink retrieve types for DR4 GAIA: new datalink retrieve types for DR4 Jul 12, 2025
@codecov

codecov Bot commented Jul 12, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.07%. Comparing base (c522e2a) to head (da4e32a).
⚠️ Report is 124 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3371   +/-   ##
=======================================
  Coverage   70.07%   70.07%           
=======================================
  Files         232      232           
  Lines       19893    19893           
=======================================
  Hits        13940    13940           
  Misses       5953     5953           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cosmoJFH cosmoJFH force-pushed the gaia_GAIASWRQ-39_new_DL_DR4_retrieve_types branch from 078955e to da4e32a Compare July 12, 2025 09:30
@bsipocz bsipocz added the gaia label Jul 12, 2025
@bsipocz bsipocz added this to the v0.4.11 milestone Jul 12, 2025

@bsipocz bsipocz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@bsipocz bsipocz merged commit 2072c96 into astropy:main Jul 12, 2025
13 checks passed
@cosmoJFH

cosmoJFH commented Jul 14, 2025

Copy link
Copy Markdown
Contributor Author

Dear @bsipocz we have found a minor issue in the last commit (a missing comma in the list of retrieve types). Should we open a new pull request?

@bsipocz

bsipocz commented Jul 14, 2025

Copy link
Copy Markdown
Member

Ouch, I should not have just looked at it and merged.

Yes, please open a follow up PR

@bsipocz

bsipocz commented Jul 14, 2025

Copy link
Copy Markdown
Member

Puzzling how/why this wasn't picked up on with the style checker 😒

@keflavich

Copy link
Copy Markdown
Contributor

I guess the style checker allows for strings to be split on multiple lines without warning?

@cosmoJFH

Copy link
Copy Markdown
Contributor Author

After reading the documentation

https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation

, it looks like the strings were concatenated.

@keflavich

Copy link
Copy Markdown
Contributor

Yes, syntactically that's what happened; we use this feature of python strings throughout the code base. It seems like a hard-to-see corner case that a style checker could catch, but since they're already primed to complain about too-long lines, they don't remark on it.

@bsipocz

bsipocz commented Jul 14, 2025

Copy link
Copy Markdown
Member

Ahh, yes, I suppose you're right as it all was in a list. Then there is no other solution but avoiding doing reviews as a multitask activity while at SciPy :)

bsipocz added a commit that referenced this pull request Jul 14, 2025
…DL_DR4_retrieve_types

GAIA: Fix minor issue in PR #3371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants