mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
included scripts for diff and status
This commit is contained in:
parent
1611dde9d4
commit
2cd2dbadc0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ slsDetectorGui/
|
||||
slsDetectorSoftware/
|
||||
slsReceiverSoftware/
|
||||
slsDetectorCalibration/
|
||||
slsImageReconstruction/
|
||||
|
@ -7,7 +7,7 @@ CXX = $(CC)
|
||||
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
||||
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
|
||||
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
|
||||
FLAGS= -Wall #-DEIGER_DEBUG #-DFIFO_DEBUG
|
||||
FLAGS= -Wall #-DEIGER_DEBUG -DEIGER_DEBUG2 #-DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG
|
||||
# -DVERBOSE
|
||||
|
||||
# Setting up the verbose flags
|
||||
|
11
diffall.sh
Normal file
11
diffall.sh
Normal file
@ -0,0 +1,11 @@
|
||||
git diff;
|
||||
cd slsDetectorSoftware;
|
||||
git diff;
|
||||
cd ../slsReceiverSoftware;
|
||||
git diff;
|
||||
cd ../slsDetectorGui;
|
||||
git diff;
|
||||
cd ../slsDetectorCalibration;
|
||||
git diff;
|
||||
cd ../slsImageReconstruction;
|
||||
git diff;
|
BIN
settingsdir/eiger/standard/noise.snbeb031
Normal file
BIN
settingsdir/eiger/standard/noise.snbeb031
Normal file
Binary file not shown.
BIN
settingsdir/eiger/standard/noise.snbeb032
Normal file
BIN
settingsdir/eiger/standard/noise.snbeb032
Normal file
Binary file not shown.
11
statusall.sh
Normal file
11
statusall.sh
Normal file
@ -0,0 +1,11 @@
|
||||
git status;
|
||||
cd slsDetectorSoftware;
|
||||
git status;
|
||||
cd ../slsReceiverSoftware;
|
||||
git status;
|
||||
cd ../slsDetectorGui;
|
||||
git status;
|
||||
cd ../slsDetectorCalibration;
|
||||
git status;
|
||||
cd ../slsImageReconstruction;
|
||||
git status;
|
Loading…
x
Reference in New Issue
Block a user