Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SVLT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALMF
SVLT
Graph
3a88a03328a4400aecbd50920430b9b1ab9cdf4c
Select Git revision
Branches
6
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev_patch_viz
master
default
protected
migrate_model_server
staging
protected
Tags
4
2024.10.01
2024.06.03
2024.04.19
2024.03.01
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Feb
6
5
3
2
26
Jan
25
9
8
22
Dec
21
20
19
13
Nov
10
7
6
3
2
31
Oct
30
27
26
25
22
20
19
18
17
16
14
13
12
11
10
9
8
5
29
Sep
28
27
26
25
13
12
7
6
5
4
1
31
Aug
30
29
28
24
23
22
RoiSet now iterable, i.e. traverse Rois over Pandas API
Simplified tests, corrected errors
Progress on running workflow, still throwing errors but suspect these just require method signature updates
Progress on testing classify_by method; need to pass preference of channel to patch generator without disrupting existing options to export RGB / multichannel stacks
Split into two test classes to simplify things a bit
Repaired all multichannel export cases
More test coverage of number of channels in multichannel export
More test coverage of number of channels in multichannel export
Don't try to write PNG if > 3 channels
Progress on assembling RGB exports
Simplified patch export method
get_patches now returns an extended DataFrame with a patch column, so that exporters have access to patch metadata with no risk of mixing up indexing
Removed example, workflow, and product-generating method that exported
Product methods call RoiSet directly; this is causing problems with multichannel ones where raw data is essentially re-issues to RGB channels
simplifying export calls
slice and mask array objects now in RoiSet's dataframe
Starting to phase out use of zmask_meta
More test coverage of relative bounding boxes
Removed external build_zmask_meta function
Moved expanded and relative bounding box calcs in to DF creation
Filters process only during initial construction of DataFrame
Moved dataframe logic outside of constructor; losing alignment of patch stacks df
Generate DF within constructor
Generate DF within constructor
Moved zmask generation into RoiSet method
Pass RoiSet object to products, much easier
Stable tests
Brought some patch generation / export functionality into RoiSet
All tests now interface with RoiSet object instead directly
Test that calls RoiSet directly
Standardized RoiSet constructor works on object id maps
z-stack tests pass
Some test coverage, those that are failing are because of issues propagating nested parameters to pydantic models
Repaired import statement
Removed trivial diffs from chaeo_extension
Adapted folder structure from master
Adapted folder structure from master
Tests pass
This seems to be an orphaned fragment of something else
Change to folder structure on master
Loading