Photon-HDF5 / phconvert

Convert Beker&Hickl, PicoQuant and other formats to Photon-HDF5
http://photon-hdf5.github.io/phconvert
Other
16 stars 14 forks source link

Documentation & Information for process_t3records function #19

Closed ncodina closed 7 years ago

ncodina commented 7 years ago

Hello, we are trying to use the process_t3records function from phconvert:

http://phconvert.readthedocs.io/en/latest/pqreader.html#phconvert.pqreader.process_t3records

We can see that this function returns three arrays: detectors, timestamps, and nanotimes. Is there more documentation for these 3 arrays? Specifically we are currently struggling to understand the values in the detectors array.

So far we haven't been able to find documentation from picoquant's demo code either.

tritemio commented 7 years ago

Yeah, that function didn't have much documentation. I added some:

http://phconvert.readthedocs.io/en/latest/pqreader.html#phconvert.pqreader.process_t3records

Hopefully this is clear, otherwise feel free to ask or suggest improvements.

tritemio commented 7 years ago

Closing. Feel free to open a new issue if you have further questions.