Module AIPSUtil
[hide private]
[frames] | no frames]

Module AIPSUtil

source code

This module provides some utility functions for dealing with AIPS.

Functions [hide private]
 
ehex(n, width=0, padding=None)
Convert a number into "extended hex".
source code
Function Details [hide private]

ehex(n, width=0, padding=None)

source code 

Convert a number into "extended hex".

Returns the extended hex presentation for N, optionally padding it up to WIDTH with PADDING.