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.done - Function Up: imageprofilefitter - Tool Previous: imageprofilefitter.getprofiles - Function


imageprofilefitter.getstore - Function



Package general
Module images
Tool imageprofilefitter


Recover all fits added to internal store


Synopsis
getstore()


Returns
Glish record



Description

This returns all of the fits that you have added to the internal store (by pressing the 'Store' button) into a record.

There is one (numerically labelled) field in the record for each press of the 'Store' button.

Each of these records has further fields 'estimate', 'fit', and 'position' holding the obvious things.



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

# do some fits

- s := pf.getstore();
- print 'Number of components = ', length(s)
Number of components = 10
-
- field_names(s[5])
estimate fit position





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