Skip to content

Comments

fix: Fix PHTCNT, ISPC, and RN header datatypes#753

Closed
michaelliangau wants to merge 1 commit intoroman-corgi:developfrom
michaelliangau:fix-header-datatypes-v2
Closed

fix: Fix PHTCNT, ISPC, and RN header datatypes#753
michaelliangau wants to merge 1 commit intoroman-corgi:developfrom
michaelliangau:fix-header-datatypes-v2

Conversation

@michaelliangau
Copy link
Contributor

Summary

  • PHTCNT: boolstr ("True", "False", or "Auto")
  • ISPC: boolint (0 or 1)
  • RN: str/intfloat

Fixes incorrectly specified header datatypes throughout the pipeline, documentation, mock data, and tests.

Reference

Resolves #632
Recreated from #747 with a clean single commit on top of current develop.

Test plan

  • Verify all unit tests pass (pytest)
  • Verify flake8 linting passes
  • Confirm header types are correct in generated data products

🤖 Generated with Claude Code

- PHTCNT: bool → str ("True", "False", or "Auto")
- ISPC: bool → int (0 or 1)
- RN: str/int → float

Updates pipeline code, mock data, documentation (.rst files),
header format CSVs, and test files to use correct datatypes.

Resolves #632

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@michaelliangau michaelliangau deleted the fix-header-datatypes-v2 branch February 18, 2026 00:08
@michaelliangau michaelliangau restored the fix-header-datatypes-v2 branch February 18, 2026 00:09
@michaelliangau michaelliangau deleted the fix-header-datatypes-v2 branch February 18, 2026 11:40
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.

check for updated header formats in .rst files

1 participant