spec_path¶
- pydl.pydlspec2d.spec1d.spec_path(plate, path=None, topdir=None, run2d=None)[source]¶
Return the directory containing spPlate files.
- Parameters:
- plate
intornumpy.ndarray The plate(s) to examine.
- path
str, optional If set,
pathbecomes the full path for every plate. In other words, it completely short-circuits this function.- topdir
str, optional Used to override the value of
BOSS_SPECTRO_REDUX.- run2d
str, optional Used to override the value of
RUN2D.
- plate
- Returns:
listA list of directories, one for each plate.
- Raises:
KeyErrorIf environment variables are not supplied.