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


next up previous contents index
Next: catalog.list - Function Up: catalog - Tool Previous: catalog.whatis - Function


catalog.whatisfull - Function



Package utility
Module catalog
Tool catalog


Determine full characteristics of a file


Synopsis
whatisfull(file, dir)


Description
This function is similar to function whatis, but it also determines the date and if needed the size of tables. The table and image size can be retrieved in bytes or as the shape depending on the setting of the tablesizeoption variable.



Arguments

file in Name of the file
    Allowed: Any string
    Default: '.'
dir in Directory of the file
    Allowed: Any string
    Default: '.'


Returns
Record containing characteristics


Example
  include "catalog.g";
  dc.whatisfull("3C273XC1.MS")
# [type=Measurement Set, istable=T, date=Jun 3 16:28, size=[2300,20]]





next up previous contents index
Next: catalog.list - Function Up: catalog - Tool Previous: catalog.whatis - 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-10-15