summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/analysis.h
blob: 0c0d269edbb9d5879b8b69aef52a8eb6fe080f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 1999-2016
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"

#ifndef __fitsanalysis_h__
#define __fitsanalysis_h__

#include "file.h"

class FitsAnalysis : public FitsFile {
public:
  FitsAnalysis(FitsFile*);
  ~FitsAnalysis();
};

#endif