Bases: object
Make and write an artifcial star list.
Parameters : | nImages : int
|
---|
Methods Summary
add_stars(x, y, counts[, ext, chip]) | Add a list of stars for a given ext and chip. |
add_stars_mags(x, y, mags[, zps, exptimes, ...]) | Identical to add_stars() except that star brightnesses can be given as magnitudes. |
write(path) | Write articial star list to path. |
Methods Documentation
Add a list of stars for a given ext and chip.
Parameters : | x,y : ndarray
counts : tuple
ext : int
chip : int
|
---|
Identical to add_stars() except that star brightnesses can be given as magnitudes. Zeropoints and exposure times will translate those magnitudes into counts on each image.
Parameters : | x,y : ndarray
mags : tuple
zps : tuple or float
ext : int
chip : int
|
---|