Fix bug when saving color FITS/XISF files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user