Skip to main content

SmaRT2P: a software for generating and processing smart line recording trajectories for population two-photon calcium imaging

Abstract

Two-photon fluorescence calcium imaging allows recording the activity of large neural populations with subcellular spatial resolution, but it is typically characterized by low signal-to-noise ratio (SNR) and poor accuracy in detecting single or few action potentials when large number of neurons are imaged. We recently showed that implementing a smart line scanning approach using trajectories that optimally sample the regions of interest increases both the SNR fluorescence signals and the accuracy of single spike detection in population imaging in vivo. However, smart line scanning requires highly specialised software to design recording trajectories, interface with acquisition hardware, and efficiently process acquired data. Furthermore, smart line scanning needs optimized strategies to cope with movement artefacts and neuropil contamination. Here, we develop and validate SmaRT2P, an open-source, user-friendly and easy-to-interface Matlab-based software environment to perform optimized smart line scanning in two-photon calcium imaging experiments. SmaRT2P is designed to interface with popular acquisition software (e.g., ScanImage) and implements novel strategies to detect motion artefacts, estimate neuropil contamination, and minimize their impact on functional signals extracted from neuronal population imaging. SmaRT2P is structured in a modular way to allow flexibility in the processing pipeline, requiring minimal user intervention in parameter setting. The use of SmaRT2P for smart line scanning has the potential to facilitate the functional investigation of large neuronal populations with increased SNR and accuracy in detecting the discharge of single and few action potentials.

1 Introduction

Information is encoded in the brain in the form of the coordinated activity of large populations of neurons with remarkably fine spatio-temporal resolution [1,2,3,4,5]. In particular, both single cell features, such as the identity of each neuron and the timing of small number of spikes or even of individual spikes [6,7,8,9,10,11,12,13,14,15,16], as well as the functional correlations among neurons [14, 16,17,18,19,20], are relevant for sensory information encoding and perception [21, 22]. Furthermore, the information encoding properties of populations of neurons are fully revealed only when analysing large populations [23, 24]. Thus, to understand how neural networks encode and transmit information it is essential to record from large populations of neurons ideally with single cell and single action potential resolution [25].

Since its introduction in neuroscience, two-photon (2P) calcium imaging [26, 27] has become one of the preferred techniques to collect data from populations of neurons, because it allows recording activity from hundreds (up to several thousands) of genetically identified neurons [11, 23, 28, 29] with subcellular resolution [30,31,32]. Furthermore, 2P calcium imaging is suitable for long-term studies, since cells can be tracked across different experimental sessions in longitudinal experiments [11, 33]. However, the acquisition rates of many 2P calcium imaging systems using the galvanometric mirror-based raster scanning modality result in a relatively slow temporal resolution, that does not allow fully capture calcium dynamics and fully realize the potential offered by 2P calcium imaging [34]. Another important limitation is related to the signal-to-noise ratio (SNR) of the fluorescence signal, which depends on several experimental parameters, such as reporter type and expression level, excitation laser power, local tissue properties, optical and electronic hardware, and acquisition parameters [35]. Recently developed genetically encoded calcium indicators (GECI) are characterized by excellent SNR and they achieve high accuracy in single action potential detection [36]. However, they do so under optimized experimental conditions that cannot be easily extended to large population imaging in the conventional raster scanning modality [37, 38]. To address this limitation, we [38] recently introduced Smart Line Scanning (SLS), an approach to image populations of neurons with improved temporal resolution and high signal quality. SLS combines the line scan imaging approach [39, 40] with a “smart” pixel selection strategy based on the optimization of the SNR of individual regions of interest (ROIs). SLS achieves higher imaging sampling rates, increased SNR, and larger detection accuracy of individual spikes compared with conventional raster scanning approaches when applied to neuronal population imaging.

As for conventional raster scanning, SLS requires a sequence of data processing steps to infer action potentials from the recorded fluorescence signals. For conventional raster scanning a number of tools have been developed to perform the various data processing stages (e.g., motion correction and frame registration [41,42,43,44,45], ROI segmentation [46,47,48,49,50,51,52,53,54], background subtraction [50], neuropil decontamination [55, 56], calcium activity deconvolution [50, 57,58,59,60]) and efficient toolboxes and libraries are available to pre-process 2P calcium imaging data sets [52, 61,62,63,64,65,66]. While some of the pre-processing strategies and tools developed for raster scanning data are applicable also to process SLS data (e.g., for calcium activity deconvolution), motion correction and neuropil subtraction in SLS data set specific challenges, which require the conceptual development and implementation of novel dedicated strategies. While we experimentally validated the effectiveness of SLS in our recent work [38], we did not provide a user-friendly optimized algorithm for the generation and analysis of SLS data sets in our previous work. The lack of standardized open-source available processing tools is a limitation preventing the community to benefit from the advantages of SLS.

Here, we introduce SmaRT2P, an open-source standalone and ready-to-use Matlab-based interface for the generation of SLS trajectories and the offline processing of SLS data. The SmaRT2P interface processes conventional raster acquisitions using existing standardised algorithms [44, 50], builds SLS trajectories based on reference images acquired with raster scanning, and introduces novel dedicated methods for processing SLS data. In particular, SLS trajectories are determined using a genetic algorithm to find the optimal path connecting all ROIs and the shortest path within each ROI. Furthermore, a surround region can be added to the ROIs to ensure robustness to artefacts and improve the performance of the processing algorithm. The interface allows the detection of large motion artefacts, the extraction of activity time series for each ROI, the correction of small local motion artefacts, and the reduction of background/neuropil signal from ROI traces. The motion correction algorithms, which we implemented in SmaRT2P, are line-by-line strategies specifically designed for local small motion artefacts detected in SLS data, which represent SLS-specific alternatives to the frame-by-frame motion corrections for raster acquisitions. They include the method (based on a pixels selection criterion aimed at maximizing the signal SNR) already implemented in [38] and a novel strategy, based on an efficient state-of-the art motion correction algorithm for raster data [44]. With respect to our previous implementation of SLS [38], SmaRT2P thus integrates the processing pipeline with the novel motion correction algorithm, introduces flexibility in the application of the processing steps and evaluates the processing quality using two different metrics, providing a user-friendly software for a complete processing pipeline for SLS data. We describe SmaRT2P in detail and we validate it by systematically applying SmaRT2P to a large data set of spontaneous or stimulus driven neural activity collected from head-fixed anesthetized or awake mice, which we make publicly available [67] to support further development, validation, and benchmarking of related algorithms.

2 Materials and methods

2.1 General overview

SmaRT2P is a Matlab (R2019a) toolbox to design and process SLS acquisitions. It is composed by two main blocks (Fig. 1a): the processing of conventional raster acquisitions and building of SLS trajectories; and the processing of SLS acquisitions.

Fig. 1
figure 1

Schematic of the software. a Software is designed to process raster (top) and SLS (bottom) acquisitions. Dashed lighter boxes represent optional processing steps. b Pipeline for SLS data processing is flexible and can consist of one or many processing steps

While the processing of raster data mostly relies on existing algorithms, the possibility to design SLS trajectories and to process SLS data represents the novelty of the software. The SLS processing pipeline implementation is highly flexible (Fig. 1b) to adapt to a wide range of acquisition conditions (e.g., in anesthetized or awake mice, for spontaneous or stimulus driven activity) and data quality. The presence of an intuitive user-friendly graphical interface (GUI, Additional file 1: Figure S1a) makes SmaRT2P available to users with no or basic programming experience.

Detailed information about SmaRT2P, a practical user guide and code is available at https://github.com/moni90/SmART2P.

2.2 Raster acquisitions

2.2.1 Data import

SmaRT2P supports importing raw raster acquisitions either from a sequence of.tiff files (each file corresponding to a single frame) or from a single.tiff file (one file containing multiple images). This is a format widely used for 2P-imaging experiments, and widely used open-source software (e.g., ImageJ/FIJI [68, 69]) can convert to.tiff imaging data acquired in other popular formats.

Together with the raster data, the user must provide a series of parameters specifying the spatial and temporal resolution of the acquisition: pixel size (μm per pixel), single frame imaging period (s), single line imaging period (s) and dwell time (μs). Users can insert these parameters manually or load them from metadata stored during the acquisition. The current version of SmaRT2P allows extracting metadata from.xml documents saved by the Prairieview acquisition software (version 5.4, Ultima II scanhead, Bruker Corporation, Milan) or directly from the.tiff files recorded using ScanImage (version 2018b) [70].

Users can also import already processed raster acquisitions (previously exported from the SmaRT2P GUI and saved as Matlab files (.mat)). Thanks to the modularity of SmaRT2P, users can easily customize the interface to allow importing different data formats.

2.2.2 Motion artefacts correction

Efficient algorithms for the correction of motion artefacts are available for raster data [41,42,43,44,45]. We integrated in SmaRT2P a state-of-the art motion correction algorithm [44]. Users can choose between a rigid motion correction, that shifts the entire field of view (FOV) and a non-rigid motion correction, that splits the FOV in multiple patches and shifts each patch separately. The template to which frames are registered is the temporal average of the first acquisition frames. The number of frames used to compute the template as well as other parameters for the motion correction can be manually set from the GUI.

2.2.3 ROIs segmentation

For the segmentation of ROIs in the FOV, SmaRT2P provides three options: importing existing ROIs, automatically detecting ROIs or manually drawing ROIs. The segmentation obtained with any of these options can be further modified manually by users.

Import ROIs. Our software allows importing ROIs in various ways.

ROIs can be imported from segmentations performed in ImageJ/FIJI: ROIs from ImageJ must have been drawn using the ROI Manager tool and saved as.roi or.zip files. They are imported in SmaRT2P using the code provided in [71] and are overlapped to the FOV.

ROIs can also be imported from segmentations performed with other software/libraries: ROIs segmented using other software or libraries must be organized in a matrix of size [number of FOV pixels]x[number of ROIs], where each column corresponds to a ROI and has non-negative values in the rows corresponding to the ROI’s pixels, as in [50] and saved in.csv or.txt format. Imported ROIs are overlapped to the FOV.

Finally, ROIs can be imported from other FOVs already processed with SmaRT2P. In the case of longitudinal imaging sessions, ROIs imported from previously processed raster acquisitions on a given FOV (in the following indicated as original FOV) can be automatically adjusted to fit the current imaging session on the same area through rigid shifts and rotations. To perform the adjustment, the correlation projection of the current FOV is registered to the correlation projection of the original FOV. The transformation that minimizes the mean square error between the FOVs projections is then applied to the ROIs segmented on the original FOV and the transformed ROIs are overlapped to the current FOV. When importing ROIs, users are asked whether the automated adjustment must be performed. After the automated adjustment, users can visualize the aligned ROIs and choose whether they want to import the aligned ROIs or the original (not aligned) ones. Users can further edit the imported ROIs by adding or removing ROIs as described in the Manual Segmentation paragraph.

Automated segmentation. We integrated in SmaRT2P the possibility to perform an automated segmentation of the FOV adapting the algorithms and the codes provided in the Matlab implementation of CaImAn [61]. To segment the FOV, users are asked to manually set a putative number of ROIs and their size.

SNR maximization criterion. After ROIs have been imported or automatically segmented, users can further filter the pixels belonging to each ROI according to an SNR-maximization criterion. This allows reducing the number of segmented pixels and increasing the signal quality. SNR is defined as

$$SNR\left(f;x\right)=\frac{\underset{t}{max}f\left(t;x\right)-mea{n}_{t}\left({f}_{25}\left(t;x\right)\right)}{st{d}_{t}\left({f}_{25}\left(t;x\right)\right)},$$
(1)

where \(f\left(t;x\right)\) denotes the fluorescence extracted at time \(t\) and averaged across pixels \(x=\left[{x}_{1},{x}_{2},\dots ,{x}_{N}\right]\) and \({f}_{25}\left(t;x\right)\) denotes all the fluorescence values below the 25th percentile of the fluorescence distribution extracted from the same pixels. For each ROI, pixels are sorted according to decreasing SNR. The SNR of the ROI fluorescence trace is computed as a function of increasing number of pixels (starting with highest SNR pixels) and only pixels maximizing ROI SNR are included in the final segmentation. This SNR optimization step is performed independently for each cell in the FOV resulting in a complete segmentation mask to be used for the generation of the SLS scan path.

Manual segmentation. Alternatively, users can manually segment raster acquisitions in a dedicated window (Additional file 1: Fig. S1b). Users can visualize the average projection, the max–min projection and the correlation projection of the full acquisition, or alternatively visualize the average projection and the max–min projection of a small number of frames (set manually by users). Alternatively, users can browse through the acquisition, scrolling consecutive frames. Users can draw and visualize ROIs both on individual raster frames and on the projections. Each ROI can be segmented by manually drawing the contour or by selecting a bounding box. If the contour is manually drawn, an ellipse is fitted to the drawn shape. Pixels falling within the ellipse or within the bounding box are sorted for decreasing SNR [Eq. (1)] and the same SNR-maximization criterion described in the SNR maximization criterion paragraph is used to assign pixels to the ROI. After the automated pixels assignment, users can manually adjust the pixels selection. After a first segmentation, users can modify the segmentation by adding new ROIs or removing existing ones.

2.2.4 Calcium activity deconvolution

For the segmented ROIs, the raw fluorescence trace is computed as the average fluorescence across pixels belonging to each ROI. The normalized fluorescence is then computed as

$$dF/{F}_{0}\left(t\right)=\frac{f\left(t\right)-mea{n}_{t}\left({f}_{50}\left(t\right)\right)}{mea{n}_{t}\left({f}_{50}\left(t\right)\right)},$$
(2)

where \({f}_{50}\left(t\right)\) denotes all the fluorescence values below the 50th percentile (or median) of the fluorescence distribution. For automatically detected ROIs, the deconvolved calcium activity is automatically extracted during the segmentation [64]. For ROIs imported or segmented manually, the same algorithm is implemented to extract the deconvolved calcium activity. The normalized fluorescence is fitted with an autoregressive model of first order in case the imaging acquisition rate is lower than 2 Hz, of second-order otherwise.

2.2.5 Data export

Processed data can be exported and saved as Matlab.mat files. A single data structure is saved with all the processing information. The same structure can be imported in the interface for further processing of the data.

2.2.6 SLS trajectory computation

Starting from a raster segmentation, the software allows drawing a SLS trajectory that travels through all the segmented ROIs (Additional file 1: Fig. S1c). The trajectory is computed to intercept each segmented pixel inside a ROI then to move to the next ROI. Among all the possible trajectories connecting segmented pixels and ROIs, SmaRT2P produces a path with minimal length inside each ROI and between ROIs [38]. We formulated the problem of finding the path with minimal length crossing all ROIs as an application of the Travelling Salesman Problem (TSP). The TSP is known to be an NP-hard problem whose brute-force solution implies to compute (n − 1)!/2 permutations and becomes computationally unfeasible for a large n, where n denotes the number of ROIs [72]. To solve the problem an approximate solution was computed, based on a genetic algorithm with a population of 100 individuals and 1000 generations. To create the next generation from the current one, the following mutations are applied to selected individuals: flipping, swapping and sliding. This allowed to generate SLS trajectories in less than 10 s. The pseudocode of the algorithm used to generate SLS trajectories is reported in Table 1.

Table 1 Pseudocode for SLS trajectories optimization and generation

For robustness purpose, users can add a surround of an arbitrary number of pixels around each ROIs and a reference box of arbitrary size at the end of the trajectory. ROIs mask and the SLS trajectory are exported automatically after the drawing of the trajectory: ROIs are saved as a.mat file, while trajectories are saved as an.xml file compatible with the Prairieview software (version 5.4), as a Matlab.m file compatible with ScanImage (version 2018b) and as a Matlab.mat file.

2.3 SLS acquisitions

2.3.1 Data import and ROIs registration

SmaRT2P allows importing SLS acquisitions recorded using Prairieview (version 5.4) or ScanImage (version 2018b).

SLS data acquired with Prairieview are stored as a sequence of.tiff files, each of them containing multiple acquisitions of the SLS trajectory. When importing the acquisition in SmaRT2P, users can select the number of.tiff (from one to the total number of files set for the acquisition) which will be concatenated. SLS acquisitions can also be imported as raster acquisitions. Each SLS line is replaced by a two-dimensional FOV with same size of the original raster acquisition, whose pixels contain either the recorded fluorescence or gaussian noise (with mean and standard deviation estimated from the fluorescence of SLS trajectory pixels), depending on whether the pixel belongs to the SLS trajectory or not. If SLS data are imported as raster, only a maximum of two.tiff files can be concatenated to avoid problems due to large data structures. SLS acquisitions imported as raster can be later processed as raster acquisitions. Together with the.tiff files the.xml file containing metadata and generated during the imaging must be provided.

SLS data acquired with ScanImage are stored in a.txt file, containing metadata and information about the acquisition, and a.dat file, containing the fluorescence values. Both files should be provided to SmaRT2P.

During the import of a SLS acquisition, users can select the reference segmentation, that is the segmentation used to build the trajectory. In case a reference segmentation is selected, each pixel in the SLS trajectory is automatically assigned to one of the following classes according to its distance from the reference segmentation (Fig. 2b): (i) ROI: trajectory pixels within one pixel distance from the reference ROI (ii) ROI’s outer ring: trajectory pixels whose distance from the reference ROI is between one and two pixels (iii) ROI’s surround: trajectory pixels whose distance from the reference ROI is between two and four pixels (iv) Background: trajectory pixels whose distance from any reference ROI is larger than four pixels.

Fig. 2
figure 2

Schematic of the processing algorithms. a Schematic of the algorithm for large artefacts detection. The dimensionality of SLS data is reduced using PCA and the PC1 scores vector is fitted using an autoregressive model of second order (AR(2)). If the sliding correlation (computed in a 10 s window) between the PC1 scores vector and its fit drops below a given threshold (set to 0.3), a large artefact is detected (red star). b Left: an SLS trajectory (yellow line) with a surround of 4 pixels is overlapped to a projection of the corresponding raster acquisition and its reference segmentation (red ROIs). A reference box (yellow square) is scanned at the end of the SLS trajectory. Right top. Pixels assignment for an example ROI (red box in left panel). Pixels can be assigned to the ROI (red dots), to its outer ring (yellow dots), to its surround (green dots), or to background (black dots). Right bottom. Pixels assignment for an example ROI of a SLS trajectory without ROIs surround. c Schematic of the algorithm for background activity subtraction. A 1-rank representation of the fluorescence activity of trajectory pixels labelled as background (black pixels) is computed using PCA. The across-pixels averaged low-rank representation is considered as a proxy of background activity, multiplied by 0.7 and subtracted from the fluorescence of all the pixels. d Schematic of the small and local artefacts correction algorithm based on NoRMCorre. Activity recorded from the reference box (optionally smoothed in time by averaging in a sliding window of arbitrary width) is considered as a raster acquisition to estimate planar displacement using the NoRMCorre algorithm [44]. The estimated displacements are then applied back to the full trajectory. e Schematic of the small and local artefacts correction based on SNR. For each ROI, pixels labelled as belonging to the ROI, its outer ring or its surround are considered. In a sliding window of 10 s the SNR of each pixel is computed, pixels are sorted for decreasing SNR, and only a fixed number of high-SNR pixels is used to extract the fluorescence activity. Pixels are selected line-by-line considering the SNR computed in the subsequent 10 s window

Pixels falling in more than one group are not assigned to any class and are discarded for further processing. The availability of a reference segmentation is not required to import SLS data but is necessary for pixels classification and for most of the following processing steps (background activity subtraction, local artefacts correction, local neuropil subtraction).

2.3.2 Large artefacts detection

The first step of the SLS pre-processing pipeline consists in the detection of large motion artefacts. These are defined as FOV displacements occurring during the acquisition associated with a shift of the ROIs away from the scanned area/trajectory. Under the assumption that such motion artefacts affect the entire SLS acquisition producing sudden (and not physiological) signal transients in all trajectory pixels, we devised the following strategy to detect a large motion artefact (Fig. 2a). We performed principal component analyses (PCA) to reduce the dimensionality of the SLS acquisition and fitted the score vector of the first principal component (PC1) with an autoregressive model of second order [50, 59] commonly used to model calcium activity. If the correlation between the PC1 scores vector and its fit, computed in a sliding window of 10 s width, drops below a threshold of 0.3 at a given timepoint, a large artefact is detected and all the data acquired after the threshold crossing are discarded.

2.3.3 Background activity subtraction

Pixels assigned to the background are used to estimate contamination of ROIs activity (Fig. 2c). The background subtraction strategy implemented here resembles the background estimate performed in [50], where pixels not segmented as ROIs were used to compute a global background activity. We considered the fluorescence activity of pixels labelled as background and we applied PCA to compute a low-rank representation of their activity (we kept only PC1, rank = 1). We then averaged across pixels the background low-rank representation, multiplied it by 0.7 [36] and subtracted it from all the SLS pixels activity. Potential negative values stemming from this procedure were set to zero.

2.3.4 Small and local motion artefacts correction

The algorithm implemented for large artefacts detection is not suited to deal with small (i.e., global events of moderate magnitude not fulfilling conditions in the Large artefacts detection paragraph) or local motion artefacts, defined as FOV displacements that do not cause a global misalignment between the imaged tissue and the SLS trajectory, do not result in sudden changes in fluorescence dynamics, but might nevertheless be detrimental for the quality of the extracted signal. We, therefore, implemented two strategies for the line-by-line correction of small and local motion artefacts.

The first strategy requires the user to define a reference box at the end on the SLS trajectory, ideally containing clear anatomical features (Fig. 2d). The fluorescence activity recorded from the reference box is processed as a canonical raster acquisition and the algorithm NoRMCorre [44] is applied to estimate the planar displacement of the small portion of tissue corresponding to the reference box. Users can perform a temporal smoothing (and optional down-sampling) of the reference box activity before the application of NoRMCorre, by averaging across multiple “frames” (the temporal window for smoothing and down-sampling is manually set by users). The estimated displacement is then applied to each ROI patch of the smoothed and optionally down-sampled SLS trajectory (i.e., the patch composed by pixels labelled as belonging to a ROI, including up to its outer ring and its surround).

The second strategy consists in the local reassignment of pixels based on the SNR of the extracted signal (Fig. 2e). For each ROI, pixels labelled as belonging to the ROI, to its outer ring and to its surround are pooled together. The algorithm computes, in a 10 s sliding window, the SNR of each single pixel, sorts the pixels by descending SNR and relabels as belonging to the ROI only the pixels with highest SNR. The number of pixels assigned to each ROI is set to the number of pixels belonging to that ROI in the reference segmentation. However, the identity of the pixels assigned to a ROI can vary in time as a result of small motion artefacts or displacements.

2.3.5 Neuropil decontamination

We implemented two strategies for neuropil decontamination. The first method implements the algorithm of [36]. Pixels in the surround of each ROI are used to estimate the neuropil activity. The average value of fluorescence intensity in the pixels belonging to the surround region is then multiplied by a contamination ratio of 0.7, estimated in [36], and subtracted from the average value of pixels belonging to the ROI. If pixels have been reassigned to correct local artefacts, then all the not-assigned pixels (that are variable in time) are used to compute the local neuropil. The second strategy estimates a global neuropil signal based on ROIs activity. In detail, a fluorescence signal is extracted for each ROI by averaging the fluorescence across all pixels assigned to the ROI and to its surround. Then, PCA is applied to compute a low-rank (rank = 1) representation of the ROIs activity, interpretable as a neuropil global signal. This neuropil global signal is finally subtracted from each ROI’s activity and potential negative values stemming from this procedure are set to zero.

2.3.6 Deconvolution

The fluorescence activity of each ROI is computed by averaging the processed fluorescence activity (i.e., the fluorescence after background subtraction and/or neuropil decontamination) across all pixels labelled as belonging to the ROI at the end of the processing pipeline. Deconvolution of this signal to estimate spike rates is then performed by fitting an autoregressive model of second order [64].

2.3.7 Processing pipeline: validation metrics

To quantify the results obtained with our software on real neural data, we considered two measures: the SNR of the fluorescence traces and the average pairwise correlations. Since these values vary across ROIs, for each acquisition we computed these values at fixed ROI (or ROI pair) and then we averaged across all ROIs (or ROI pairs). The reported results are the average and standard error of the mean (SEM) across acquisitions.

3 Results

To demonstrate the features and performance of our software, here we present the results of processing SLS acquisitions of real 2P calcium imaging data using SmaRT2P. The data used for this purpose were recorded in mice expressing GCaMP6s in layer IV of barrel cortex (depth ~ 400 μm), using methods fully described in [38]. In brief, we used a 2P microscope equipped with galvanometric mirrors to perform raster and SLS acquisitions in anesthetized or awake head-restrained animals. In both conditions, recordings were performed both during spontaneous and sensory-evoked activity (air puff stimulation of the whisker pad). We made these data publicly available [67] to enable further tests and validations of this software and of new developments.

We first used SmaRT2P to manually segment reference raster acquisitions and compute SLS trajectories. Then, we acquired SLS data and characterized how the extracted signals are affected by each step of the SLS processing pipeline and how the SLS trajectory features (see below) impact on the quality of extracted signals. We further quantified how the SNR and pairwise correlations of ROIs depended on the processing steps. We reasoned that an effective scanning and analysis pipeline should increase (or at least maintain) the SNR as well as reduce (or at least maintain) the average level of pairwise correlations (too high values of correlations could reflect an incomplete removal or artificial covariation factors due to contaminations from global fluorescence fluctuations and neuropil activity [34, 46, 65]).

The availability of a single stand-alone toolbox to process raster and SLS data allowed us to easily switch between the raster and the line scan modalities in the same experimental session. This is especially useful for long experimental sessions, where some displacement of the FOV across different recordings might occur. In this latter case, a possible strategy is to alternate SLS acquisitions with short raster acquisitions, align the initial raster segmentation to the novel raster acquisitions (keeping the same ROIs but correcting for possible displacements), and recompute SLS trajectory over time according to the movements recorded by the alternating raster acquisitions. Since ROIs previously segmented using SmaRT2P are automatically imported and aligned to the raster FOV, this procedure contributes to generating more robust SLS data at small cost.

3.1 Detection of large motion artefacts

The effect of planar motion artefacts can be very different between raster scan and SLS. In raster scan acquisitions, an image retaining all topological features of the FOV is usually available. Thus, planar motion artefacts can be compensated for with a frame-by frame iterative process, using a reference image of the FOV and a rigid or non-rigid approach. These strategies are in general efficient against moderate artefacts for most of the ROIs [44, 62]. In SLS acquisition, planar displacements of the FOV of size comparable to a pixel can cause a mismatch of cellular structures with respect to the set of pixels selected for the scanning trajectory. Consequently, the set of pixels in each ROI scanned by SLS might no longer be optimized based on the collective SNR of the ROIs. In case of large motion artefacts (> 5 µm), this displacement can be large enough to exclude the cells of interest from the SLS trajectory, in particular when no ROIs surround is included [38]. Since a complete bidimensional image of the cells of interest is lacking in SLS, we cannot use topological features of the acquisition nor a reference FOV image to estimate the planar displacement. We thus defined large motion artefacts based on functional features, ensuring that the recorded signals otherwise fluctuate smoothly in time and follow dynamics that are characteristic of calcium activity (see “Large artefacts detection” section). In our experimental setup, large artefacts were seldom detected in SLS acquisitions in anesthetized animals (num. detected artefacts = 16 out of n = 258 SLS acquisitions from n = 22 mice), while they were more frequent in awake and running head-restrained animals (num. detected artefacts = 7 out of n = 28 SLS acquisitions from n = 4 mice).

We investigated whether the presence and the size of a surround (i.e., the inclusion in the SLS of a region surrounding the ROI identified based on pixel SNR; surround dimension: 1, 2, 3 pixels) improved the robustness of SLS acquisitions to large motion artefacts (Fig. 3). We restricted the analyses to SLS data from awake animals, where detected large artefacts were less rare and a reference box (see “SLS trajectory computation” section) at the end of the SLS trajectory was always available. We considered the reference box pixels as a raster acquisition and we applied the NoRMCorre algorithm [44] to this small FOV portion to obtain an estimate of the amount of planar displacement of the FOV. We then estimated the fraction of SLS acquisition discarded a-posteriori using a linear mixed model in which the size (in pixels) of the ROI surround (\(p{x}_{surr}\)) was treated as a fixed effect covariate, and the estimated planar displacement was treated as a random effect:

Fig. 3
figure 3

Large artefacts detection. a, b SLS trajectories (yellow line) with a surround of 4 pixels (a) and without surround (b) are overlapped to a projection of the corresponding raster acquisition and to their reference segmentation (red ROIs). c, d Large artefact detection for the acquisition in a, b. From top to bottom. Raster of the SLS acquisition. Each row represents the fluorescence trace of a pixel in the trajectory. Pixels are ordered according to their position in the trajectory, from the first (top) to the last (bottom). Reduced representation of SLS dynamics using only the scores vector of the first PC (PC 1, grey line) and fit with an AR(2) model (black line). Correlation between the first PC scores vector and its fit. Displacement along the horizontal (black) and vertical (grey) direction estimated applying the NoRMCorre algorithm [44] to the reference box. The dashed red line in d denotes the detection of a large artefacts

$$\frac{discardedSLSlines}{acquiredSLSlines}=\left({\beta }_{0}+{\beta }_{1}*p{x}_{surr}\right)+\left({\beta }_{0,shift}+{\beta }_{1,shift}*p{x}_{surr}|shift\right)+\varepsilon$$
(3)

This model distinguishes the specific contribution of the SLS surround size on the large motion artefact detection (\({\beta }_{0}+{\beta }_{1}*p{x}_{surr}\)) from the contribution due to the effective FOV displacement, estimated using the NoRMCorre algorithm (\({\beta }_{0,shift}+{\beta }_{1,shift}*p{x}_{surr}|shift\)). We expect that larger planar displacements in the acquired FOV will increase the fraction of discarded lines and we aim to understand whether adding a surround has any effect on the amount of discarded data. We found that the part of the model capturing the effect of surround size predicted that larger surrounds led to a significant decrease in the fraction of SLS acquisition to discard (\({\beta }_{1}=-0.08\), p value = 0.036, model predictions with 95% confidence intervals and residuals q–q plot in Additional file 1: Figure S2). This suggests that SLS trajectories with surrounds are more robust to motion artefacts (Fig. 3a,c). This was confirmed by the further finding that SmaRT2P detected large motion artefacts mostly for the acquisitions without surround (Fig. 3b, d; Table 2). The increased robustness to motion artefacts was obtained at the cost of decreasing the single line sampling rate because of the larger number of pixels to scan when the surround is included (Table 2).

Table 2 Sampling rate and large artefacts detection. Mean ± SEM

3.2 Background activity subtraction

In 2P imaging experiments, it is common practice to subtract global background activity, i.e., the signal generated by neighbouring unspecified fluorescent structures [34, 50, 62]. In conventional raster scanning, global background activity can be computed from global fluctuations of the whole FOV or of FOV regions without ROIs (for example, the background components in [50]). In SLS acquisitions, a smaller number of pixels not belonging to ROIs are acquired, thus restricting the surface available for background estimation. We developed a strategy to estimate and subtract global background fluctuations using the available pixels and assessed its effectiveness by computing pairwise correlations between ROIs fluorescence traces before and after the subtraction of the global background activity (Fig. 4). A significant reduction in pairwise correlations after background activity subtraction was observed both in anesthetized and awake animals (Fig. 4b,c), suggesting that our strategy was effective in removing simultaneous fluctuations in ROIs fluorescence (Table 3).

Fig. 4
figure 4

Background activity subtraction. a Top. Fluorescence activity of the ROIs segmented in an example SLS acquisition. Each row in the raster corresponds to the activity of a ROI. Bottom. Fluorescence activity of the same ROIs after the subtraction of the background activity. b Pairwise correlations between ROIs in a before (top) and after (bottom) the subtraction of the background activity. c. Average SNR (blue, left) and pairwise correlations (red, right) difference between background-subtracted and raw data for anesthetized (top) and awake animals (bottom). Extended values in Table 3

Table 3 Background subtraction. Difference in pairwise correlations before and after background subtraction

3.3 Small and local motion artefacts correction

As discussed above, rigid and non-rigid motion correction techniques developed for raster scanning data do not generalize to SLS data. We, therefore, developed two line-by-line motion correction strategies for SLS data, which compensate small or local displacements that might take place during the acquisition.

The first strategy, which is novel with respect to the algorithms presented in [38], is the SLS line-by-line analog of the rigid frame-by-frame motion correction for raster acquisitions. It can be implemented only when a reference box is available at the end of the SLS trajectory and it uses the reference box as a raster acquisition to estimate the planar displacement. Ideally, the reference box should contain clear anatomical features that remain available for all the duration of the recording, otherwise the motion estimate algorithm would try to match noise to a template and fail. Since the displacement computed in a small FOV portion is then applied back to the full trajectory, this procedure assumes that the FOV is not altered by deformations but rigidly shifts within the imaged plane. We did not explicitly verify this assumption, but we believe it could be satisfied for SLS acquisitions, because they are characterized by high sampling rates, while non-rigid deformations are in general associated with slow acquisition rates [41, 43, 44]. To make the motion correction algorithm more robust against noise, we also estimated motion using a smoothed version of the data, obtained by averaging activity in a sliding window (width = 1 and 10 s).

The second strategy, already applied in [38], has been developed ad-hoc for SLS acquisitions. It is implemented locally around each ROI and aims at maximizing signal quality by considering only pixels with high SNR. Such strategy allows getting a different displacement for each ROI, therefore, releasing the assumption of a rigid FOV. This algorithm provides, therefore, a line-by-line pixel reassignment for each ROI, but it integrates information from a larger time window (to compute SNR) to compute single-line corrections. It must be noted that the success of this algorithm might be limited for those ROIs characterized by long silent periods. In fact, during such periods there is no signal available to compute the SNR and the estimated displacements would be based on noise fluctuations.

We applied both strategies after the global background subtraction to all the SLS acquisitions, where a reference box was available and we observed that the SNR-based strategy leads to a small but consistent increase in the SNR of the extracted traces, independently from the surround size and the animal condition (Fig. 5b; Table 4) and to small or non-significant increase in the pairwise correlations between ROIs (Fig. 5b; Table 4). In general, the increase in signal quality is larger and more significant for larger surrounds, which suggests that adding surrounds to the segmented ROIs might not only increase robustness with respect to large motion artefacts but also improve the performance of the local motion artefacts correction algorithm. The strategy based on the NoRMCorre algorithm [44] had heterogeneous performance, depending on the size of the surround and the temporal smoothing. In terms of SNR, it performed better for faster acquisitions without temporal smoothing and with small or no surround (Table 4). When it was successful in increasing the SNR, the improvement was larger than the one obtained using the SNR-based strategies. However, it was also accompanied by a larger increase in pairwise correlations, which might suggest that some background activity is retained in the ROIs traces (Table 4).

Fig. 5
figure 5

Small and local artefacts correction and neuropil decontamination. a Fluorescence activity of the same ROIs of Fig. 2a after the correction of artefacts obtained through the reassignment of those pixels that maximize the SNR (top) or through the correction strategy that uses the displacements estimated using the NoRMCorre algorithm [44] on the reference box with a smoothing window of 10 s (bottom). b Effects of different artefacts corrections strategies on the SNR and pairwise correlation of fluorescence traces for different surrounds and animal states. Extended values in Table 4. c Correlations between the displacement along the x-axis (left) or y-axis (right) estimated using different strategies in anesthetized (top) and awake (bottom) animals. d Effects of neuropil decontamination strategies on the SNR and pairwise correlation of fluorescence traces for different surrounds and animal states. Extended values in Table 5

Table 4 Small artefacts motion correction

To further understand the different performance of the two strategies, we computed the correlation between the (planar) displacements estimated by each algorithm (Fig. 5c). In the SNR-based strategy, which is characterized by local and non-rigid artefacts correction, we defined a planar displacement for each ROI, as the planar shift of the centre of the ROI spatial footprint. We then computed correlations between each ROI’s SNR-based displacement and the NoRMCorre-based displacement and considered the maximum value of correlation across ROIs as a measure of similarity between the displacements estimated using the two strategies. We found that correlation values where higher between the SNR-based displacement and the NoRMCorre-based displacement with smoothing at 0.1 Hz (correlation values. x-axis: 0.42 ± 0.01, y-axis: 0.46 ± 0.01, mean ± SEM, n = 162 anesthetized. Correlation values. x-axis: 0.25 ± 0.03, y-axis: 0.41 ± 0.04, mean ± SEM, n = 28 awake). This might be explained by the fact that the temporal window considered for the SNR computation and the smoothing applied before the NoRMCorre-based correction have the same width. The correlation values obtained when considering smaller or no smoothing windows were smaller.

3.4 Neuropil decontamination

Fluorescence signal from out of focus sources or from subresolved structures (i.e., neuropil) might contaminate the ROIs signals and generate false detections of calcium transients when using SLS or raster scans [11, 36, 73]. State-of-the-art techniques for neuropil decontamination in raster acquisitions provide accurate estimates of the neuropil signal by leveraging on the fluorescence extracted from pixels in each ROI surround [36, 55, 56]. In SLS acquisitions, ROIs surrounding regions are not necessarily scanned or might contain too few pixels and available strategies thus cannot be applied. We then implemented two strategies for neuropil decontamination in SLS acquisitions: a local strategy, which estimates a neuropil signal for each ROI by averaging across the available neighbouring pixels and a global strategy, which provides a single estimate of the neuropil signal using dimensionality reduction. We applied both neuropil decontamination strategies as final step of multiple processing pipelines (Fig. 1b) to all SLS acquisitions with a reference box. Pooling results together across different pipelines showed that both neuropil decontamination strategies led to significant decreases in pairwise correlations (Fig. 5d; Table 5), suggesting they are effective in reducing artificial covariations likely due to neuropil contamination.

Table 5 Local neuropil subtraction

3.5 Processing pipeline

Since there is no standard processing for SLS acquisitions, we combined the processing steps described above in different ways and assessed the effect of the full processing pipeline measuring the changes of SNR and pairwise correlations with respect to raw data (Fig. 6). As expected, processing pipelines comprising only local corrections for signal optimization (denoted by SNR and NoRM in Fig. 6) were not effective in reducing pairwise correlations. This suggests that background and/or neuropil contamination might still be present, which advises against the choice of such processing pipeline. Most other processing pipelines, in general, resulted in a decrease in pairwise correlations associated with more or less marked decrease in SNR. For our data, we found that the pipeline composed by background subtraction followed by SNR-based local motion artefacts correction and, optionally, local neuropil decontamination was the most effective in reducing correlations with respect to the raw data while preserving signal quality (detailed values for all pipelines are reported in Additional file 1: Table S1).

Fig. 6
figure 6

Processing pipelines comparison. Evaluation of the signal quality after different processing pipelines for SLS with different surrounds in anesthetized (n = 101, 33, 28 for surround 0,1, ≥2) and awake animals (n = 16, 12 for surround 0, ≥1). Blue boxplots show the SNR distributions for each pipeline, red boxplots show the pairwise correlations distributions for each pipeline. The continuous blue and the orange lines show, respectively, the SNR and pairwise correlation median value for the processing pipeline composed by background subtraction followed by SNR-based artefacts correction (red box). The dashed light blue and light orange lines correspond to no changes in SNR and pairwise correlations, respectively, with respect to raw data. Extended values in Additional file 1: Table S1

4 Discussion

Two-photon calcium imaging is a leading technique for functional readout of neural activity, enabling the recording of the activity of populations of neurons with high spatial information in depth and across multiple experimental sessions. New calcium indicators have been engineered [36, 74] and a wide array of software and analysis tools have been developed by the computational neuroscience community for the post-processing and advanced analysis of these data [35, 44, 51, 53, 55, 62, 64, 66]. Using these tools and under optimized imaging conditions (i.e., while imaging one or a few cells at high frame rate), the detection of the discharge of one or few action potentials in individual cells has been demonstrated [36]. However, achieving similar performance while recording large populations of neurons or at increased acquisition rates requires the improvement of scanning procedures to acquire data from the regions of interest with the highest possible speed and SNR. To this aim, we recently introduced Smart Line Scanning and we demonstrated that it improves the temporal resolution and signal quality of two-photon calcium imaging data [38], improving the accuracy of single spike detection when recording neural population activity from awake animals. Here, we complement that effort providing a novel open-source software toolbox, SmaRT2P, which greatly simplifies the implementation of smart line scanning in standard 2P microscopes. Our toolbox is provided with a range of tools for both the design and implementation of the smart line scanning, and for the data processing. The implications of our work are discussed in what follows.

4.1 Software block for raster acquisitions

SmaRT2P is composed by two main blocks. The first block processes raster acquisitions. We added the raster data processing to SmaRT2P not only to have a stand-alone tool, but also because an initial raster scanning imaging section is needed to design the SLS, and because users may want to use either type of scanning depending on the experimental conditions or scientific questions. SmaRT2P was designed to easily allow computing SLS trajectories from raster scanning data and switching from raster acquisitions to line scan acquisitions with minimal requirements.

The raster scanning block of SmaRT2P is largely based on existing algorithms. However, and importantly, SmaRT2P adds the possibility of importing raster acquisitions, which are already segmented. In this way, users can segment raster data using their preferred and independent tool, ensuring full compatibility of SmaRT2P with raster scanning procedures already established in each laboratory. The first SmaRT2P block differs from available toolboxes for the possibility of drawing of SLS trajectories, which cross through all the ROIs identified from raster acquisitions. Before generating the SLS trajectory, the users have the option to add a surround to each ROI and to add a reference box at the end of the trajectory, that is scanned in a raster-like modality. The users can manually set the width of the surround, the size of the reference box, and its position within the FOV.

4.2 Software block for designing and implementing SLS trajectories

Once the ROIs are segmented in the raster scanning software block, SmaRT2P optimizes the SLS trajectories in an automated way. Finding an optimal trajectory is particularly important for recordings of large populations. In this case, scanning the ROIs in a sub-optimal way might result in numerous jumps of the laser within the FOV and reduce the acquisition speed and the advantages provided by the SLS approach. However, the problem of finding the optimal trajectory is computationally hard, is well studied in the literature as the TSP, and its complexity increases steeply with the number of ROIs. We, therefore, used a genetic algorithm to compute an approximate solution instead of the optimal one. To make SLS trajectories more robust to motion artefacts and to background/neuropil contamination, ROI’s surround regions and a reference box can be included in the SLS trajectory. The presence of the surround regions and of the reference box decreases the speed of SLS acquisitions but might be particularly useful for data acquired in awake animals, where the presence of these artefacts might limit the applicability of line-scan approaches.

Importantly, the second block of SmaRT2P provides various tools for the processing and analysis of data acquired with SLS. To our knowledge, SmaRT2P represents the first open-source tool available for this type of analyses. It combines algorithms used in [38] (but not shared in an open-source toolbox) with a novel algorithm for the correction of local artefacts in SLS data. More specifically, SmaRT2P allows detecting large motion artefacts in SLS acquisitions, to subtract background and neuropil contamination, and to detect and correct small and local artefacts. The users can choose to apply one or multiple processing steps to SLS data according to their needs.

SmaRT2P is equipped with a graphical interface, which facilitates its use to people without programming experience. The graphical interface includes methods for the generation of SLS trajectories and for a complete processing of SLS data (i.e., motion artefacts detection and correction, background subtraction, and neuropil decontamination). We designed SmaRT2P to be flexible, to adapt to data acquired under different experimental conditions. A first degree of flexibility is provided in the design of the SLS trajectories, where users can set a trade-off between increased temporal resolution and robustness to motion artefacts. Then, in the SLS data processing, SmaRT2P is organized in a modular way and different processing pipelines can be implemented. We did not set a preformatted processing pipeline, because smart line scan acquisitions and smart line scan processing tools are sensitive to trajectory characteristics and to experimental conditions. The processing pipeline should then be tuned according to the features of the acquired data. Furthermore, a modular approach is open to extension, modifications, and insertion of further developments of the processing algorithms.

4.3 Results on benchmarking SmaRT2P on real data

We benchmarked the performance of SmaRT2P on an extensive 2P GCaMP6s data set recorded from layer IV of the barrel cortex in anesthetized and awake mice. This data set was larger than the one used in [38]. We selected the SNR of the extracted signals and their average pairwise correlations as indicators of the algorithms’ performance, and we computed changes in these two measures as a function of each processing step and of different processing pipelines (i.e., combinations of multiple processing steps in a given order). Results of this benchmarking indicated that combining SLS and SmaRT2P allows successfully acquiring data with high sampling rate and high signal quality. A careful choice of few parameters in the design of the SLS trajectories (ROIs surround and reference box) improves the performance and effectiveness of the SLS processing techniques and allows reaching a trade-off between fast and robust recordings. A systematic study of the effect of variations in the processing pipeline showed how to optimize the pipeline depending on the data set type and suggested that combining a background or neuropil subtraction algorithm with an artefact correction algorithm should successfully improve the signal quality and remove global fluctuations and artefacts that might mask relevant single cell activity. Importantly, we made the benchmarking 2P data set fully available with this article, to enable open-source development of new raster scan tools and to facilitate an open and fair comparison of performance with future algorithms.

4.4 Hardware requirements

On the hardware side, SLS acquisitions can be performed using the same setup used for conventional raster acquisition. This is possible, because SLS trajectories are mapped on the FOV acquired in raster mode and are tuned to the characteristics of the microscope used for raster acquisitions. When moving from one pixel to the adjacent one, mirrors, therefore, perform the same type of movements required for raster acquisition.

5 Conclusions

The growth and flourishing of 2P calcium imaging for studying neural population activity has been paralleled by major computational effort for the development of open-source toolboxes for the analysis of such data. Thus, the development of analytical tools for 2P calcium imaging is a major frontier in current computational neuroscience [44, 45, 48, 51, 53,54,55,56, 61, 62, 64, 66, 75]. However, less attention has been given to the development of open-source toolboxes that improve the scanning and acquisition procedures. Our open-source toolbox, SmaRT2P, contributes to filling this gap and will facilitate further development in the field. Our validations of SmaRT2P on real data suggest that SmaRT2P will improve the resolution and accuracy with which neural population codes can be extracted from 2P imaging experiments.

Availability of data and materials

The data sets generated and/or analysed during the current study are available in the following repository: Brondi, M., Moroni, M., Panzeri, S., & Fellin, T. (2021). Recordings of mice layer IV barrel cortex activity using two-photon functional microscopy and Smart Line Scanning [67]. EBRAINS. https://doi.org/10.25493/74DX-JVC. Detailed information about SmaRT2P, a practical user guide and the open-source-code of the toolbox can be downloaded at https://github.com/moni90/SmART2P. The software is released under the MIT license.

Abbreviations

2P:

Two-photon

SNR:

Signal-to-noise ratio

GECI:

Genetically encoded calcium indicator

SLS:

Smart line scan

ROI:

Region of interest

GUI:

Graphical user interface

FOV:

Field of view

PCA:

Principal component analysis

PC1:

First principal component

SEM:

Standard error of the mean

References

  1. Carrillo-Reid L, Han S, Yang W, Akrouh A, Yuste R (2019) Controlling visually guided behavior by holographic recalling of cortical ensembles. Cell 178(2):447-457 e445. https://doi.org/10.1016/j.cell.2019.05.045

    Article  Google Scholar 

  2. Carrillo-Reid L, Yang W, Bando Y, Peterka DS, Yuste R (2016) Imprinting and recalling cortical ensembles. Science 353(6300):691–694. https://doi.org/10.1126/science.aaf7560

    Article  Google Scholar 

  3. Onken A, Liu JK, Karunasekara PP, Delis I, Gollisch T, Panzeri S (2016) Using matrix and tensor factorizations for the single-trial analysis of population spike trains. PLoS Comput Biol 12(11):e1005189. https://doi.org/10.1371/journal.pcbi.1005189

    Article  Google Scholar 

  4. Spors H, Grinvald A (2002) Spatio-temporal dynamics of odor representations in the mammalian olfactory bulb. Neuron 34(2):301–315. https://doi.org/10.1016/s0896-6273(02)00644-x

    Article  Google Scholar 

  5. Grinvald A, Petersen CC (2015) Imaging the dynamics of neocortical population activity in behaving and freely moving mammals. Adv Exp Med Biol 859:273–296. https://doi.org/10.1007/978-3-319-17641-3_11

    Article  Google Scholar 

  6. Gutig R, Gollisch T, Sompolinsky H, Meister M (2013) Computing complex visual features with retinal spike times. PLoS ONE 8(1):e53063. https://doi.org/10.1371/journal.pone.0053063

    Article  Google Scholar 

  7. Zuo Y, Safaai H, Notaro G, Mazzoni A, Panzeri S, Diamond ME (2015) Complementary contributions of spike timing and spike rate to perceptual decisions in rat S1 and S2 cortex. Curr Biol 25(3):357–363. https://doi.org/10.1016/j.cub.2014.11.065

    Article  Google Scholar 

  8. Yang Y, DeWeese MR, Otazu GH, Zador AM (2008) Millisecond-scale differences in neural activity in auditory cortex can drive decisions. Nat Neurosci 11(11):1262–1263. https://doi.org/10.1038/nn.2211

    Article  Google Scholar 

  9. Engineer CT, Perez CA, Chen YH, Carraway RS, Reed AC, Shetake JA, Jakkamsetti V, Chang KQ, Kilgard MP (2008) Cortical activity patterns predict speech discrimination ability. Nat Neurosci 11(5):603–608. https://doi.org/10.1038/nn.2109

    Article  Google Scholar 

  10. Robinson NTM, Descamps LAL, Russell LE, Buchholz MO, Bicknell BA, Antonov GK et al (2020) Targeted activation of hippocampal place cells drives memory-guided spatial behavior. Cell 183(7):2041–2042. https://doi.org/10.1016/j.cell.2020.12.010

    Article  Google Scholar 

  11. Peron SP, Freeman J, Iyer V, Guo C, Svoboda K (2015) A cellular resolution map of barrel cortex activity during tactile behavior. Neuron 86(3):783–799. https://doi.org/10.1016/j.neuron.2015.03.027

    Article  Google Scholar 

  12. Aronov D, Reich DS, Mechler F, Victor JD (2003) Neural coding of spatial phase in V1 of the macaque monkey. J Neurophysiol 89(6):3304–3327. https://doi.org/10.1152/jn.00826.2002

    Article  Google Scholar 

  13. Ince RA, Panzeri S, Kayser C (2013) Neural codes formed by small and temporally precise populations in auditory cortex. J Neurosci 33(46):18277–18287. https://doi.org/10.1523/JNEUROSCI.2631-13.2013

    Article  Google Scholar 

  14. Gollisch T, Meister M (2008) Rapid neural coding in the retina with relative spike latencies. Science 319(5866):1108–1111. https://doi.org/10.1126/science.1149639

    Article  Google Scholar 

  15. Houweling AR, Brecht M (2008) Behavioural report of single neuron stimulation in somatosensory cortex. Nature 451(7174):65–68. https://doi.org/10.1038/nature06447

    Article  Google Scholar 

  16. Gill JV, Lerman GM, Zhao H, Stetler BJ, Rinberg D, Shoham S (2020) Precise holographic manipulation of olfactory circuits reveals coding features determining perceptual detection. Neuron 108(2):382-393 e385. https://doi.org/10.1016/j.neuron.2020.07.034

    Article  Google Scholar 

  17. Valente M, Pica G, Bondanelli G, Moroni M, Runyan CA, Morcos AS, Harvey CD, Panzeri S (2021) Correlations enhance the behavioral readout of neural population activity in association cortex. Nat Neurosci 24(7):975–986. https://doi.org/10.1038/s41593-021-00845-1

    Article  Google Scholar 

  18. Ni AM, Ruff DA, Alberts JJ, Symmonds J, Cohen MR (2018) Learning and attention reveal a general relationship between population activity and behavior. Science 359(6374):463–465. https://doi.org/10.1126/science.aao0284

    Article  Google Scholar 

  19. Panzeri S, Moroni M, Safaai H, Harvey C (2022) The structures and functions of correlations in neural population codes. Nat Rev Neurosci. https://doi.org/10.1038/s41583-022-00606-4

    Article  Google Scholar 

  20. Froudarakis E, Berens P, Ecker AS, Cotton RJ, Sinz FH, Yatsenko D, Saggau P, Bethge M, Tolias AS (2014) Population code in mouse V1 facilitates readout of natural scenes through increased sparseness. Nat Neurosci 17(6):851–857. https://doi.org/10.1038/nn.3707

    Article  Google Scholar 

  21. Chong E, Moroni M, Wilson C, Shoham S, Panzeri S, Rinberg D (2020) Manipulating synthetic optogenetic odors reveals the coding logic of olfactory perception. Science 368(6497):eaba2357. https://doi.org/10.1126/science.aba2357

    Article  Google Scholar 

  22. Chettih SN, Harvey CD (2019) Single-neuron perturbations reveal feature-specific competition in V1. Nature 567(7748):334–340. https://doi.org/10.1038/s41586-019-0997-6

    Article  Google Scholar 

  23. Rumyantsev OI, Lecoq JA, Hernandez O, Zhang Y, Savall J, Chrapkiewicz R et al (2020) Fundamental bounds on the fidelity of sensory cortical coding. Nature 580(7801):100–105. https://doi.org/10.1038/s41586-020-2130-2

    Article  Google Scholar 

  24. Kafashan M, Jaffe AW, Chettih SN, Nogueira R, Arandia-Romero I, Harvey CD, Moreno-Bote R, Drugowitsch J (2021) Scaling of sensory information in large neural populations shows signatures of information-limiting correlations. Nat Commun 12(1):473. https://doi.org/10.1038/s41467-020-20722-y

    Article  Google Scholar 

  25. Qiang Y, Artoni P, Seo KJ, Culaclii S, Hogan V, Zhao X et al (2018) Transparent arrays of bilayer-nanomesh microelectrodes for simultaneous electrophysiology and two-photon imaging in the brain. Sci Adv 4(9):eaat0626. https://doi.org/10.1126/sciadv.aat0626

    Article  Google Scholar 

  26. Grienberger C, Konnerth A (2012) Imaging calcium in neurons. Neuron 73(5):862–885. https://doi.org/10.1016/j.neuron.2012.02.011

    Article  Google Scholar 

  27. Helmchen F, Denk W (2005) Deep tissue two-photon microscopy. Nat Methods 2(12):932–940. https://doi.org/10.1038/nmeth818

    Article  Google Scholar 

  28. Stringer C, Pachitariu M, Steinmetz N, Reddy CB, Carandini M, Harris KD (2019) Spontaneous behaviors drive multidimensional, brainwide activity. Science 364(6437):255. https://doi.org/10.1126/science.aav7893

    Article  Google Scholar 

  29. Weisenburger S, Tejera F, Demas J, Chen B, Manley J, Sparks FT et al (2019) Volumetric Ca(2+) imaging in the mouse brain using hybrid multiplexed sculpted light microscopy. Cell 177(4):1050-1066 e1014. https://doi.org/10.1016/j.cell.2019.03.011

    Article  Google Scholar 

  30. Kerr JN, de Kock CP, Greenberg DS, Bruno RM, Sakmann B, Helmchen F (2007) Spatial organization of neuronal population responses in layer 2/3 of rat barrel cortex. J Neurosci 27(48):13316–13328. https://doi.org/10.1523/JNEUROSCI.2210-07.2007

    Article  Google Scholar 

  31. Chen TW, Li N, Daie K, Svoboda K (2017) A map of anticipatory activity in mouse motor cortex. Neuron 94(4):866-879 e864. https://doi.org/10.1016/j.neuron.2017.05.005

    Article  Google Scholar 

  32. Kwon SE, Tsytsarev V, Erzurumlu RS, O’Connor DH (2018) Organization of orientation-specific whisker deflection responses in layer 2/3 of mouse somatosensory cortex. Neuroscience 368:46–56. https://doi.org/10.1016/j.neuroscience.2017.07.067

    Article  Google Scholar 

  33. Driscoll LN, Pettit NL, Minderer M, Chettih SN, Harvey CD (2017) Dynamic Reorganization of Neuronal Activity Patterns in Parietal Cortex. Cell 170(5):986-999 e916. https://doi.org/10.1016/j.cell.2017.07.021

    Article  Google Scholar 

  34. Harris KD, Quiroga RQ, Freeman J, Smith SL (2016) Improving data quality in neuronal population recordings. Nat Neurosci 19(9):1165–1174. https://doi.org/10.1038/nn.4365

    Article  Google Scholar 

  35. Schultz SR, Copeland CS, Foust AJ, Quicke P, Schuck R (2017) Advances in two photon scanning and scanless microscopy technologies for functional neural circuit imaging. Proc IEEE Inst Electr Electron Eng 105(1):139–157. https://doi.org/10.1109/JPROC.2016.2577380

    Article  Google Scholar 

  36. Chen TW, Wardill TJ, Sun Y, Pulver SR, Renninger SL, Baohan A et al (2013) Ultrasensitive fluorescent proteins for imaging neuronal activity. Nature 499(7458):295–300. https://doi.org/10.1038/nature12354

    Article  Google Scholar 

  37. Huang L, Ledochowitsch P, Knoblich U, Lecoq J, Murphy GJ, Reid RC et al (2021) Relationship between simultaneously recorded spiking activity and fluorescence signal in GCaMP6 transgenic mice. Elife. https://doi.org/10.7554/eLife.51675

    Article  Google Scholar 

  38. Brondi M, Moroni M, Vecchia D, Molano-Mazon M, Panzeri S, Fellin T (2020) High-accuracy detection of neuronal ensemble activity in two-photon functional microscopy using smart line scanning. Cell Rep 30(8):2567-2580 e2566. https://doi.org/10.1016/j.celrep.2020.01.105

    Article  Google Scholar 

  39. Valmianski I, Shih AY, Driscoll JD, Matthews DW, Freund Y, Kleinfeld D (2010) Automatic identification of fluorescently labeled brain cells for rapid functional imaging. J Neurophysiol 104(3):1803–1811. https://doi.org/10.1152/jn.00484.2010

    Article  Google Scholar 

  40. Sadovsky AJ, Kruskal PB, Kimmel JM, Ostmeyer J, Neubauer FB, MacLean JN (2011) Heuristically optimal path scanning for high-speed multiphoton circuit imaging. J Neurophysiol 106(3):1591–1598. https://doi.org/10.1152/jn.00334.2011

    Article  Google Scholar 

  41. Dombeck DA, Khabbaz AN, Collman F, Adelman TL, Tank DW (2007) Imaging large-scale neural activity with cellular resolution in awake, mobile mice. Neuron 56(1):43–57. https://doi.org/10.1016/j.neuron.2007.08.003

    Article  Google Scholar 

  42. Guizar-Sicairos M, Thurman ST, Fienup JR (2008) Efficient subpixel image registration algorithms. Opt Lett 33(2):156–158. https://doi.org/10.1364/ol.33.000156

    Article  Google Scholar 

  43. Greenberg DS, Kerr JN (2009) Automated correction of fast motion artifacts for two-photon imaging of awake animals. J Neurosci Methods 176(1):1–15. https://doi.org/10.1016/j.jneumeth.2008.08.020

    Article  Google Scholar 

  44. Pnevmatikakis EA, Giovannucci A (2017) NoRMCorre: An online algorithm for piecewise rigid motion correction of calcium imaging data. J Neurosci Methods 291:83–94. https://doi.org/10.1016/j.jneumeth.2017.07.031

    Article  Google Scholar 

  45. Dubbs A, Guevara J, Yuste R (2016) moco: fast motion correction for calcium imaging. Front Neuroinform 10:6. https://doi.org/10.3389/fninf.2016.00006

    Article  Google Scholar 

  46. Mukamel EA, Nimmerjahn A, Schnitzer MJ (2009) Automated analysis of cellular signals from large-scale calcium imaging data. Neuron 63(6):747–760. https://doi.org/10.1016/j.neuron.2009.08.009

    Article  Google Scholar 

  47. Pachitariu M, Packer A, Pettit N, Dagleish H, Hausser M, Sahani M. (2013). Extracting regions of interest from biological images with convolutional sparse block coding. In: Proceedings of the 26th international conference on neural information processing systems—vol 2 (pp. 1745–1753). Lake Tahoe, Nevada: Curran Associates Inc.

  48. Kaifosh P, Zaremba JD, Danielson NB, Losonczy A (2014) SIMA: Python software for analysis of dynamic fluorescence imaging data. Front Neuroinform 8:80. https://doi.org/10.3389/fninf.2014.00080

    Article  Google Scholar 

  49. Maruyama R, Maeda K, Moroda H, Kato I, Inoue M, Miyakawa H, Aonishi T (2014) Detecting cells using non-negative matrix factorization on calcium imaging data. Neural Netw 55:11–19. https://doi.org/10.1016/j.neunet.2014.03.007

    Article  Google Scholar 

  50. Pnevmatikakis EA, Soudry D, Gao Y, Machado TA, Merel J, Pfau D et al (2016) Simultaneous denoising, deconvolution, and demixing of calcium imaging data. Neuron 89(2):285–299. https://doi.org/10.1016/j.neuron.2015.11.037

    Article  Google Scholar 

  51. Reynolds S, Abrahamsson T, Schuck R, Sjostrom PJ, Schultz SR, Dragotti PL (2017) ABLE: an activity-based level set segmentation algorithm for two-photon calcium imaging data. eNeuro. https://doi.org/10.1523/ENEURO.0012-17.2017

    Article  Google Scholar 

  52. Soltanian-Zadeh S, Sahingur K, Blau S, Gong Y, Farsiu S (2019) Fast and robust active neuron segmentation in two-photon calcium imaging using spatiotemporal deep learning. Proc Natl Acad Sci U S A 116(17):8554–8563. https://doi.org/10.1073/pnas.1812995116

    Article  Google Scholar 

  53. Spaen Q, Asin-Acha R, Chettih SN, Minderer M, Harvey C, Hochbaum DS (2019) HNCcorr: a novel combinatorial approach for cell identification in calcium-imaging movies. Neuro. https://doi.org/10.1523/ENEURO.0304-18.2019

    Article  Google Scholar 

  54. Bao Y, Soltanian-Zadeh S, Farsiu S, Gong Y (2021) Segmentation of neurons from fluorescence calcium recordings beyond real-time. Nat Mach Intell 3(7):590–600. https://doi.org/10.1038/s42256-021-00342-x

    Article  Google Scholar 

  55. Keemink SW, Lowe SC, Pakan JMP, Dylda E, van Rossum MCW, Rochefort NL (2018) FISSA: a neuropil decontamination toolbox for calcium imaging signals. Sci Rep 8(1):3493. https://doi.org/10.1038/s41598-018-21640-2

    Article  Google Scholar 

  56. Bao Y, Redington E, Agarwal A, Gong Y (2021) Decontaminate traces from fluorescence calcium imaging videos using targeted non-negative matrix factorization. Front Neurosci 15:797421. https://doi.org/10.3389/fnins.2021.797421

    Article  Google Scholar 

  57. Deneux T, Kaszas A, Szalay G, Katona G, Lakner T, Grinvald A, Rozsa B, Vanzetta I (2016) Accurate spike estimation from noisy calcium signals for ultrafast three-dimensional imaging of large neuronal populations in vivo. Nat Commun 7:12190. https://doi.org/10.1038/ncomms12190

    Article  Google Scholar 

  58. Theis L, Berens P, Froudarakis E, Reimer J, Roman Roson M, Baden T, Euler T, Tolias AS, Bethge M (2016) Benchmarking spike rate inference in population calcium imaging. Neuron 90(3):471–482. https://doi.org/10.1016/j.neuron.2016.04.014

    Article  Google Scholar 

  59. Friedrich J, Zhou P, Paninski L (2017) Fast online deconvolution of calcium imaging data. PLoS Comput Biol 13(3):e1005423. https://doi.org/10.1371/journal.pcbi.1005423

    Article  Google Scholar 

  60. Vogelstein JT, Packer AM, Machado TA, Sippy T, Babadi B, Yuste R, Paninski L (2010) Fast nonnegative deconvolution for spike train inference from population calcium imaging. J Neurophysiol 104(6):3691–3704. https://doi.org/10.1152/jn.01073.2009

    Article  Google Scholar 

  61. Cantu DA, Wang B, Gongwer MW, He CX, Goel A, Suresh A et al (2020) EZcalcium: open-source toolbox for analysis of calcium imaging data. Front Neural Circuits 14:25. https://doi.org/10.3389/fncir.2020.00025

    Article  Google Scholar 

  62. Pachitariu M, Stringer C, Dipoppa M, Schröder S, Rossi LF, Dalgleish H, Carandini M, Harris KD (2017) Suite2p: beyond 10000 neurons with standard two-photon microscopy. bioRxiv. https://doi.org/10.1101/061507

    Article  Google Scholar 

  63. Rueckl M, Lenzi SC, Moreno-Velasquez L, Parthier D, Schmitz D, Ruediger S, Johenning FW (2017) SamuROI, a python-based software tool for visualization and analysis of dynamic time series imaging at multiple spatial scales. Front Neuroinform 11:44. https://doi.org/10.3389/fninf.2017.00044

    Article  Google Scholar 

  64. Giovannucci A, Friedrich J, Gunn P, Kalfon J, Brown BL, Koay SA et al (2019) CaImAn an open source tool for scalable calcium imaging data analysis. Elife. https://doi.org/10.7554/eLife.38173

    Article  Google Scholar 

  65. Romano SA, Perez-Schuster V, Jouary A, Boulanger-Weill J, Candeo A, Pietri T, Sumbre G (2017) An integrated calcium imaging processing toolbox for the analysis of neuronal population dynamics. PLoS Comput Biol 13(6):e1005526. https://doi.org/10.1371/journal.pcbi.1005526

    Article  Google Scholar 

  66. Sita L, Brondi M, de Leon L, Roig P, Curreli S, Panniello M, Vecchia D, Fellin T (2022) A deep-learning approach for online cell identification and trace extraction in functional two-photon calcium imaging. Nat Commun 13(1):1529. https://doi.org/10.1038/s41467-022-29180-0

    Article  Google Scholar 

  67. Brondi M, Moroni M, Panzeri S, Fellin T. (2021) Recordings of mice layer IV barrel cortex activity using two-photon functional microscopy and Smart Line Scanning. doi:https://doi.org/10.25493/74DX-JVC. https://search.kg.ebrains.eu/instances/Dataset/424f8f13-9d5f-41ac-a225-ba4c8517f19e

  68. Schindelin J, Arganda-Carreras I, Frise E, Kaynig V, Longair M, Pietzsch T et al (2012) Fiji: an open-source platform for biological-image analysis. Nat Methods 9(7):676–682. https://doi.org/10.1038/nmeth.2019

    Article  Google Scholar 

  69. Schneider CA, Rasband WS, Eliceiri KW (2012) NIH Image to ImageJ: 25 years of image analysis. Nat Methods 9(7):671–675. https://doi.org/10.1038/nmeth.2089

    Article  Google Scholar 

  70. Pologruto TA, Sabatini BL, Svoboda K (2003) ScanImage: flexible software for operating laser scanning microscopes. Biomed Eng Online 2:13. https://doi.org/10.1186/1475-925X-2-13

    Article  Google Scholar 

  71. Muir DR, Kampa BM (2014) FocusStack and StimServer: a new open source MATLAB toolchain for visual stimulation and analysis of two-photon calcium neuronal imaging data. Front Neuroinform 8:85. https://doi.org/10.3389/fninf.2014.00085

    Article  Google Scholar 

  72. Potvin J-Y (1996) Genetic algorithms for the traveling salesman problem. Ann Oper Res 63(3):337–370. https://doi.org/10.1007/BF02125403

    Article  MATH  Google Scholar 

  73. Lee S, Meyer JF, Park J, Smirnakis SM (2017) Visually driven neuropil activity and information encoding in mouse primary visual cortex. Front Neural Circuits 11:50. https://doi.org/10.3389/fncir.2017.00050

    Article  Google Scholar 

  74. Dana H, Sun Y, Mohar B, Hulse BK, Kerlin AM, Hasseman JP et al (2019) High-performance calcium sensors for imaging activity in neuronal populations and microcompartments. Nat Methods 16(7):649–657. https://doi.org/10.1038/s41592-019-0435-6

    Article  Google Scholar 

  75. Mahmud M, Kaiser MS, Hussain A, Vassanelli S (2018) Applications of deep learning and reinforcement learning to biological data. IEEE Trans Neural Netw Learn Syst 29(6):2063–2079. https://doi.org/10.1109/TNNLS.2018.2790388

    Article  MathSciNet  Google Scholar 

Download references

Acknowledgements

We thank Manuel Molano-Mazon for his contribution to the first code version and to our previous publication of line scans, Jacopo Bonato for comments on this paper, and Andrea Sattin for feedback on software use.

Funding

Open Access funding enabled and organized by Projekt DEAL. This work was supported by the European Research Council (ERC, NEURO-PATTERNS), NIH Brain Initiative (U19 NS107464, R01 NS109961, R01 NS108410) and the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

Author information

Authors and Affiliations

Authors

Contributions

SP and TF conceived and supervised the project. MB collected the data sets, MM designed and wrote the software and performed the analysis. MM, SP and TF wrote the paper. All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Monica Moroni or Stefano Panzeri.

Ethics declarations

Ethics approval and consent to participate

This article uses previously published mouse data [38, 67], which are shared in the following repository [67]. All those experiments were carried out according to the guidelines of the European Communities Council Directive and approved by the Istituto Italiano di Tecnologia (IIT) Animal Health Regulatory Committee and by the National Council on Animal Care of the Italian Ministry of Health (authorization #34/2015-PR). Data analysed in the present work come from a total of 26 animals (both sexes). Full details on procedures and ethical approvals are reported in [38].

Consent for publication

Not Applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1: Figure S1

. SmaRT2P graphical user interface. a. Schematic of the main GUI window of SmaRT2P. In this window users can visualize the raster movie, the segmented ROIs, and the extracted activity. b. Schematic of the GUI window for the segmentation of raster data. Users can visualize simultaneously multiple projections of the acquisition (left) and scroll through single frames (right). Users can segment ROIs using a bounding box (red inset, left) or manually drawing the contour (red inset, right) both on the large projection window and on the sliding frames. The smart selection of the pixels includes in the segmentation only those pixels that maximize the extracted SNR (bottom right), but users can adjust the pixels selection manually. c. Example SLS trajectory (yellow line) with a small surround and a reference box attached at the end of the trajectory. Coloured areas show the ROIs used to build the trajectory. Figure S2. Linear mixed model. a. Prediction of the fraction of SLS acquisitions to discard as a function of the number of pixels in the ROI’s surround region (gray area represents 95% confidence intervals). The model shows that scanning larger surrounds reduces the number of SLS lines to discard adding robustness to SLS acquisitions. b. QQ plot of the residuals of the data after fitting the linear mixed model to model the fraction of discarded SLS acquisitions. Since normality is a necessary condition to apply linear mixed models, we re-fitted the model after removing one outlier and observed that results were similar to the ones obtained using the full data set (beta1 = −0.11, p value=0.048). Table S1. Mean ± SEM (and p values for Wilcoxon signed rank test) for SNR and pairwise correlations of different processing pipeline reported in Fig. 6.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Moroni, M., Brondi, M., Fellin, T. et al. SmaRT2P: a software for generating and processing smart line recording trajectories for population two-photon calcium imaging. Brain Inf. 9, 18 (2022). https://doi.org/10.1186/s40708-022-00166-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40708-022-00166-4

Keywords