Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: imagefitter.summary - Function Up: imagefitter - Tool Previous: imagefitter.regions - Function


imagefitter.setmaxpixels - Function



Package general
Module images
Tool imagefitter


Set maximum number of pixels to fit without query


Synopsis
setmaxpixels(maxpix)


Arguments

maxpix in Number of pixels


Returns
T



Description

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.



Example
- myfitter := imagefitter(infile='ngc1313.cube', maxpixels=512*512)
- myfitter.setmaxpixels(maxpixles=128*128)                           # My computer is slower than I thought





next up previous contents index
Next: imagefitter.summary - Function Up: imagefitter - Tool Previous: imagefitter.regions - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01