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


next up previous contents index
Next: image.id - Function Up: image - Tool Previous: image.histograms - Function


image.history - Function



Package general
Module images
Tool image


Recover and/or list the history file


Synopsis
history(list, browse)



Arguments

list in List history to the logger ?
    Allowed: T or F
    Default: F
browse in Browse history with table browser?
    Allowed: T or F
    Default: T


Returns
Vector of strings, T, or fail



Description

This function allows you to access the history file.

By default, you browse it with the Table browser (browse=T) and the return value is T or a fail.

If browse=F, then if list=F, the history is returned by the function as a vector of strings. If list=T, the history is sent to the logger and the function returns T or a fail.

Currently, AIPS++ does not write new history information (although you can set directly set a new history file with the function sethistory). Only that which has come from FITS file conversions will be stored and listable here.



Example
- im.history();                       # Browse
- h := im.history(list=F, browse=F)   # Recover history in variable h
- im.history(list=T, browse=F)        # List  history to logger





next up previous contents index
Next: image.id - Function Up: image - Tool Previous: image.histograms - 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