File: fors_align_sky.c

package info (click to toggle)
cpl-plugin-fors 5.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,664 kB
  • ctags: 3,906
  • sloc: ansic: 68,347; cpp: 16,320; sh: 11,458; python: 1,123; makefile: 823
file content (807 lines) | stat: -rw-r--r-- 27,641 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
/* $Id: fors_align_sky.c,v 1.8 2013-08-14 16:07:47 cgarcia Exp $
 *
 * This file is part of the FORS Data Reduction Pipeline
 * Copyright (C) 2002-2010 European Southern Observatory
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

/*
 * $Author: cgarcia $
 * $Date: 2013-08-14 16:07:47 $
 * $Revision: 1.8 $
 * $Name: not supported by cvs2svn $
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <math.h>
#include <cpl.h>
#include <moses.h>
#include <fors_dfs.h>

static int fors_align_sky_create(cpl_plugin *);
static int fors_align_sky_exec(cpl_plugin *);
static int fors_align_sky_destroy(cpl_plugin *);
static int fors_align_sky(cpl_parameterlist *, cpl_frameset *);

static char fors_align_sky_description[] =
"This recipe is used to align the wavelength solution based on the arc\n"
"lamp exposure on a set of sky lines observed on a scientific exposure.\n"
"The input rectified frames are produced by the recipe fors_extract_slits.\n"
"An input catalog of sky lines can be specified, otherwise an internal one\n"
"is used.\n"
"\n"
"This recipe should be applied to multi-slit MOS/MXU data: for LSS or\n"
"long-slit like data (MOS/MXU with all slits at the same offset) use recipe\n"
"fors_align_sky_lss instead. Please refer to the FORS Pipeline User's Manual\n"
"for more details.\n"
"\n"
"In the table below the MXU acronym can be alternatively read as MOS, and\n"
"SCI as STD.\n\n"
"Input files:\n\n"
"  DO category:               Type:       Explanation:         Required:\n"
"  RECTIFIED_ALL_SCI_MXU\n"
"  or RECTIFIED_SKY_SCI_MXU   Calib       Frame with sky lines    Y\n"
"  SPATIAL_MAP_MXU            Calib       Spatial coordinate map  Y\n"
"  CURV_COEFF_MXU             Calib       Spectral curvature      Y\n"
"  SLIT_LOCATION_MXU          Calib       Slit location on CCD    Y\n"
"  DISP_COEFF_MXU             Calib       Dispersion solution     Y\n"
"  MASTER_SKYLINECAT          Calib       Catalog of sky lines    .\n"
"  GRISM_TABLE                Calib       Grism table             .\n\n"
"Output files:\n\n"
"  DO category:               Data type:  Explanation:\n"
"  SKY_SHIFTS_SLIT_SCI_MXU    FITS table  Observed sky lines offsets\n"
"  WAVELENGTH_MAP_SCI_MXU     FITS image  Wavelength mapped on CCD\n"
"  DISP_COEFF_SCI_MXU         FITS image  Upgraded dispersion solution\n\n";

#define fors_align_sky_exit(message)          \
{                                             \
if ((const char *)message != NULL) cpl_msg_error(recipe, message);  \
cpl_image_delete(wavemap);                    \
cpl_image_delete(coordinate);                 \
cpl_image_delete(rainbow);                    \
cpl_image_delete(smapped);                    \
cpl_table_delete(grism_table);                \
cpl_table_delete(maskslits);                  \
cpl_table_delete(wavelengths);                \
cpl_table_delete(offsets);                    \
cpl_table_delete(slits);                      \
cpl_table_delete(polytraces);                 \
cpl_table_delete(idscoeff);                   \
cpl_vector_delete(lines);                     \
cpl_propertylist_delete(header);              \
cpl_msg_indent_less();                        \
return -1;                                    \
}

#define fors_align_sky_exit_memcheck(message)   \
{                                               \
if ((const char *)message != NULL) cpl_msg_info(recipe, message);     \
printf("free wavemap (%p)\n", wavemap);         \
cpl_image_delete(wavemap);                      \
printf("free coordinate (%p)\n", coordinate);   \
cpl_image_delete(coordinate);                   \
printf("free rainbow (%p)\n", rainbow);         \
cpl_image_delete(rainbow);                      \
printf("free smapped (%p)\n", smapped);         \
cpl_image_delete(smapped);                      \
printf("free grism_table (%p)\n", grism_table); \
cpl_table_delete(grism_table);                  \
printf("free maskslits (%p)\n", maskslits);     \
cpl_table_delete(maskslits);                    \
printf("free wavelengths (%p)\n", wavelengths); \
cpl_table_delete(wavelengths);                  \
printf("free offsets (%p)\n", offsets);         \
cpl_table_delete(offsets);                      \
printf("free idscoeff (%p)\n", idscoeff);       \
cpl_table_delete(idscoeff);                     \
printf("free slits (%p)\n", slits);             \
cpl_table_delete(slits);                        \
printf("free polytraces (%p)\n", polytraces);   \
cpl_table_delete(polytraces);                   \
printf("free lines (%p)\n", lines);             \
cpl_vector_delete(lines);                       \
printf("free header (%p)\n", header);           \
cpl_propertylist_delete(header);                \
cpl_msg_indent_less();                          \
return 0;                                       \
}


/**
 * @brief    Build the list of available plugins, for this module. 
 *
 * @param    list    The plugin list
 *
 * @return   0 if everything is ok, -1 otherwise
 *
 * Create the recipe instance and make it available to the application 
 * using the interface. This function is exported.
 */

int cpl_plugin_get_info(cpl_pluginlist *list)
{
    cpl_recipe *recipe = cpl_calloc(1, sizeof *recipe );
    cpl_plugin *plugin = &recipe->interface;

    cpl_plugin_init(plugin,
                    CPL_PLUGIN_API,
                    FORS_BINARY_VERSION,
                    CPL_PLUGIN_TYPE_RECIPE,
                    "fors_align_sky",
                    "Upgrade wavelength solution using sky lines",
                    fors_align_sky_description,
                    "Carlo Izzo",
                    PACKAGE_BUGREPORT,
    "This file is currently part of the FORS Instrument Pipeline\n"
    "Copyright (C) 2002-2010 European Southern Observatory\n\n"
    "This program is free software; you can redistribute it and/or modify\n"
    "it under the terms of the GNU General Public License as published by\n"
    "the Free Software Foundation; either version 2 of the License, or\n"
    "(at your option) any later version.\n\n"
    "This program is distributed in the hope that it will be useful,\n"
    "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
    "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
    "GNU General Public License for more details.\n\n"
    "You should have received a copy of the GNU General Public License\n"
    "along with this program; if not, write to the Free Software Foundation,\n"
    "Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\n",
                    fors_align_sky_create,
                    fors_align_sky_exec,
                    fors_align_sky_destroy);

    cpl_pluginlist_append(list, plugin);
    
    return 0;
}


/**
 * @brief    Setup the recipe options    
 *
 * @param    plugin  The plugin
 *
 * @return   0 if everything is ok
 *
 * Defining the command-line/configuration parameters for the recipe.
 */

static int fors_align_sky_create(cpl_plugin *plugin)
{
    cpl_recipe    *recipe;
    cpl_parameter *p;

    /* 
     * Check that the plugin is part of a valid recipe 
     */

    if (cpl_plugin_get_type(plugin) == CPL_PLUGIN_TYPE_RECIPE) 
        recipe = (cpl_recipe *)plugin;
    else 
        return -1;

    /* 
     * Create the (empty) parameters list in the cpl_recipe object 
     */

    recipe->parameters = cpl_parameterlist_new(); 

    /*
     * Dispersion
     */

    p = cpl_parameter_new_value("fors.fors_align_sky.dispersion",
                                CPL_TYPE_DOUBLE,
                                "Expected spectral dispersion (Angstrom/pixel)",
                                "fors.fors_align_sky",
                                0.0);
    cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI, "dispersion");
    cpl_parameter_disable(p, CPL_PARAMETER_MODE_ENV);
    cpl_parameterlist_append(recipe->parameters, p);

    /*
     * Start wavelength for spectral extraction
     */

    p = cpl_parameter_new_value("fors.fors_align_sky.startwavelength",
                                CPL_TYPE_DOUBLE,
                                "Start wavelength in spectral extraction",
                                "fors.fors_align_sky",
                                0.0);
    cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI, "startwavelength");
    cpl_parameter_disable(p, CPL_PARAMETER_MODE_ENV);
    cpl_parameterlist_append(recipe->parameters, p);

    /*
     * End wavelength for spectral extraction
     */

    p = cpl_parameter_new_value("fors.fors_align_sky.endwavelength",
                                CPL_TYPE_DOUBLE,
                                "End wavelength in spectral extraction",
                                "fors.fors_align_sky",
                                0.0);
    cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI, "endwavelength");
    cpl_parameter_disable(p, CPL_PARAMETER_MODE_ENV);
    cpl_parameterlist_append(recipe->parameters, p);

    /*
     * Sky lines alignment
     */

    p = cpl_parameter_new_value("fors.fors_align_sky.skyalign",
                                CPL_TYPE_INT,
                                "Polynomial order for sky lines alignment",
                                "fors.fors_align_sky",
                                0);
    cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI, "skyalign");
    cpl_parameter_disable(p, CPL_PARAMETER_MODE_ENV);
    cpl_parameterlist_append(recipe->parameters, p);

    /*
     * Line catalog table column containing the sky reference wavelengths
     */
    
    p = cpl_parameter_new_value("fors.fors_align_sky.wcolumn",
                                CPL_TYPE_STRING,
                                "Name of sky line catalog table column "
                                "with wavelengths",
                                "fors.fors_align_sky",
                                "WLEN");
    cpl_parameter_set_alias(p, CPL_PARAMETER_MODE_CLI, "wcolumn");
    cpl_parameter_disable(p, CPL_PARAMETER_MODE_ENV);
    cpl_parameterlist_append(recipe->parameters, p);

    return 0;
}


/**
 * @brief    Execute the plugin instance given by the interface
 *
 * @param    plugin  the plugin
 *
 * @return   0 if everything is ok
 */

static int fors_align_sky_exec(cpl_plugin *plugin)
{
    cpl_recipe *recipe;
    
    if (cpl_plugin_get_type(plugin) == CPL_PLUGIN_TYPE_RECIPE) 
        recipe = (cpl_recipe *)plugin;
    else 
        return -1;

    return fors_align_sky(recipe->parameters, recipe->frames);
}


/**
 * @brief    Destroy what has been created by the 'create' function
 *
 * @param    plugin  The plugin
 *
 * @return   0 if everything is ok
 */

static int fors_align_sky_destroy(cpl_plugin *plugin)
{
    cpl_recipe *recipe;
    
    if (cpl_plugin_get_type(plugin) == CPL_PLUGIN_TYPE_RECIPE) 
        recipe = (cpl_recipe *)plugin;
    else 
        return -1;

    cpl_parameterlist_delete(recipe->parameters); 

    return 0;
}


/**
 * @brief    Interpret the command line options and execute the data processing
 *
 * @param    parlist     The parameters list
 * @param    frameset    The set-of-frames
 *
 * @return   0 if everything is ok
 */

static int fors_align_sky(cpl_parameterlist *parlist, 
                               cpl_frameset *frameset)
{

    const char *recipe = "fors_align_sky";


    /*
     * Input parameters
     */

    double      dispersion;
    double      startwavelength;
    double      endwavelength;
    int         skyalign;
    const char *wcolumn;

    /*
     * CPL objects
     */

    cpl_image        *rainbow     = NULL;
    cpl_image        *wavemap     = NULL;
    cpl_image        *smapped     = NULL;
    cpl_image        *coordinate  = NULL;
    cpl_table        *grism_table = NULL;
    cpl_table        *wavelengths = NULL;
    cpl_table        *slits       = NULL;
    cpl_table        *idscoeff    = NULL;
    cpl_table        *polytraces  = NULL;
    cpl_table        *maskslits   = NULL;
    cpl_table        *offsets     = NULL;
    cpl_vector       *lines       = NULL;
    cpl_propertylist *header      = NULL;

    /*
     * Auxiliary variables
     */

    char        version[80];
    const char *slit_location_tag;
    const char *curv_coeff_tag;
    const char *rectified_tag;
    const char *wavemap_tag;
    const char *shifts_tag;
    const char *disp_ali_tag;
    const char *disp_coeff_tag;
    const char *spatial_map_tag;
    int         nframes;
    int         rebin;
    int         nlines;
    int         nx;
    int         highres;
    int         treat_as_lss;
    int         i;
    double      reference;
    double      mxpos;
    double     *line;
    int         mxu, mos;
    int         rec_scia;
    int         rec_stda;
    int         rec_scis;
    int         rec_stds;
    int         nslits_out_det = 0;


    char       *instrume = NULL;


    cpl_msg_set_indentation(2);


    /*
     * Get configuration parameters
     */

    cpl_msg_info(recipe, "Recipe %s configuration parameters:", recipe);
    cpl_msg_indent_more();
    
    if (cpl_frameset_count_tags(frameset, "GRISM_TABLE") > 1)
        fors_align_sky_exit("Too many in input: GRISM_TABLE"); 

    grism_table = dfs_load_table(frameset, "GRISM_TABLE", 1);

    dispersion = dfs_get_parameter_double(parlist,
                    "fors.fors_align_sky.dispersion", grism_table);

    if (dispersion <= 0.0)
        fors_align_sky_exit("Invalid spectral dispersion value");

    startwavelength = dfs_get_parameter_double(parlist,
                    "fors.fors_align_sky.startwavelength", grism_table);
    if (startwavelength > 1.0)
        if (startwavelength < 3000.0 || startwavelength > 13000.0)
            fors_align_sky_exit("Invalid wavelength");

    endwavelength = dfs_get_parameter_double(parlist,
                    "fors.fors_align_sky.endwavelength", grism_table);
    if (endwavelength > 1.0) {
        if (endwavelength < 3000.0 || endwavelength > 13000.0)
            fors_align_sky_exit("Invalid wavelength");
        if (startwavelength < 1.0)
            fors_align_sky_exit("Invalid wavelength interval");
    }

    if (startwavelength > 1.0)
        if (endwavelength - startwavelength <= 0.0)
            fors_align_sky_exit("Invalid wavelength interval");

    skyalign = dfs_get_parameter_int(parlist,
                    "fors.fors_align_sky.skyalign", NULL);

    if (skyalign < 0)
        fors_align_sky_exit("Invalid polynomial degree");
    if (skyalign > 2)
        fors_align_sky_exit("Max polynomial degree for sky alignment is 2");

    wcolumn = dfs_get_parameter_string(parlist,
                    "fors.fors_align_sky.wcolumn", NULL);

    cpl_table_delete(grism_table); grism_table = NULL;

    if (cpl_error_get_code())
        fors_align_sky_exit("Failure reading the configuration parameters");


    cpl_msg_indent_less();
    cpl_msg_info(recipe, "Check input set-of-frames:");
    cpl_msg_indent_more();

    mxu  = cpl_frameset_count_tags(frameset, "SPATIAL_MAP_MXU");
    mos  = cpl_frameset_count_tags(frameset, "SPATIAL_MAP_MOS");

    nframes = mos + mxu;

    if (nframes == 0) {
        fors_align_sky_exit("Missing input spatial map");
    }
    if (nframes > 1) {
        cpl_msg_error(recipe, 
                      "Too many input spatial maps (%d > 1)", nframes);
        fors_align_sky_exit(NULL);
    }

    if (mxu) {
        rec_scia = cpl_frameset_count_tags(frameset, "RECTIFIED_ALL_SCI_MXU");
        rec_stda = cpl_frameset_count_tags(frameset, "RECTIFIED_ALL_STD_MXU");
        rec_scis = cpl_frameset_count_tags(frameset, "RECTIFIED_SKY_SCI_MXU");
        rec_stds = cpl_frameset_count_tags(frameset, "RECTIFIED_SKY_STD_MXU");
    }
    else {
        rec_scia = cpl_frameset_count_tags(frameset, "RECTIFIED_ALL_SCI_MOS");
        rec_stda = cpl_frameset_count_tags(frameset, "RECTIFIED_ALL_STD_MOS");
        rec_scis = cpl_frameset_count_tags(frameset, "RECTIFIED_SKY_SCI_MOS");
        rec_stds = cpl_frameset_count_tags(frameset, "RECTIFIED_SKY_STD_MOS");
    }

    nframes = rec_scia + rec_stda + rec_scis + rec_stds;

    if (nframes == 0) {
        fors_align_sky_exit("Missing input rectified scientific spectra");
    }
    if (nframes > 1) {
        cpl_msg_error(recipe,
                      "Too many input rectified scientific spectra (%d > 1)", 
                      nframes);
        fors_align_sky_exit(NULL);
    }

    if (cpl_frameset_count_tags(frameset, "MASTER_SKYLINECAT") > 1)
        fors_align_sky_exit("Too many in input: MASTER_SKYLINECAT");

    if (rec_scia) {
        if (mxu) {
            rectified_tag = "RECTIFIED_ALL_SCI_MXU";
            wavemap_tag   = "WAVELENGTH_MAP_SCI_MXU";
            shifts_tag    = "SKY_SHIFTS_SLIT_SCI_MXU";
            disp_ali_tag  = "DISP_COEFF_SCI_MXU";
        }
        else {
            rectified_tag = "RECTIFIED_ALL_SCI_MOS";
            wavemap_tag   = "WAVELENGTH_MAP_SCI_MOS";
            shifts_tag    = "SKY_SHIFTS_SLIT_SCI_MOS";
            disp_ali_tag  = "DISP_COEFF_SCI_MOS";
        }
    }
    else if (rec_stda) {
        if (mxu) {
            rectified_tag = "RECTIFIED_ALL_STD_MXU";
            wavemap_tag   = "WAVELENGTH_MAP_STD_MXU";
            shifts_tag    = "SKY_SHIFTS_SLIT_STD_MXU";
            disp_ali_tag  = "DISP_COEFF_STD_MXU";
        }
        else {
            rectified_tag = "RECTIFIED_ALL_STD_MOS";
            wavemap_tag   = "WAVELENGTH_MAP_STD_MOS";
            shifts_tag    = "SKY_SHIFTS_SLIT_STD_MOS";
            disp_ali_tag  = "DISP_COEFF_STD_MOS";
        }
    }
    else if (rec_scis) {
        if (mxu) {
            rectified_tag = "RECTIFIED_SKY_SCI_MXU";
            wavemap_tag   = "WAVELENGTH_MAP_SCI_MXU";
            shifts_tag    = "SKY_SHIFTS_SLIT_SCI_MXU";
            disp_ali_tag  = "DISP_COEFF_SCI_MXU";
        }
        else {
            rectified_tag = "RECTIFIED_SKY_SCI_MOS";
            wavemap_tag   = "WAVELENGTH_MAP_SCI_MOS";
            shifts_tag    = "SKY_SHIFTS_SLIT_SCI_MOS";
            disp_ali_tag  = "DISP_COEFF_SCI_MOS";
        }
    }
    else if (rec_stds) {
        if (mxu) {
            rectified_tag = "RECTIFIED_SKY_STD_MXU";
            wavemap_tag   = "WAVELENGTH_MAP_STD_MXU";
            shifts_tag    = "SKY_SHIFTS_SLIT_STD_MXU";
            disp_ali_tag  = "DISP_COEFF_STD_MXU";
        }
        else {
            rectified_tag = "RECTIFIED_SKY_STD_MOS";
            wavemap_tag   = "WAVELENGTH_MAP_STD_MOS";
            shifts_tag    = "SKY_SHIFTS_SLIT_STD_MOS";
            disp_ali_tag  = "DISP_COEFF_STD_MOS";
        }
    }


    if (mxu) {
        disp_coeff_tag    = "DISP_COEFF_MXU";
        curv_coeff_tag    = "CURV_COEFF_MXU";
        slit_location_tag = "SLIT_LOCATION_MXU";
        spatial_map_tag   = "SPATIAL_MAP_MXU";
    }
    else {
        disp_coeff_tag    = "DISP_COEFF_MOS";
        curv_coeff_tag    = "CURV_COEFF_MOS";
        slit_location_tag = "SLIT_LOCATION_MOS";
        spatial_map_tag   = "SPATIAL_MAP_MOS";
    }

    nframes = cpl_frameset_count_tags(frameset, disp_coeff_tag);

    if (nframes == 0) {
        cpl_msg_error(recipe, "Missing input %s\n", disp_coeff_tag);
        fors_align_sky_exit(NULL);
    }
    if (nframes > 1) {
        cpl_msg_error(recipe, 
                      "Too many input %s (%d > 1)", disp_coeff_tag, nframes);
        fors_align_sky_exit(NULL);
    }

    nframes = cpl_frameset_count_tags(frameset, curv_coeff_tag);

    if (nframes == 0) {
        cpl_msg_error(recipe, "Missing input %s\n", curv_coeff_tag);
        fors_align_sky_exit(NULL);
    }
    if (nframes > 1) {
        cpl_msg_error(recipe,
                      "Too many input %s (%d > 1)", curv_coeff_tag, nframes);
        fors_align_sky_exit(NULL);
    }

    nframes = cpl_frameset_count_tags(frameset, spatial_map_tag);

    if (nframes == 0) {
        cpl_msg_error(recipe, "Missing input %s\n", spatial_map_tag);
        fors_align_sky_exit(NULL);
    }
    if (nframes > 1) {
        cpl_msg_error(recipe,
                      "Too many input %s (%d > 1)", spatial_map_tag, nframes);
        fors_align_sky_exit(NULL);
    }
    

    header = dfs_load_header(frameset, spatial_map_tag, 0);

    if (header == NULL)
        fors_align_sky_exit("Cannot load spatial map header");

    if (mos)
        maskslits = mos_load_slits_fors_mos(header, &nslits_out_det);
    else
        maskslits = mos_load_slits_fors_mxu(header);

    /*
     * Check if all slits have the same X offset: in such case, abort!
     */

    treat_as_lss = fors_mos_is_lss_like(maskslits, nslits_out_det);

    cpl_table_delete(maskslits); maskslits = NULL;

    if (treat_as_lss) {
        cpl_msg_error(recipe, "All slits have the same offset: %.2f mm\n"
                      "The LSS data reduction strategy must be applied. "
                      "Please use recipe fors_align_sky_lss.", mxpos);
        fors_align_sky_exit(NULL);
    }

    if (!dfs_equal_keyword(frameset, "ESO INS GRIS1 ID"))
        cpl_msg_warning(cpl_func,"Input frames are not from the same grism");

    if (!dfs_equal_keyword(frameset, "ESO INS FILT1 ID"))
        cpl_msg_warning(cpl_func,"Input frames are not from the same filter");

    if (!dfs_equal_keyword(frameset, "ESO DET CHIP1 ID"))
        cpl_msg_warning(cpl_func,"Input frames are not from the same chip");


    /*
     * Get the reference wavelength and the rebin factor along the
     * dispersion direction from the reference frame
     */

    instrume = (char *)cpl_propertylist_get_string(header, "INSTRUME");
    if (instrume == NULL)
        fors_align_sky_exit("Missing keyword INSTRUME in reference frame "
                            "header");

    if (instrume[4] == '1')
        snprintf(version, 80, "%s/%s", "fors1", VERSION);
    if (instrume[4] == '2')
        snprintf(version, 80, "%s/%s", "fors2", VERSION);

    reference = cpl_propertylist_get_double(header, "ESO INS GRIS1 WLEN");

    if (cpl_error_get_code() != CPL_ERROR_NONE)
        fors_align_sky_exit("Missing keyword ESO INS GRIS1 WLEN "
                            "in reference frame header");

    if (reference < 3000.0)   /* Perhaps in nanometers... */
        reference *= 10;

    if (reference < 3000.0 || reference > 13000.0) {
        cpl_msg_error(recipe, "Invalid central wavelength %.2f read from "
                      "keyword ESO INS GRIS1 WLEN in reference frame header",
                      reference);
        fors_align_sky_exit(NULL);
    }

    cpl_msg_info(recipe, "The central wavelength is: %.2f", reference);

    rebin = cpl_propertylist_get_int(header, "ESO DET WIN1 BINX");

    if (cpl_error_get_code() != CPL_ERROR_NONE)
        fors_align_sky_exit("Missing keyword ESO DET WIN1 BINX "
                            "in reference frame header");

    if (rebin != 1) {
        dispersion *= rebin;
        cpl_msg_warning(recipe, "The rebin factor is %d, and therefore the "
                        "working dispersion used is %f A/pixel", rebin,
                        dispersion);
    }

    cpl_msg_indent_less();
    cpl_msg_info(recipe, "Load input frames...");
    cpl_msg_indent_more();

    coordinate = dfs_load_image(frameset, spatial_map_tag, 
                                CPL_TYPE_FLOAT, 0, 0);
    if (coordinate == NULL)
        fors_align_sky_exit("Cannot load input reference frame");

    slits = dfs_load_table(frameset, slit_location_tag, 1);
    if (slits == NULL)
        fors_align_sky_exit("Cannot load slits location table");

    polytraces = dfs_load_table(frameset, curv_coeff_tag, 1);
    if (polytraces == NULL)
        fors_align_sky_exit("Cannot load spectral curvature table");

    idscoeff = dfs_load_table(frameset, disp_coeff_tag, 1);
    if (idscoeff == NULL)
        fors_align_sky_exit("Cannot load dispersion solution");

    smapped = dfs_load_image(frameset, rectified_tag, CPL_TYPE_FLOAT, 0, 0);
    if (smapped == NULL)
        fors_align_sky_exit("Cannot load input rectified frame");

    wavelengths = dfs_load_table(frameset, "MASTER_SKYLINECAT", 1);

    if (wavelengths) {

        /*
         * Cast the wavelengths into a (double precision) CPL vector
         */

        nlines = cpl_table_get_nrow(wavelengths);

        if (nlines == 0)
            fors_align_sky_exit("Empty input sky line catalog");

        if (cpl_table_has_column(wavelengths, wcolumn) != 1) {
            cpl_msg_error(recipe, "Missing column %s in input line "
                          "catalog table", wcolumn);
            fors_align_sky_exit(NULL);
        }

        line = cpl_malloc(nlines * sizeof(double));

        for (i = 0; i < nlines; i++)
            line[i] = cpl_table_get(wavelengths, wcolumn, i, NULL);

        cpl_table_delete(wavelengths); wavelengths = NULL;

        lines = cpl_vector_wrap(nlines, line);
    }
    else {
        cpl_msg_info(recipe, "No sky line catalog found in input - fine!");
    }

    if (skyalign) {
        cpl_msg_info(recipe, "Align wavelength solution to reference "
        "skylines applying %d order residual fit...", skyalign);
    }
    else {
        cpl_msg_info(recipe, "Align wavelength solution to reference "
        "skylines applying median offset...");
    }

    if (dispersion > 1.0)
        highres = 0;
    else
        highres = 1;

    nx = cpl_image_get_size_x(coordinate);

    rainbow = mos_map_idscoeff(idscoeff, nx, reference, startwavelength,
                               endwavelength);

    offsets = mos_wavelength_align(smapped, slits, reference,
                                   startwavelength, endwavelength,
                                   idscoeff, lines, highres, skyalign,
                                   rainbow, 4);

    cpl_vector_delete(lines); lines = NULL;
    cpl_image_delete(smapped); smapped = NULL;

    if (offsets) {
        if (dfs_save_table(frameset, offsets, shifts_tag, NULL,
                           parlist, recipe, version))
            fors_align_sky_exit(NULL);

        cpl_table_delete(offsets); offsets = NULL;
    }
    else
        fors_align_sky_exit("Alignment of the wavelength solution "
                        "to reference sky lines could not be done!");

    if (dfs_save_table(frameset, idscoeff, disp_ali_tag, NULL,
                       parlist, recipe, version))
        fors_align_sky_exit(NULL);

    cpl_table_delete(idscoeff); idscoeff = NULL;

    wavemap = mos_map_wavelengths(coordinate, rainbow, slits,
                                  polytraces, reference,
                                  startwavelength, endwavelength,
                                  dispersion);

    cpl_image_delete(rainbow); rainbow = NULL;
    cpl_image_delete(coordinate); coordinate = NULL;
    cpl_table_delete(polytraces); polytraces = NULL;
    cpl_table_delete(slits); slits = NULL;

    if (dfs_save_image(frameset, wavemap, wavemap_tag,
                       header, parlist, recipe, version))
        fors_align_sky_exit(NULL);

    cpl_image_delete(wavemap); wavemap = NULL;
    cpl_propertylist_delete(header); header = NULL;

    return 0;
}