Fix bug when saving color FITS/XISF files

This commit is contained in:
2024-03-24 23:55:50 +01:00
parent f35db9d1af
commit 4fe56acbd9
6 changed files with 70 additions and 11 deletions
+1
View File
@@ -48,6 +48,7 @@ FITSRecord::FITSRecord(const LibXISF::Property &property)
key = property.id.c_str();
value = QString::fromStdString(property.value.toString());
comment = property.comment.c_str();
xisf = true;
}
QByteArray FITSRecord::valueToByteArray() const