sdss_path¶
-
pydl.photoop.sdssio.sdss_path(ftype, run, camcol=0, rerun='')[source]¶ Return the path name for SDSS data assuming SAS directory structure.
Parameters: ftype :
strThe general type of the file, for example
'reObj'run :
intThe run number.
camcol :
int, optionalIf necessary, set the camcol number using this argument.
rerun :
str, optionalIf necessary, set the rerun name using this argument.
Returns: strThe directory in which file
ftypelives.Raises: :exc:`KeyError`
If the file type is unknown.