Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | image |
history | in | New history | |
Allowed: | String or vector of strings | ||
Default: | None |
An AIPS++ image file can accumulate history information from an input FITS file or by you writing something into it explicitly with this function. Each element of the input vector is one line of history. The new history is appended to the old.
Presently, AIPS++ functions do not automatically add history records. You can recover the old history with function history.
- im := image('myfile') - h := im.history() - im.sethistory("I like fish") # Adds three lines, 'I', 'like' and 'fish'