Added dark frame subtraction
Moved debayer and preprocessing parameters to class ProcParams for every single image. Added tab RAW for changing those parameters. Progress bar shows only load step (work to do)
This commit is contained in:
20
clean.sh
Executable file
20
clean.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
rm CMakeCache.txt
|
||||
rm install_manifest.txt
|
||||
rm -R ./CMakeFiles
|
||||
rm -R ./rtengine/CMakeFiles
|
||||
rm -R ./rtexif/CMakeFiles
|
||||
rm -R ./rtgui/CMakeFiles
|
||||
rm -R ./rtdata/CMakeFiles
|
||||
rm ./cmake*
|
||||
rm ./rtengine/cmake*
|
||||
rm ./rtexif/cmake*
|
||||
rm ./rtgui/cmake*
|
||||
rm ./rtdata/cmake*
|
||||
rm ./Makefile
|
||||
rm ./rtengine/Makefile
|
||||
rm ./rtexif/Makefile
|
||||
rm ./rtgui/Makefile
|
||||
rm ./rtengine/librtengine.so
|
||||
rm ./rtgui/rt
|
||||
rm ./rtexif/librtexif.a
|
Reference in New Issue
Block a user