lsst.obs.base  13.0-43-g43302d7+4
 All Classes Namespaces Files Functions Variables
Functions
lsst.obs.base.utils Namespace Reference

Functions

def bboxFromIraf
 

Function Documentation

def lsst.obs.base.utils.bboxFromIraf (   irafBBoxStr)
Return a Box2I corresponding to an IRAF-style BBOX

[x0:x1,y0:y1] where x0 and x1 are the one-indexed start and end columns, and correspondingly
y0 and y1 are the start and end rows.

Definition at line 26 of file utils.py.