generated from BCDA-APS/BITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(template): merge template changes 🆙
Signed-off-by: prjemian <[email protected]>
- Loading branch information
prjemian
committed
Mar 7, 2025
1 parent
e9fe59f
commit 33794f2
Showing
19 changed files
with
493 additions
and
78 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,16 @@ | ||
# Description | ||
|
||
Please include a summary of the change and (optionally) which issue is fixed. Please also include | ||
relevant motivation and context. | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Choose which options apply, and delete the ones which do not apply. | ||
|
||
- Bug fix (non-breaking change that fixes an issue) | ||
- New feature (non-breaking change that adds functionality) | ||
- Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- Documentation update | ||
- Code maintenance/cleanup |
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
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,48 @@ | ||
Copyright (c) 2023-2025, UChicago Argonne, LLC | ||
|
||
All Rights Reserved | ||
|
||
BITS | ||
|
||
BCDA, Advanced Photon Source, Argonne National Laboratory | ||
|
||
|
||
OPEN SOURCE LICENSE | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. Software changes, | ||
modifications, or derivative works, should be noted with comments and | ||
the author and organization's name. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the names of UChicago Argonne, LLC or the Department of Energy | ||
nor the names of its contributors may be used to endorse or promote | ||
products derived from this software without specific prior written | ||
permission. | ||
|
||
4. The software and the end-user documentation included with the | ||
redistribution, if any, must include the following acknowledgment: | ||
|
||
"This product includes software produced by UChicago Argonne, LLC | ||
under Contract No. DE-AC02-06CH11357 with the Department of Energy." | ||
|
||
**************************************************************************** | ||
|
||
DISCLAIMER | ||
|
||
THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. | ||
|
||
Neither the United States GOVERNMENT, nor the United States Department | ||
of Energy, NOR uchicago argonne, LLC, nor any of their employees, makes | ||
any warranty, express or implied, or assumes any legal liability or | ||
responsibility for the accuracy, completeness, or usefulness of any | ||
information, data, apparatus, product, or process disclosed, or | ||
represents that its use would not infringe privately owned rights. | ||
|
||
**************************************************************************** |
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
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
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,4 +1 @@ | ||
"""Ophyd-style devices.""" | ||
|
||
from ophyd.sim import motor as sim_motor # noqa: F401 | ||
from ophyd.sim import noisy_det as sim_det # noqa: F401 |
Oops, something went wrong.