lsst.obs.base  17.0-3-g9260420+1
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.