Enables or disables resampling


int miraacq_SetResampling(makernel* pma,int enable);


Input: 

  • Runtime environment pointer
  • Integer: 1 to enable or 0 to disable resampling


Output: Result code (MIRA_OK or error)


This function enables or disables spectral resampling. The output wavelengths need to be specified using miraacq_SetResamplingWavelengthCount and miraacq_SetResamplingWavelength functions.