Actions
Feature #329
closedAdd maxthresh cutoff to DoG picker within TiltPicker
Start date:
04/07/2010
Due date:
% Done:
100%
Estimated time:
Description
Add maxthresh cutoff to DoG picker within TiltPicker
Actions
Added by Neil Voss over 14 years ago. Updated over 14 years ago.
100%
Description
Add maxthresh cutoff to DoG picker within TiltPicker
Fixed in r13434.
Note I had to completely redesign dialog box to have standard and advanced options, because there are now too many options.
Hey Neil, what's going on with specifying unicode? Just for good practice or is there another reason?
# -*- coding: utf-8 -*-
In general, python assumes the file is encoded as ASCII, but for this file I needed to included the π character in the program, so I had to specify unicode. There may be another way to do this, but I knew how to do it this way.