-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: 2024.2.2b1 | ||
_src_path: gh:epics-containers/ioc-template | ||
description: The Generic ioc for GigE cameras using the Aravis Library | ||
git_platform: github.com | ||
github_org: epics-containers | ||
name: ioc-adaravis | ||
repo_uri: [email protected]:epics-containers/ioc-adaravis.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
An epics-containers generic IOC source file for ADAravis. | ||
# Generic IOC Template Repository ioc-adaravis | ||
|
||
Generates a Generic IOC for running in a container and | ||
creating IOC instances to control Aravis cameras. | ||
## Description | ||
The Generic ioc for GigE cameras using the Aravis Library | ||
|
||
See the https://epics-containers.github.io | ||
## Template Info | ||
This repository was generated by | ||
[ioc-template](https://github.com/epics-containers/ioc-template) | ||
|
||
To update to the latest version of the template: | ||
|
||
```bash | ||
# activate a python virtual environment | ||
|
||
pip install copier | ||
cd ioc-adaravis | ||
copier update -a --trust . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ibek==1.6.3 | ||
# to install direct from github during development in a branch | ||
# git+https://github.com/epics-containers/ibek.git@fix-extract-assets | ||
# git+https://github.com/epics-containers/ibek.git@fix-extract-assets |