Adding new scripts

This commit is contained in:
2025-04-27 22:54:29 +02:00
parent 9f06269aa4
commit 53472d807c
5 changed files with 70 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
core.log("Script to modify FITS header in FITS and XISF files");
function checkFITS(key)
{
const noEditableKey = ["SIMPLE", "BITPIX", "NAXIS", "NAXIS1", "NAXIS2", "NAXIS3", "EXTEND", "BZERO", "BSCALE"];