Video plate capture: calibration, edge enhance, auto-detect well borders

This commit is contained in:
2026-06-03 17:56:23 +02:00
parent 4b42c03756
commit 9bb8fc1bce
58 changed files with 1699 additions and 274 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def export_experiment_metrics_task(experiment_id):
return
jobs = []
configs = (ExperimentConfig.objects.filter(experiment_key_id=experiment.id).order_by("well"))
configs = (ExperimentConfig.objects.filter(experiment_key_id=experiment.pk).order_by("well"))
for conf in configs:
well = conf.well
count = conf.planarian_count