|
1 | 1 | { |
2 | | - "task": "montage", |
3 | | - "base": "stimela/montage", |
4 | | - "tag": "1.7.1", |
5 | | - "description": "Combine FITS files into a mosaic", |
6 | | - "prefix": "-", |
| 2 | + "task": "montage", |
| 3 | + "base": "stimela/montage", |
| 4 | + "tag": "1.7.9", |
| 5 | + "description": "Combine FITS files into a mosaic", |
| 6 | + "prefix": "-", |
7 | 7 | "binary": "montage.mosiac", |
8 | 8 | "junk": [], |
9 | | - "msdir": false, |
| 9 | + "msdir": false, |
10 | 10 | "parameters": [ |
11 | 11 | { |
12 | | - "info": "The directory containing the input FITS files", |
13 | | - "dtype": "file", |
14 | | - "name": "input_dir", |
| 12 | + "info": "The directory containing the input FITS files", |
| 13 | + "dtype": "file", |
| 14 | + "name": "input_dir", |
15 | 15 | "io": "input" |
16 | | - }, |
| 16 | + }, |
17 | 17 | { |
18 | | - "info": "The header to project to. If this is not specified, then an optimal header is chosen.", |
19 | | - "dtype": "str", |
| 18 | + "info": "The header to project to. If this is not specified, then an optimal header is chosen.", |
| 19 | + "dtype": "str", |
20 | 20 | "name": "header" |
21 | | - }, |
| 21 | + }, |
22 | 22 | { |
23 | | - "info": "The table file containing the list of input images. This can be specified to avoid recomputing it every time a mosaic is made from the same set of input files.", |
24 | | - "dtype": "file", |
25 | | - "name": "image_table", |
| 23 | + "info": "The table file containing the list of input images. This can be specified to avoid recomputing it every time a mosaic is made from the same set of input files.", |
| 24 | + "dtype": "file", |
| 25 | + "name": "image_table", |
26 | 26 | "io": "input" |
27 | | - }, |
| 27 | + }, |
28 | 28 | { |
29 | | - "info": "Montage output directory", |
30 | | - "dtype": "file", |
31 | | - "name": "output_dir", |
| 29 | + "info": "Montage output directory", |
| 30 | + "dtype": "file", |
| 31 | + "name": "output_dir", |
32 | 32 | "io": "output" |
33 | | - }, |
| 33 | + }, |
34 | 34 | { |
35 | | - "info": "Whether to use MPI whenever possible (requires the MPI-enabled Montage binaries to be installed).", |
36 | | - "dtype": "bool", |
| 35 | + "info": "Whether to use MPI whenever possible (requires the MPI-enabled Montage binaries to be installed).", |
| 36 | + "dtype": "bool", |
37 | 37 | "name": "mpi" |
38 | | - }, |
| 38 | + }, |
39 | 39 | { |
40 | | - "info": "The number of processes to use if `mpi` is set to `True`", |
41 | | - "dtype": "int", |
| 40 | + "info": "The number of processes to use if `mpi` is set to `True`", |
| 41 | + "dtype": "int", |
42 | 42 | "name": "n_proc" |
43 | | - }, |
| 43 | + }, |
44 | 44 | { |
45 | | - "info": "Whether to include a background-matching step", |
46 | | - "dtype": "bool", |
| 45 | + "info": "Whether to include a background-matching step", |
| 46 | + "dtype": "bool", |
47 | 47 | "name": "background_match" |
48 | | - }, |
| 48 | + }, |
49 | 49 | { |
50 | | - "info": "A list of images to use (useful if not all the files inside `input_dir` should be combined).", |
51 | | - "dtype": "list:str", |
| 50 | + "info": "A list of images to use (useful if not all the files inside `input_dir` should be combined).", |
| 51 | + "dtype": "list:str", |
52 | 52 | "name": "imglist" |
53 | | - }, |
| 53 | + }, |
54 | 54 | { |
55 | | - "info": "How to combine the images", |
56 | | - "dtype": "str", |
57 | | - "name": "combine", |
| 55 | + "info": "How to combine the images", |
| 56 | + "dtype": "str", |
| 57 | + "name": "combine", |
58 | 58 | "choices": [ |
59 | | - "mean", |
60 | | - "median", |
| 59 | + "mean", |
| 60 | + "median", |
61 | 61 | "count" |
62 | 62 | ] |
63 | | - }, |
| 63 | + }, |
64 | 64 | { |
65 | | - "info": "Whether the output mosaic should match the input header exactly, or whether the mosaic should be trimmed if possible.", |
66 | | - "dtype": "bool", |
| 65 | + "info": "Whether the output mosaic should match the input header exactly, or whether the mosaic should be trimmed if possible.", |
| 66 | + "dtype": "bool", |
67 | 67 | "name": "exact_size" |
68 | | - }, |
| 68 | + }, |
69 | 69 | { |
70 | | - "info": "Whether to remove any temporary directories used for mosaicking", |
71 | | - "dtype": "bool", |
72 | | - "default": "true", |
| 70 | + "info": "Whether to remove any temporary directories used for mosaicking", |
| 71 | + "dtype": "bool", |
| 72 | + "default": "true", |
73 | 73 | "name": "cleanup" |
74 | | - }, |
| 74 | + }, |
75 | 75 | { |
76 | | - "info": "BITPIX value for the ouput FITS file (default is -32). Possible values are: 8 (character or unsigned binary integer), 16 (16-bit integer), 32 (32-bit integer), -32 (single precision floating point), -64 (double precision floating point).", |
77 | | - "dtype": "int", |
| 76 | + "info": "BITPIX value for the ouput FITS file (default is -32). Possible values are: 8 (character or unsigned binary integer), 16 (16-bit integer), 32 (32-bit integer), -32 (single precision floating point), -64 (double precision floating point).", |
| 77 | + "dtype": "int", |
78 | 78 | "name": "bitpix" |
79 | | - }, |
| 79 | + }, |
80 | 80 | { |
81 | | - "info": "When doing background matching, whether to only allow changes in the level of frames, not the slope.", |
82 | | - "dtype": "bool", |
| 81 | + "info": "When doing background matching, whether to only allow changes in the level of frames, not the slope.", |
| 82 | + "dtype": "bool", |
83 | 83 | "name": "level_only" |
84 | 84 | } |
85 | 85 | ] |
|
0 commit comments