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, 3 insertions, 1 deletions
diff --git a/spectro/rspec.c b/spectro/rspec.c
index e0e0194..49d725b 100644
--- a/spectro/rspec.c
+++ b/spectro/rspec.c
@@ -43,7 +43,6 @@
#include "sa_config.h"
#include "numsup.h"
#endif /* !SALONEINSTLIB */
-#include "plot.h"
#include "xspect.h"
#include "insttypes.h"
#include "conv.h"
@@ -153,6 +152,9 @@ 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];