Mercurial > repos > astroteam > astropy_fits2bitmap
annotate fits2bitmap.xml @ 2:6b6dc2b5e52d draft default tip
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit b794237f7f48d27404592039d3d9ed50aed621e4
author | astroteam |
---|---|
date | Wed, 21 May 2025 14:53:47 +0000 |
parents | c780d644a93a |
children |
rev | line source |
---|---|
2
6b6dc2b5e52d
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit b794237f7f48d27404592039d3d9ed50aed621e4
astroteam
parents:
1
diff
changeset
|
1 <tool id="astropy_fits2bitmap" name="astropy fits2bitmap" version="0.2.0+galaxy1" profile="21.05"> |
0
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
2 <requirements> |
1
c780d644a93a
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit fc50bfef893e657560ba05e00858f53a53fbe2f0
astroteam
parents:
0
diff
changeset
|
3 <requirement type="package" version="6.1.7">astropy</requirement> |
c780d644a93a
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit fc50bfef893e657560ba05e00858f53a53fbe2f0
astroteam
parents:
0
diff
changeset
|
4 <requirement type="package" version="3.10.1">matplotlib</requirement> |
0
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
5 </requirements> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
7 #if $reverse_cmap: |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
8 #set $cmap = $cmap + "_r" |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
9 #else: |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
10 #set $cmap = $cmap |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
11 #end if |
1
c780d644a93a
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit fc50bfef893e657560ba05e00858f53a53fbe2f0
astroteam
parents:
0
diff
changeset
|
12 fits2bitmap '$input_fits' --stretch '$stretch' --ext $hdu --cmap $cmap -o out.png |
0
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
13 ]]></command> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
14 <inputs> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
15 <param type="data" name="input_fits" format="fits" label="FITS file containing a sky image"/> |
1
c780d644a93a
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit fc50bfef893e657560ba05e00858f53a53fbe2f0
astroteam
parents:
0
diff
changeset
|
16 <param type="integer" name="hdu" value="0" min="0" label="Select input HDU number"/> |
0
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
17 <param type="select" name="stretch" label="Stretch image scale" help="Type of image scale stretching"> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
18 <option value="linear">linear</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
19 <option value="sqrt">square root</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
20 <option value="power">power law</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
21 <option value="log" selected="true">logarithmic</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
22 <option value="asinh">asinh</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
23 </param> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
24 <param type="select" name="cmap" label="Color map" help="matplotlib color map"> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
25 <option value="jet" selected="true">jet</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
26 <option value="Accent">Accent</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
27 <option value="Blues">Blues</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
28 <option value="BrBG">BrBG</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
29 <option value="BuGn">BuGn</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
30 <option value="BuPu">BuPu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
31 <option value="CMRmap">CMRmap</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
32 <option value="Dark2">Dark2</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
33 <option value="GnBu">GnBu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
34 <option value="Greens">Greens</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
35 <option value="Greys">Greys</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
36 <option value="OrRd">OrRd</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
37 <option value="Oranges">Oranges</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
38 <option value="PRGn">PRGn</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
39 <option value="Paired">Paired</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
40 <option value="Pastel1">Pastel1</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
41 <option value="Pastel2">Pastel2</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
42 <option value="PiYG">PiYG</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
43 <option value="PuBu">PuBu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
44 <option value="PuBuGn">PuBuGn</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
45 <option value="PuOr">PuOr</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
46 <option value="PuRd">PuRd</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
47 <option value="Purples">Purples</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
48 <option value="RdBu">RdBu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
49 <option value="RdGy">RdGy</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
50 <option value="RdPu">RdPu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
51 <option value="RdYlBu">RdYlBu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
52 <option value="RdYlGn">RdYlGn</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
53 <option value="Reds">Reds</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
54 <option value="Set1">Set1</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
55 <option value="Set2">Set2</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
56 <option value="Set3">Set3</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
57 <option value="Spectral">Spectral</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
58 <option value="Wistia">Wistia</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
59 <option value="YlGn">YlGn</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
60 <option value="YlGnBu">YlGnBu</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
61 <option value="YlOrBr">YlOrBr</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
62 <option value="YlOrRd">YlOrRd</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
63 <option value="afmhot">afmhot</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
64 <option value="autumn">autumn</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
65 <option value="binary">binary</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
66 <option value="bone">bone</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
67 <option value="brg">brg</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
68 <option value="bwr">bwr</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
69 <option value="cool">cool</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
70 <option value="coolwarm">coolwarm</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
71 <option value="copper">copper</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
72 <option value="cubehelix">cubehelix</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
73 <option value="flag">flag</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
74 <option value="gist_earth">gist_earth</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
75 <option value="gist_gray">gist_gray</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
76 <option value="gist_heat">gist_heat</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
77 <option value="gist_ncar">gist_ncar</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
78 <option value="gist_rainbow">gist_rainbow</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
79 <option value="gist_stern">gist_stern</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
80 <option value="gist_yarg">gist_yarg</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
81 <option value="gnuplot">gnuplot</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
82 <option value="gnuplot2">gnuplot2</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
83 <option value="gray">gray</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
84 <option value="hot">hot</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
85 <option value="hsv">hsv</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
86 <option value="nipy_spectral">nipy_spectral</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
87 <option value="ocean">ocean</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
88 <option value="pink">pink</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
89 <option value="prism">prism</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
90 <option value="rainbow">rainbow</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
91 <option value="seismic">seismic</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
92 <option value="spring">spring</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
93 <option value="summer">summer</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
94 <option value="tab10">tab10</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
95 <option value="tab20">tab20</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
96 <option value="tab20b">tab20b</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
97 <option value="tab20c">tab20c</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
98 <option value="terrain">terrain</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
99 <option value="winter">winter</option> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
100 </param> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
101 <param type="boolean" name="reverse_cmap" checked="false" label="Reverse color map"/> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
102 </inputs> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
103 <outputs> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
104 <data name="output_png" format="png" from_work_dir="out.png" /> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
105 </outputs> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
106 <tests> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
107 <test> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
108 <param name="input_fits" value="legacysurvey_image.fits"/> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
109 <param name="stretch" value="log"/> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
110 <param name="cmap" value="jet"/> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
111 <output name="output_png" file="legacysurvey_image.png"/> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
112 </test> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
113 </tests> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
114 <help><![CDATA[ |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
115 Creates a bitmap file from a FITS sky image. |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
116 The dynamic range of the FITS image is represented in the output bitmap image by applying "stretch" transformation. |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
117 Matplotlib colormaps are used to represent resulting intensity. |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
118 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
119 --------- |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
120 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
121 **Example:** |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
122 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
123 Here is an example of converting SDSS LegacySurvey image of NGC4388: |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
124 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
125 .. image:: legacysurvey_image.png |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
126 :width: 70 % |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
127 :alt: legacysurvey_image.png |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
128 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
129 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
130 Note that you can also visualize FITS files directly in galaxy with interactive interface based on AladinLite. |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
131 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
132 This tool represents a script which is part of the Astropy package. See |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
133 `astropy help <https://docs.astropy.org/en/latest/visualization/index.html#scripts>`_ |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
134 for further documentation. |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
135 ]]></help> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
136 <citations> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
137 <citation type="doi"> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
138 10.3847/1538-4357/ac7c74 |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
139 </citation> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
140 </citations> |
cf608e2b1436
planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit 1ed262b482599b257c6b323b154bee2412265dbf-dirty
astroteam
parents:
diff
changeset
|
141 </tool> |