Update idc-index version, improve capabilities after debugging#20
Merged
Conversation
- Consolidate three thin use_cases.md stub sections (Batch Processing, Integration with Pipelines, Common Use Cases) into Quick Navigation - Merge duplicate SeriesInstanceUID join table rows (seg/ann/contrast and volume_geometry tables now in one row) - Remove repeated version prose from Installation (v24/0.12.2 already in frontmatter and REQUIRED_VERSION constant) - Renumber Core Capabilities sections after removals (7→6, 8→7) - Remove Schema Reference subsection from Resources (covered at Index Tables) - Remove Related Skills section (non-canonical tool references) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The method name implied accepting a DataFrame; add an explicit warning that it takes filter keyword args (not a DataFrame), document download_dicom_series as an alternative with its different arg order, and restructure the example as a step-by-step query→extract→download flow with downloadDir consistently first in all calls. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Three new modality-specific acquisition parameter tables added in idc-index-data 24.2.0: ct_index, mr_index, pt_index. All join on SeriesInstanceUID and are fetched on demand. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…umns Addresses the failure mode where agents query `index` for modality-specific parameters (SliceThickness, KVP, etc.) instead of using ct_index/mr_index/pt_index. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.