A software library for reproducible analysis of optoretinograms.
Project description
𝑓(Cell) - Function of the Cell
| Package |
Introduction:
This repository is where the OCVL does most of its optoretinography (abbreviated to ORG) software development. This software will always be open source, and available to any researcher using it for non-profit work. For the moment, the software is designed around intensity-based optoretinography, or iORG processing. That means that it is capable of processing/analyzing data from any en-face device that produces videos (not volumes), such as scanning laser ophthalmoscopes or line-scan ophthalmoscopes, and their adaptive optics variants (e.g. AO-SLO/AO-LSO/AO-FiO). However, we will be expanding this software to analyze OCT data in the near future, pending grant support to do so.
Using the software:
Working with optoretinograms often requires supra-normal processing of AOSLO/AOLSO/AOOCT datasets, so we have broken optoretinogram generation into a "pipeline" stage and an "analysis" stage.
For quick start information, please see our wiki.
How these stages work are governed by json-based configuration files that allow you to run the code on your data's particular filename, video, and metadata format. It also allows you to specify the parameters used during the processing and analysis steps, for your specific scientific problem. We have developed an easy-to-use configuration file generator to make this process as simple as possible, and it is included in all of our software releases.
How it works:
𝑓(Cell) operates in the following stages, which are detailed in our wiki.
The basic steps in the pre-analysis pipeline and analysis stages are as follows:
flowchart LR
subgraph preanalysis["Pre-Analysis Pipeline"]
direction TB
AA(Load Dataset) --> BB([Parse Tags/Metadata])
BB([Parse Tags/Metadata]) --> HH([Intra-Video Torsion Removal])
HH([Intra-Video Torsion Removal]) --> II(Data Output and Sorting)
end
preanalysis --> analysis
subgraph analysis["Analysis"]
direction TB
A(Load Dataset) --> B([Parse Tags/Metadata])
B([Parse Tags/Metadata]) --> D([Segment Query Points / Extract ORGs])
D([Segment Query Points / Extract ORG]) --> E([Standardize ORGs])
E([Standardize ORGs]) --> F([Summarize ORGs])
end
click BB "https://github.com/OCVL/F-Cell/wiki/Advanced:-Tag-Parsing" "Tag Parsing"
click CC "https://github.com/OCVL/F-Cell/wiki/Advanced:-Pre%E2%80%90Analysis-Pipeline#general-parameters" "Custom Steps"
click DD "https://github.com/OCVL/F-Cell/wiki/Advanced:-Pre%E2%80%90Analysis-Pipeline#trimming" "Trim Video"
click EE "https://github.com/OCVL/F-Cell/wiki/Advanced:-Pre%E2%80%90Analysis-Pipeline#flat-fielding" "Flat Field"
click FF "https://github.com/OCVL/F-Cell/wiki/Advanced:-Pre%E2%80%90Analysis-Pipeline#blurring" "Blurring"
click GG "https://github.com/OCVL/F-Cell/wiki/Advanced:-Pre%E2%80%90Analysis-Pipeline#roi-masking" "Crop Video"
click HH "https://github.com/OCVL/F-Cell/wiki/Advanced:-Pre%E2%80%90Analysis-Pipeline#torsion-correction" "Intra-Video Torsion Removal"
click B "https://github.com/OCVL/F-Cell/wiki/Advanced:-Tag-Parsing" "Tag Parsing"
click C "https://github.com/OCVL/F-Cell/wiki/Advanced:-Analysis-Parameters#data-normalization" "Normalize Data"
click D "https://github.com/OCVL/F-Cell/wiki/Advanced:-Analysis-Parameters#query-point-segmentation" "Query Point Segmentation"
click E "https://github.com/OCVL/F-Cell/wiki/Advanced:-Analysis-Parameters#signal-standardization" "Standardization"
click F "https://github.com/OCVL/F-Cell/wiki/Advanced:-Analysis-Parameters#org-summary" "Summarization"
click G "https://github.com/OCVL/F-Cell/wiki/Advanced:-Analysis-Metrics" "Metrics"
click H "https://github.com/OCVL/F-Cell/wiki/Advanced:-Analysis-Display-Parameters" "Display Results"
Configuration files:
The configuration file uses a json file format. At the moment, its creation is manual, though we will be developing a GUI tool for easy creation/updating of parameters in the coming months. Note: Examples can be found in the config_files directory.
The wiki containing instructions on how to use the pipeline as well as how to write a configuration file is currently under construction, but keep an eye for more instructions in March.
Attribution:
If you use this software for your work, please cite us! The current citation is:
Cooper RF, Gaffney M, Brennan BD, Rios N. “ƒ(Cell): Software for reproducible analysis of optoretinograms.” 2026 Translational Vision Science & Technolology. 15(3), 23
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file f_cell-0.4.10.1.tar.gz.
File metadata
- Download URL: f_cell-0.4.10.1.tar.gz
- Upload date:
- Size: 894.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96a37bd654d51aedb566669dc6f708e587aceb87038f3f3157ab76a7f9217e01
|
|
| MD5 |
17b70834a7269f77aad16307d0c0cf34
|
|
| BLAKE2b-256 |
0634ccaee5cb4910d32c9a513c6c957d89322a91efe8220aa2d6381a1c294c23
|
File details
Details for the file f_cell-0.4.10.1-py3-none-any.whl.
File metadata
- Download URL: f_cell-0.4.10.1-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb5b853853befe0f25681de87c84a935fb2ca9f5ebca17f809c5e409a7645b1
|
|
| MD5 |
410351fce6ea2a9fb37f05eb69f345c3
|
|
| BLAKE2b-256 |
59702cad8bf7a6a6279085ab3b79edd5b511226077f43eaefdc977bb9a43a1ed
|