Source code for smlmlp.modules.analysis_LP._functions.calibration.calibration_zstacks
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Author : Lancelot PINCET
# GitHub : https://github.com/LancelotPincet
from smlmlp import analysis
[docs]
@analysis(df_name="points")
def calibration_zstacks(col, /, fr, *, zstack_speed=10., cuda=False, parallel=False) :
"""
Placeholder for calibration zstack.
Raises
------
SyntaxError
Always raised because this analysis is not implemented yet.
"""
raise SyntaxError("Not implemented yet.")