summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-15 19:13:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-15 19:13:04 (GMT)
commit9d8e9f68356e5c054e2c54513fe05eb56d809329 (patch)
treea2f1ad945d7726221864f6fdae437eef3ebcf167 /tksao
parent24da08e8ba79c3139d3d231e1bee9233e6c88f31 (diff)
downloadblt-9d8e9f68356e5c054e2c54513fe05eb56d809329.zip
blt-9d8e9f68356e5c054e2c54513fe05eb56d809329.tar.gz
blt-9d8e9f68356e5c054e2c54513fe05eb56d809329.tar.bz2
thread contour
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/fitsanalysis.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fitsanalysis.C b/tksao/frame/fitsanalysis.C
index 2a09f79..283b185 100644
--- a/tksao/frame/fitsanalysis.C
+++ b/tksao/frame/fitsanalysis.C
@@ -62,9 +62,9 @@ void* convolveThread(void* vv)
void FitsImage::smooth(pthread_t* thread, t_smooth_arg* targ)
{
+ FitsBound* params = getDataParams(context_->secMode());
int width = analysis_->head()->naxis(0);
int height = analysis_->head()->naxis(1);
- FitsBound* params = getDataParams(context_->secMode());
// src
double* src = new double[width*height];