Anthony Romaniello

Results 15 issues of Anthony Romaniello

Despite fixing the compile errors I mentioned before, I am still not having success using the Cython API (previous issue: https://github.com/tektronix/RSA_API/issues/18) Since I successfully compiled a `.so` module, I tried...

Simple reproducible example: ```powershell .\ITMDrvr.exe -v ``` outputs the following ``` ******************************************************* Institute for Telecommunications Sciences - Boulder, CO ITM Driver Version: -1.-1 ITM DLL Version: -1.-1 Time: Wed Apr...

bug
good first issue
driver

There is a typo [here](https://github.com/NTIA/itm/blob/a3020f15508a9218ad4bedb477f10d5543101d2e/win32/ITMDrvr/AreaMode.cpp#L139) which causes the loading of `ITM_AREA_TLS_Ex` to be checked a second time, and causes no check to be performed on the loading of `ITM_AREA_CR_Ex`. Most...

bug
driver

Prompted by #9, this pull request retrofits the ITM codebase with [`const` correctness](https://isocpp.org/wiki/faq/const-correctness) wherever applicable. I used a [static code analysis tool](https://github.com/danmar/cppcheck) to evaluate the ITM and ITMDrvr source code,...

Line 58 in `DiffractionLoss.cpp` incorrectly refers to ERL 79-ITS 67 Eqn 3.23 as Eqn 2.23. This small change simply corrects the citation in the comments. No changes are included which...

The provided file [`i_areacr.txt`](https://github.com/NTIA/itm/blob/master/cmd_examples/i_areacr.txt) is actually the output file for the intended use case, and the corresponding input file is missing. Line 3 of that file shows the reason: the...

bug

This PR fixes #10 by adding the correct input file which was overwritten, and renaming the output file accordingly. The `cmdREADME.md` file is also updated to reflect the correction. I...

The [SCOS GitHub Wiki](https://github.com/NTIA/scos-sensor/wiki) now contains all of the information from the README, and more. The wiki pagination makes it easier to find the information you need, compared to the...

Resolves #279 by adding new environment variables `SSD_DEVICE` and `API_SHM_SIZE`. Now, `SSD_DEVICE` is used to map the `/dev/nvme0n1` device in the API container, which is used by the SEA edge...