summaryrefslogtreecommitdiff
path: root/spectro/rspec.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectro/rspec.c')
-rw-r--r--spectro/rspec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/spectro/rspec.c b/spectro/rspec.c
index 49d725b..e0e0194 100644
--- a/spectro/rspec.c
+++ b/spectro/rspec.c
@@ -43,6 +43,7 @@
#include "sa_config.h"
#include "numsup.h"
#endif /* !SALONEINSTLIB */
+#include "plot.h"
#include "xspect.h"
#include "insttypes.h"
#include "conv.h"
@@ -152,9 +153,6 @@ double rspec_raw2nm(rspec_inf *inf, double rix) {
if (inf->nwlcal == 0)
error("rspec_raw2nm: nwlcal == 0");
-// ~~~~9999 test fudge
-// rix += 15;
-
/* Compute polinomial */
for (wl = inf->wlcal[inf->nwlcal-1], k = inf->nwlcal-2; k >= 0; k--)
wl = wl * rix + inf->wlcal[k];