sdss_score¶
- pydl.photoop.window.sdss_score(flist, silent=True, **kwargs)[source]¶
Score a list of imaging fields from zero to one.
Additional keyword arguments are passed to
sdss_calib().- Parameters:
- flist
HDUList Opened FITS file, typically
window_flist.fits.- silent
bool, optional If
False, print extra information.
- flist
- Returns:
numpy.ndarrayA vector of scores, one for each row of the FITS file.