This directory contains a derived circuit-figure dataset built from the source archives in SchemSourceAvailable.
Source structure:
DCsrc.tar.gz,ACsrc.tar.gz,SEMIsrc.tar.gz,DIGIsrc.tar.gz,REFsrc.tar.gz, andEXPsrc.tar.gzare SubML chapter trees plus standalone EPS figure sources.- In those six volumes,
.smlfiles reference figures, but the actual circuit-generation code is the EPS itself. The bundledliechtml.tar.gzprovides archived PNG renders used here for exact pixel verification. sinst.tar.gzcontains both a worksheet system and a separatebook/textbook source tree. The relevant textbook source isbook/liii_2v16.latex, which references external EPS figures with\includegraphics{...}.
Important version note:
- LessonsInIndustrialInstrumentation.pdf reports version
2.33created on October 9, 2024. - The bundled textbook source in
sinst/bookonly goes up toliii_2v16.latexreleased January 1, 2016. - Verification for the industrial-instrumentation rows therefore uses the external version-matched
liii_2v16.pdffrom ibiblio rather than the bundled2.33PDF.
Outputs:
- sheets contains high-resolution PNG visualization sheets with multiple rendered circuits per page.
- sheets/sheet_manifest.csv lists the generated sheet pages and the figures included in each one.
- sheets/all_visualization_sheets.pdf is the full combined PDF of all sheet pages.
- circuit_generation_code contains the extracted EPS code used to generate circuit diagrams.
- rendered contains regenerated PNGs and no-text PNGs.
- metadata contains structure and verification manifests.
- circuits.parquet is the parquet export.
- hf_dataset is the saved Hugging Face
datasetsexport with image columns.
Build command:
python3 /workspace/SchemID/derived/Source/scripts/build_circuit_dataset.py --repo-root /workspace/SchemID
Sheet build command:
python3 /workspace/SchemID/derived/Source/scripts/generate_visual_sheets.py
Combined PDF command:
python3 /workspace/SchemID/derived/Source/scripts/build_sheet_pdf.py
Upload command:
python3 /workspace/SchemID/derived/Source/scripts/build_circuit_dataset.py --repo-root /workspace/SchemID --upload