lsst.obs.base  16.0-12-g2c2f4fa+4
Functions
lsst.obs.base.utils Namespace Reference

Functions

def bboxFromIraf (irafBBoxStr)
 

Function Documentation

◆ bboxFromIraf()

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 27 of file utils.py.