Add scripts

This commit is contained in:
2024-06-16 16:31:53 +02:00
parent af4be850cb
commit f8c9fec77e
6 changed files with 74 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
core.log("This script convert any FITS file into XISF with ZSTD compression");
if(files.length == 0)
{
core.files("No files");
core.log("No input files");
throw "";
}