Function splat( label, loc )

Description:
Displays the resource at a given location as a spectrum in a spectrum viewer program (SPLAT). label may be any string which identifies the window for display, so that multiple (sets of) spectra may be displayed in different windows without getting in each others' way. loc should be a filename pointing to a spectrum in a format that SPLAT understands (includes FITS, NDF). In some cases, a URL can be used too.
Parameters:
label (String)
identifies the window in which the spectrum will be displayed
loc (String)
spectrum location
Return Value (String):
short log message
Signature:
java.lang.String splat(java.lang.String, java.lang.String)