Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imagefitter |
maxpix | in | Number of pixels |
If you ask to fit a large number of pixels (perhaps you forgot to set a region), the fit may go for a semi-infinite time. To protect against this, there is a built in maximum number of pixels allowed. If you ask to fit more pixels than this, you are queried whether you wish to proceed through a choice GUI.
This function lets you set the maximum pixels value.
- myfitter := imagefitter(infile='ngc1313.cube', maxpixels=512*512) - myfitter.setmaxpixels(maxpixles=128*128) # My computer is slower than I thought