Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilefitter |
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.
- 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