Defines how many output wavelengths will be provided


int miraacq_SetResamplingWavelengthCount(makernel* pma,int count);


Input: 

  • Runtime environment pointer
  • Integer: Number of output wavelengths after resampling


Output: Result code (MIRA_OK or error)


This function starts the resampling step. By resampling, we refer to spectral resampling or interpolation. The user may specify output wavelength list shared by all devices. This function initiates the procedure to define resampling by specifying how many outputs wavelengths will be provided. It should be followed by miraacq_SetResamplingWavelength calls to provide individual wavelength values in nanometers.