Skip to content

Commit

Permalink
Merge pull request #377 from bls337/LightSheetManager
Browse files Browse the repository at this point in the history
LightSheetManager: add "PreviewCamera" property to SCAPE geometry
  • Loading branch information
marktsuchida authored Sep 12, 2023
2 parents 748b59d + 210d719 commit 520cdb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeviceAdapters/LightSheetManager/MicroscopeGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ void MicroscopeGeometry::CreateDeviceMap()
{"IllumSlice", MM::GalvoDevice},
{"IllumBeam", MM::GalvoDevice},
{"ImagingFocus", MM::StageDevice},
{"ImagingCamera", MM::CameraDevice}
{"ImagingCamera", MM::CameraDevice},
{"PreviewCamera", MM::CameraDevice}
}
}
};
Expand Down

0 comments on commit 520cdb4

Please sign in to comment.