Function splat2( label, loc1, loc2 )
- Description:
-
Displays two spectra in the same (SPLAT) viewer. This may be useful
to compare two spectra which correspond to the same table row.
- Parameters:
-
- label (String)
- identifies the window in which the spectra will be
displayed
- loc1 (String)
- location of the first spectrum
- loc2 (String)
- location of the second spectrum
- Return Value (String):
- short report message
- Signature:
- java.lang.String splat2(java.lang.String, java.lang.String, java.lang.String)