toksearch-pipeline
Core TokSearch Pipeline workflow — creating pipelines, fetch/map/where/keep, record data access, and iterating results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Core TokSearch Pipeline workflow — creating pipelines, fetch/map/where/keep, record data access, and iterating results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
TokSearch compute backends — serial, multiprocessing, Ray, and Spark; when to use each and configuration options
TokSearch xarray dataset integration — fetch_dataset and align for multi-signal time-aligned analysis
MdsSignal for fetching MDSplus tree data — constructor args, location formats, TDI expressions, dims, and DIII-D efit01 signals via FDP/Pelican
| name | toksearch-pipeline |
| description | Core TokSearch Pipeline workflow — creating pipelines, fetch/map/where/keep, record data access, and iterating results |
| user-invocable | false |
| license | Apache-2.0 |
| compatibility | Claude Code |
| metadata | {"author":"GA-FDP","version":"2.0","url":"https://ga-fdp.github.io/toksearch/"} |
The canonical Pipeline documentation lives in the toksearch package docstring.
Access it with: help(toksearch) or python -c "help(toksearch)"
Covers: Pipeline creation, fetch/map/where/keep, Records, signal data format, error handling, backends, datasets, alignment, working with results (DataFrame conversion), and critical API gotchas.