actigraph / agcounts

Code for the technical report on the ActiLife counts algorithm.
GNU General Public License v3.0
30 stars 13 forks source link

Request: extract fast but one column at a time #1

Closed muschellij2 closed 2 years ago

muschellij2 commented 2 years ago

I have high density data (80Hz for 7 days) and memory can be an issue when running _extract. The _extract_slow allows us to run one at a time, which is slower but saves memory. Would it be possible to add _extract_one or something of the like so that we have a fast, memory-saving implementation?

muschellij2 commented 2 years ago

Disregard, can just pass in each column separately in loop.