Subject lists
Load normal and glaucoma subject lists for macular and optic-disc scans.
Project · Medical imaging
A placeholder project page for preparing OCT-derived RNFL and GCIPL maps for glaucoma-focused representation learning.
Summary
OCT-derived retinal maps are not immediately model-ready. They require consistent file discovery, class membership handling, visit pairing, anatomical alignment, normalisation, masking, and quality checks.
This project page is a placeholder for documenting the practical workflow that transforms raw or semi-processed OCT-derived maps into clean input tensors for MixtureBetaVAE-style modelling.
Later, this page can include real examples of RNFL and GCIPL maps, pairing statistics, cohort summaries, preprocessing scripts, and reconstruction examples.
Workflow modules
Load normal and glaucoma subject lists for macular and optic-disc scans.
Recover patient ID, scan type, date, eye, serial number, and map type from filenames.
Pair ONH RNFL and macular GCIPL maps using exact or fallback visit-date matching.
Flip right-eye maps horizontally so anatomy is consistently aligned across eyes.
Scale thickness values into a stable model range while preserving clinical meaning.
Use masks or region weights to handle optic-disc areas and clinically important structures.
Conceptual workflow
Placeholder outputs
Placeholder for optic-disc RNFL thickness map examples.
Placeholder for macular GCIPL thickness map examples.
Placeholder for CSV summaries, class balance, and paired visit counts.
Technical reflection
Paired multi-modal data can introduce severe imbalance, especially when exact visit-date matching is required.
Anatomical orientation decisions affect whether the model learns meaningful structure or avoidable left-right variation.
Reconstruction objectives can be improved by weighting clinically important regions rather than treating all pixels equally.