Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for null for tiltseries quality #217

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."tiltseries" alter column "tilt_series_quality" set not null;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."tiltseries" alter column "tilt_series_quality" drop not null;
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10015.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tiltseries:
tilt_range:
max: 45.0
min: -45.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: min to max tilt; non-constant tilt steps
total_flux: 45.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10018.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: min to max tilt
total_flux: 50.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10019.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: min to max tilt
total_flux: 50.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10020.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: min to max tilt
total_flux: 50.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10021.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tiltseries:
tilt_range:
max: 66.0
min: -66.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: min to max tilt
total_flux: 120.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10022.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: 150.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10024.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tiltseries:
tilt_range:
max: float {ts-tilt_range-max}
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: float {ts-tilt_step}
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10025.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tiltseries:
tilt_range:
max: 0.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: 86.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10026.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tiltseries:
tilt_range:
max: 60.0
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: 79.4
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10027.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: 54.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10028.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tiltseries:
tilt_range:
max: 60.0
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10029.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tiltseries:
tilt_range:
max: float {ts-tilt_range-max}
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10030.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tiltseries:
tilt_range:
max: float {ts-tilt_range-max}
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10031.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: 55.6
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10032.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tiltseries:
tilt_range:
max: 60.0
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10033.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tiltseries:
tilt_range:
max: float {ts-tilt_range-max}
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10034.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tiltseries:
tilt_range:
max: 50.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: 151.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10035.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tiltseries:
tilt_range:
max: float {ts-tilt_range-max}
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10036.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tiltseries:
tilt_range:
max: 50.0
min: -50.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: 179.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10037.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tiltseries:
tilt_range:
max: 50.0
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: min to max tilt
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10039.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: 110.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10046.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tiltseries:
tilt_range:
max: 50.0
min: -50.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: min to max tilt
total_flux: 130.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10052.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: min to max tilt
total_flux: 120.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10053.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 140.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10054.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: float {ts-tilt_step}
tilting_scheme: starting tilt to max then min
total_flux: 130.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10055.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 130.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10057.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: 130.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10058.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10059.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10060.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tiltseries:
tilt_range:
max: 51.0
min: -51.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10064.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10065.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10066.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10067.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10068.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10070.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: float {ts-tilt_step}
tilting_scheme: starting tilt to max then min
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10071.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.5
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10072.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10073.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -50.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 1.0
tilting_scheme: starting tilt to max then min
total_flux: 90.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10076.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10081.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10084.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tiltseries:
tilt_range:
max: 60.0
min: -60.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 2.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10086.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tiltseries:
tilt_range:
max: float {ts-tilt_range-max}
min: float {ts-tilt_range-min}
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: float {ts-tilt_step}
tilting_scheme: starting tilt to max then min
total_flux: float {ts-total_flux}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_tools/dataset_configs/gjensen/10087.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tiltseries:
tilt_range:
max: 51.0
min: -51.0
tilt_series_quality: 4
tilt_series_quality: null
tilt_step: 3.0
tilting_scheme: starting tilt to max then min
total_flux: 100.0
Expand Down
Loading
Loading