The complete archive

All observations.

Essays, field notes, and working ideas across minds, machines, and research methods.

22 articles
01 Read story ↗

Technical Review: Minisim Calcium Imaging Simulator

Minisim is an open source Python simulation framework for generating synthetic one photon miniscope calcium imaging recordings from explicit biological, optical, motion, illumination, tissue, and sensor models. Instead of recovering neurons from an observed movie, Minisim runs the problem in the opposite direction. It places neurons, generates calcium activity, passes those signals through tissue and optics,

OT By Our Team
02 Read story ↗

Technical Review: CASCADE Spike Inference

CASCADE Spike Inference is a deep-learning tool that converts calcium-imaging ΔF/F traces into estimated neuronal spike rates, spiking probabilities, or discrete spikes. It adapts to the recording’s frame rate and noise level, providing calibrated results across diverse experimental conditions with minimal manual parameter adjustment.

OT By Our Team
03 Read story ↗

Technical Review: Whisper Speech Transcription

Whisper is an open source encoder-decoder Transformer architecture for automatic speech recognition, multilingual transcription, language identification, timestamp prediction, and speech translation. Its defining contribution is less a novel neural network block than a training strategy: a conventional sequence-to-sequence Transformer trained at extraordinary scale on diverse, and weakly supervised audio-text pairs.

OT By Our Team
04 Read story ↗

Technical Review: CalTrig

CalTrig is an open-source, graphical neuroscience tool that combines calcium-imaging data, neuronal traces, cell footprints, and behavioral tracking in one workspace. It uses manual, automated, and machine-learning methods to identify calcium transients, helping researchers analyze brain activity without extensive programming skills.

OT By Our Team
05 Read story ↗

Technical Review: CaImAn Calcium Imaging Analysis

CaImAn is an open source Python toolbox for large scale calcium and voltage imaging analysis. It combines motion correction, source extraction, fluorescence demixing, calcium deconvolution, automated component evaluation, memory mapped processing, parallel computation, online analysis, and multi session cell registration into a broad scientific imaging platform.

OT By Our Team
06 Read story ↗

Technical Review: MIN1PIPE vs MPS

MIN1PIPE and the Miniscope Processing Suite represent two generations of one photon calcium imaging software. MIN1PIPE, introduced in 2018, was built around automatic neural enhancement, hierarchical nonrigid motion correction, statistical and recurrent neural network based seed cleansing, and modified CNMF. MPS, introduced publicly in 2026, uses a no code graphical workflow, Dask and Zarr based large data processing

OT By Our Team
07 Read story ↗

Technical Review: MIN1PIPE Calcium Imaging Pipeline

MIN1PIPE is an open source MATLAB pipeline designed for automated analysis of one photon miniscope calcium imaging recordings. It combines neural signal enhancement, hierarchical nonrigid motion correction, automated seed generation, statistical and recurrent neural network based seed filtering, constrained nonnegative matrix factorization, calcium deconvolution, memory aware processing, and optional manual curation

OT By Our Team
08 Read story ↗

Technical Review: scikit-learn KMeans

sklearn.cluster.KMeans is scikit-learn’s batch implementation of centroid based K-means clustering. Its apparent simplicity hides a mature numerical system: greedy k-means++ initialization, multiple initialization policies, weighted clustering, float32 and float64 execution, sparse CSR support, separate Lloyd and Elkan kernels, Cython and OpenMP parallelism, convergence safeguards, and numerical centering.

OT By Our Team
09 Read story ↗

Technical Review: MiniAn — An Open-Source Miniscope Calcium-Imaging Pipeline

MiniAn is an open-source Python pipeline for processing single-photon calcium-imaging recordings acquired with miniature microscopes. Built around constrained non-negative matrix factorization, Dask-backed out-of-core computation, xarray/Zarr data structures, interactive visualization, motion correction, seed initialization, temporal deconvolution, and cross-session cell registration.

OT By Our Team
10 Read story ↗

Technical Review: Mel-Frequency Cepstral Coefficients

Mel-Frequency Cepstral Coefficients, or MFCCs, are a compact frame-level representation of short-time audio spectral structure. Their architecture combines time localization, Fourier analysis, perceptually motivated frequency pooling, logarithmic compression, and a cosine transform to represent the broad spectral envelope with a relatively small number of coefficients.

OT By Our Team
11 Read story ↗

Technical Review: MiniAn vs CaImAn

MiniAn and CaImAn represent two different philosophies of calcium imaging analysis. Both ultimately solve closely related problems involving motion correction, neuronal source extraction, spatial demixing, calcium trace estimation, deconvolution, and longitudinal analysis. But they organize those problems differently.

OT By Our Team
12 Read story ↗

Technical Review: SpecSeg Calcium Imaging Pipeline

SpecSeg is an open source MATLAB toolbox for detecting, inspecting, extracting, and chronically tracking regions of interest in calcium imaging recordings. Its defining algorithm identifies neuronal structures through the cross spectral power of neighboring pixel traces at low temporal frequencies rather than through matrix factorization or learned image templates.

OT By Our Team
13 Read story ↗

Technical Review: CaliAli for Longitudinal Calcium Imaging

CaliAli, short for Calcium Imaging intersession Alignment, is an open source MATLAB suite designed for extracting and tracking neuronal signals across multiple one photon calcium imaging sessions. Rather than extracting neurons independently in every recording and attempting to match their footprints afterward, CaliAli aligns the imaging sessions first.

OT By Our Team
14 Read story ↗

Technical Review: CLIP Visual Embeddings

CLIP, Contrastive Language–Image Pre-training, is an open source multimodal representation system that learns to map images and natural language into a shared vector space. Its defining contribution is not a conventional image classifier with a fixed output vocabulary. Instead, CLIP trains separate image and text encoders so that semantically corresponding images and descriptions occupy nearby locations.

OT By Our Team
15 Read story ↗

Technical Review: MPS (Miniscope Processing Suite)

The Miniscope Processing Suite (MPS) is an open source Python platform for processing long duration one photon miniscope calcium imaging recordings through a graphical, no code workflow. It combines video preprocessing, background removal, motion correction, artifact detection, interactive cropping, Nonnegative Double Singular Value Decomposition initialization, and watershed based source detection.

OT By OUR TEAM
16 Read story ↗

Technical Review: CNMF-E for One Photon Calcium Imaging

CNMF-E, or Constrained Nonnegative Matrix Factorization for microEndoscopic data, is a source extraction method designed specifically for one photon microendoscopic calcium imaging. It extends the original CNMF framework with a spatially structured background model and a specialized neuron initialization procedure based on local correlation and peak to noise ratio.

OT By Our Team
17 Read story ↗

Technical Review: Electron

Electron is a cross-platform desktop application framework that combines Chromium, Node.js, and native operating-system integration behind a JavaScript API. Its defining architectural decision is not simply that developers can write desktop applications with HTML, CSS, and JavaScript. Electron embeds a complete browser-style multiprocess runtime inside each application while adding a privileged Node.js-driven control

OT By OUR TEAM
18 Read story ↗

Technical Review: OpenCV for Visual Feature Extraction

OpenCV is not a single visual feature extractor. It is a layered computer vision toolkit containing image gradients, edges, corners, blobs, keypoints, local descriptors, global shape descriptors, feature matchers, geometric verification tools, and increasingly learned feature extractors. The central strength of OpenCV is therefore architectural breadth

OT By Our Team
19 Read story ↗

Technical Review: Node.js + Express API

Node.js + Express is a server-side API architecture built from two deliberately different layers. Node.js supplies the JavaScript runtime, V8 execution engine, asynchronous I/O model, HTTP server, streams, cryptography, networking, worker threads, process management, diagnostics, and native interfaces. Express adds a compact routing and middleware abstraction over Node’s HTTP request-response primitives.

OT By Our Team
20 Read story ↗

Technical Review: FFmpeg Thumbnail Generation

FFmpeg thumbnail generation is not one operation. It is a media-processing pipeline that combines video demuxing, timestamp interpretation, seeking, video decoding, frame selection, filtering, scaling, colorspace conversion, still-image encoding, and output multiplexing. FFmpeg can generate thumbnails by exact timecode, periodic time sampling, frame-count sampling, scene-change detection, and keyframe selection

OT By OUR TEAM
21 Read story ↗

Technical Review: WebP Thumbnail Caching + Lazy Loading

WebP thumbnail caching plus lazy loading is not one optimization. It is a layered delivery architecture designed to minimize three different costs: how many bytes a thumbnail contains, how often those bytes must cross the network, and whether the bytes need to be requested at all. WebP attacks transfer size. HTTP and CDN caching attack repeated transfer. Lazy loading attacks unnecessary transfer.

OT By Our Team