Skip to content

Commit 45c9251

Browse files
committed
Add new particle classification columns
1 parent 2086eba commit 45c9251

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_03_20_ParticleClassification_angularEfficiency_suggestedTilt.sql', 'ONGOING');
2+
3+
ALTER TABLE ParticleClassification ADD angularEfficiency float COMMENT 'Variation in resolution across different angles, 1-2sig/mean', ALGORITHM=INSTANT;
4+
ALTER TABLE ParticleClassification ADD suggestedTilt float COMMENT 'Suggested stage tilt angle to improve angular efficiency. Unit: degrees', ALGORITHM=INSTANT;
5+
6+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_03_20_ParticleClassification_angularEfficiency_suggestedTilt.sql';

0 commit comments

Comments
 (0)