Scope advanced parameters to selected endpoint (#1074)#1075
Merged
Conversation
X-series endpoints (atl06x, atl08x, atl24x, atl13x) read pre-computed segments from HDF5 products and ignore photon-processing parameters on the server. The Advanced Options sidebar now hides panels that would be ignored, and shows the real ATL06/ATL08 segment dimensions disabled for atl06x/atl08x. Request building skips photon-processing params for these endpoints to avoid sending values the server discards. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
atl06x,atl08x,atl24x,atl13x) read pre-computed segments from HDF5 products; the server discards photon-processing parameters for these endpoints. Verified directly againstAtl06Parametersetc. in the sliderule server repoatl06xandatl08x, the Extents panel now shows the real segment dimensions baked into the data product (len=40m/res=20mfor ATL06;len=100m/res=100mfor ATL08) as a disabled read-only display with a lock icon and tooltipfit,len,res,cnf,srt,yapc,atl08_class,pass_invalid,ats,cnt,dist_in_seg) behind anisPhotonAPIcheck so stale store state doesn't leak into the requestPanel visibility by endpoint
atl03xvariants,atl06p,atl06sp,atl08p,atl03vpatl06xatl08xatl24x,atl13xCloses #1074
Test plan
make typecheck— no new errors (pre-existingdeck3DConfigStore.tsTS2742 warning exists onmain, unrelated)make lint— completes with no errors (takes 1–2 minutes; only emits a flat-config deprecation warning unrelated to this PR)make test-unit— 194 passing including newtests/unit/endpointParamScoping.spec.ts(13 cases covering X-series exclusions, P-series inclusions, endpoint-specific params, universal params)atl06x/atl08x, expand Extents and confirm the fixed dimensions display with the lock-icon tooltip🤖 Generated with Claude Code