Description
Add test coverage for the mdx2.bin_image_series command to verify correct behavior with various combinations of optional parameters.
Test Scenarios Needed
The following combinations should be tested:
- With mask, with valid_range: Verify binning respects both mask and valid data range
- With mask, without valid_range: Verify binning applies mask only
- Without mask, with valid_range: Verify binning applies valid range filtering only
- Without mask, without valid_range: Verify basic binning without filtering
Additional Considerations
- Verify that optional parameters are truly optional (no defaults cause required arg behavior)
- Test that mask files are loaded correctly when provided
- Test that valid_range tuples are parsed and applied correctly
- Verify output correctness for each scenario
Context
Related to PR #45 and discussion at:
Requested by: @spmeisburger
Description
Add test coverage for the
mdx2.bin_image_seriescommand to verify correct behavior with various combinations of optional parameters.Test Scenarios Needed
The following combinations should be tested:
Additional Considerations
Context
Related to PR #45 and discussion at:
Requested by: @spmeisburger