Matt Warner
Matt Warner
Currently, if SICD is provided with pixel type `AMP8I_PHS8I`, [the code](https://github.com/ngageoint/sarpy/blob/master/sarpy/io/complex/sicd.py#L361C55-L362) requires that `AmpTable` be provided. I believe that the code should provide a default AmpTable of just 0-255 instead...
We noticed that some of the links on https://github.com/ngageoint/six-library/wiki/Sample-SICDs appear to be broken ex: [32-bit float NITF (SICD 1.2.0 format)](https://six-library.s3.amazonaws.com/sicd_example_RMA_RGZERO_RE32F_IM32F_cropped_multiple_image_segments_v1.2.nitf) gives back ``` AllAccessDisabled All access to this object has...
# Summary I'mm looking for the ability for a mapper and sink to take a batch of items at once. Today these take single item at once, regardless of `readBatchSize`...
This implements backend for updated stream mapper (`MapStreamBatchFn`) implemented here: https://github.com/numaproj/numaflow-go/pull/129 It allows stream mapper to have readBatchSize > 1. * If `readBatchSize == 1`, the capability today is executed...
Adds python servicer to address https://github.com/numaproj/numaflow/issues/1688. The main 'issue' with this implementation is that since there are now two functions the servicer needs to be aware of, the `__invoke*` function...
# Summary The current Server/Servicer structure directly ties a Servicer to the server. When dealing with more unary data types, this isn't a big deal as you can't do much...