diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-03-15 18:25:22 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-03-15 18:25:22 (GMT) |
commit | fca9d92d00a9df9b4bb0facfe13e2e8a79ed0073 (patch) | |
tree | a16f33db83a002589bc3ebe0007dc0ada52e838f /tksao/frame/fvcontour.h | |
parent | 91141936ae3274368bf2d2440ab86fbec7628560 (diff) | |
download | blt-fca9d92d00a9df9b4bb0facfe13e2e8a79ed0073.zip blt-fca9d92d00a9df9b4bb0facfe13e2e8a79ed0073.tar.gz blt-fca9d92d00a9df9b4bb0facfe13e2e8a79ed0073.tar.bz2 |
thread contour
Diffstat (limited to 'tksao/frame/fvcontour.h')
-rw-r--r-- | tksao/frame/fvcontour.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tksao/frame/fvcontour.h b/tksao/frame/fvcontour.h index c8068b2..79f4384 100644 --- a/tksao/frame/fvcontour.h +++ b/tksao/frame/fvcontour.h @@ -38,8 +38,6 @@ class FVContour { void unity(FitsImage*); void bin(FitsImage*); void nobin(FitsImage*); - void convolve(FitsImage*, double*, double*, int); - double* gaussian(int); void build(long xdim, long ydim, double *image, Matrix&); void trace(long xdim, long ydim, double cntr, long xCell, long yCell, int side, |