chanzuckerberg / cryoet-data-portal-backend

CryoET Data Portal API server & ingestion scripts
MIT License
1 stars 2 forks source link

Refactor Weighted back projection -> WBP, remove "None" instances #145

Closed daniel-ji closed 1 month ago

daniel-ji commented 1 month ago

Refactored "weighted back projection" instances to WBP, as per template.yaml spec

Also removed some 'None' instances from tiltseries.phase_plate and tiltseries.image_corrector in the test SQL (the values could be NULL, so replaced them with NULL)

And per a previous conversation with Utz, we don't want "None" values, so they are now "UNKNOWN" values, as per template.yaml tomograms.reconstruction_method spec (and just did the same for tomograms.reconstruction_software, although they can be any string for reconstruction software).