edf2csv 0.9.51 → 0.9.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2354,11 +2354,13 @@ export function withSidecarsNamed(diagnostics, { toStdout, gzip }) {
2354
2354
  ...diagnostic,
2355
2355
  hint: toStdout
2356
2356
  ? 'Sample times are written from zero instead, so every row is present and the ' +
2357
- 'column increases. The onsets that recover absolute times are in the annotation ' +
2358
- 'channel; --stdout writes no annotations.csv, so convert to a directory for them.'
2357
+ "column increases. The onsets that recover it are the events' own, in the " +
2358
+ 'annotation channel; --stdout writes no annotations.csv to read them from, and ' +
2359
+ 'a recording carrying no events has none of them either.'
2359
2360
  : 'Sample times are written from zero instead, so every row is present and the ' +
2360
- `column increases. Add the onsets in ${annotations} to recover absolute times if ` +
2361
- 'you need them.',
2361
+ `column increases. An event's own onset is on the original clock, so the onsets ` +
2362
+ `in ${annotations} recover it for a recording that carries events — the ` +
2363
+ 'timekeeping entries that place the records are never exported.',
2362
2364
  };
2363
2365
  }
2364
2366
  return diagnostic;