II.
LibraryProcess JSON
Structured · livelib-process:biomedical-engineering--medical-image-processing
medical-image-processing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:biomedical-engineering--medical-image-processing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "medical-image-processing",
"description": "Medical Image Processing Algorithm Development - Develop and validate medical image processing\nalgorithms for segmentation, registration, reconstruction, and analysis.",
"libraryPath": "library/specializations/domains/science/biomedical-engineering/medical-image-processing.js",
"specialization": "biomedical-engineering",
"references": [
"- ITK Software Guide: https://itk.org/\n- FDA Guidance on Clinical Decision Support Software\n- ACR-AAPM Technical Standards for Medical Imaging"
],
"example": "const result = await orchestrate('specializations/domains/science/biomedical-engineering/medical-image-processing', {\n algorithmName: 'Lung Nodule Segmentation',\n imageModality: 'CT',\n clinicalApplication: 'Lung cancer screening',\n performanceRequirements: { diceCoefficient: '>0.85', sensitivity: '>90%' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "domain:biomedical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "role:biomedical-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--medical-image-processing",
"to": "specialization:biomedical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}