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


next up previous contents index
Next: imageprofilefitter.getprofiles - Function Up: imageprofilefitter - Tool Previous: imageprofilefitter.getestimate - Function


imageprofilefitter.getfit - Function



Package general
Module images
Tool imageprofilefitter


Recover the fit


Synopsis
getfit()


Returns
Glish record



Description

This returns the current fit into a record.

If you are fitting individual profiles then the returned record has two fields, 'fit' and 'position'. The 'fit' field holds all the fields described in function getestimate. The 'position' field holds the position of the profile in a variety of formats (pixel, world, string formatted etc). It's self explanatory on inspection.

If you are fitting many profiles in a region then the length of this record is the number of profiles you fit in the region. Each field holds subfields 'position' and 'fit'. The 'fit' subfield has all the subfields described in getestimate.



Example
- pf := imageprofilefitter(infile='ngc1313.cube')
- fit := pf.getfit()





next up previous contents index
Next: imageprofilefitter.getprofiles - Function Up: imageprofilefitter - Tool Previous: imageprofilefitter.getestimate - 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