! * \brief Sets exportTo to \a exportTo * * This is used to decide whether the container should be exported to a FITS image or a FITS table * For an image \a exportTo should be 0, for a table 1 * \param exportTo */
| 231 | * \param exportTo |
| 232 | */ |
| 233 | void FITSFilter::setExportTo(const int exportTo) { |
| 234 | d->exportTo = exportTo; |
| 235 | } |
| 236 | |
| 237 | QString FITSFilter::fileInfoString(const QString& fileName) { |
| 238 | const int imagesCount = FITSFilterPrivate::extensionNames(fileName).values(QLatin1String("IMAGES")).size(); |