_NAME_ getInstrumentIDFromStructName _PROTOTYPE_ char getInstrumentIDFromStructName(char *structName); _SHORT-DESCRIPTION_ Get the data type's instrument ID ('c' for CRIS, 's' for SIS) _DESCRIPTION_ Get an ID for the instrument associated with the data type given by structName. _INPUT_ * structName is the name of the data type of interest. _OUTPUT_ * Either 'c' for CRIS or 's' for SIS.