summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fvcontour.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/fvcontour.h')
-rw-r--r--tksao/frame/fvcontour.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/tksao/frame/fvcontour.h b/tksao/frame/fvcontour.h
index 7f37066..47710d7 100644
--- a/tksao/frame/fvcontour.h
+++ b/tksao/frame/fvcontour.h
@@ -50,15 +50,9 @@ class FVContour {
InverseScale* scale_;
void buildScale(FitsImage* fits);
- void unity(FitsImage*);
- void bin(FitsImage*);
- void nobin(FitsImage*, pthread_t* thread, void* targ);
- /*
- void build(long xdim, long ydim, double *image, Matrix&);
- void trace(long xdim, long ydim, double cntr,
- long xCell, long yCell, int side,
- double** rows, char* useGrid, Matrix&, ContourLevel*);
- */
+ void unity(FitsImage*, pthread_t* thread, void* targ);
+ void smooth(FitsImage*, pthread_t* thread, void* targ);
+ void block(FitsImage*, pthread_t* thread, void* targ);
public:
FVContour();