info.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "chunksize": 3200,
  3. "memory_mode": "memmap",
  4. "internal_dtype": "float32",
  5. "mode": "sparse",
  6. "sparse_threshold": 1.5,
  7. "n_spike_for_centroid": 350,
  8. "n_jobs": -1,
  9. "signal_preprocessor_params": {
  10. "highpass_freq": 400.0,
  11. "lowpass_freq": 5000.0,
  12. "smooth_size": 0,
  13. "common_ref_removal": false,
  14. "lostfront_chunksize": 240,
  15. "output_dtype": "float32",
  16. "engine": "numpy"
  17. },
  18. "peak_detector_params": {
  19. "peak_sign": "-",
  20. "relative_threshold": 5,
  21. "peak_span_ms": 0.7,
  22. "engine": "numba",
  23. "method": "geometrical",
  24. "adjacency_radius_um": 200.0,
  25. "smooth_radius_um": null
  26. },
  27. "waveform_extractor_params": {
  28. "n_left": -64,
  29. "n_right": 96
  30. },
  31. "clean_peaks_params": {
  32. "alien_value_threshold": null,
  33. "mode": "extremum_amplitude"
  34. },
  35. "peak_sampler_params": {
  36. "mode": "rand_by_channel",
  37. "nb_max": 20000,
  38. "nb_max_by_channel": 1000
  39. },
  40. "feature_method": "pca_by_channel",
  41. "feature_kargs": {
  42. "n_components_by_channel": 3,
  43. "adjacency_radius_um": 50.0
  44. },
  45. "cluster_method": "pruningshears",
  46. "cluster_kargs": {
  47. "max_loop": 1000,
  48. "min_cluster_size": 20,
  49. "adjacency_radius_um": 50.0,
  50. "high_adjacency_radius_um": 30.0
  51. }
  52. }