TRASAL / psrdada-python

Python bindings to the PSRDada ringbuffer implementation
https://trasal.github.io/psrdada-python/index.html
Other
10 stars 8 forks source link

Wrong parameter to initialize writer/reader class in example. It should be 0xdada instead of 0xdbda #6

Closed yyihuan closed 1 year ago

yyihuan commented 1 year ago

The default buffer created using dada_db has an identifier of 0xdada, the example in the readme file is correct, but the example files are all wrong. [Environment] psrdada_python == 0.1.0 psrdada == 1.0.0 Ubuntu20.04

isazi commented 1 year ago

Hi @yyihuan thanks for reporting this. Would you like to send a pull request with the fix for this typo?

isazi commented 1 year ago

Fixed the examples.