Skip to content

Commit 89da133

Browse files
committed
Merge pull request #597 from evertrol/update/irsa_dust_docs
Update IRSA dust documentation
2 parents afba4f1 + 1e97e7f commit 89da133

File tree

1 file changed

+36
-23
lines changed

1 file changed

+36
-23
lines changed

docs/irsa/irsa_dust.rst

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -122,28 +122,39 @@ value:
122122
>>> C = coord.SkyCoord("22h57m57.5s +26d09m00.09s", frame='fk4')
123123
>>> table = IrsaDust.get_extinction_table(C)
124124
125-
Downloading http://irsa.ipac.caltech.edu//workspace/TMP_UkhZqQ_9824/DUST/22h57m57.5s_+26d09m00.09s_Equatorial_B1950.v0001/extinction.tbl
126-
|===========================================| 1.3k/1.3k (100.00%) 00s
125+
Downloading http://irsa.ipac.caltech.edu//workspace/TMP_wuevFn_3781/DUST/345.094229457703_26.418650782801027.v0001/extinction.tbl
126+
|=======================================================================================| 4.4k/4.4k (100.00%) 0s
127127
128128
>>> print(table)
129129
130-
Filter_name LamEff(A) A/Av A/E(B-V) A(mag)
131-
----------- --------- ----- -------- ------
132-
CTIO U 0.3683 1.521 4.968 0.21
133-
CTIO B 0.4393 1.324 4.325 0.183
134-
DSS-II g 0.4814 1.197 3.907 0.165
135-
CTIO V 0.5519 0.992 3.24 0.137
136-
DSS-II r 0.6571 0.811 2.649 0.112
137-
CTIO R 0.6602 0.807 2.634 0.111
138-
CTIO I 0.8046 0.601 1.962 0.083
139-
DSS-II i 0.8183 0.58 1.893 0.08
140-
UKIRT J 1.266 0.276 0.902 0.038
141-
UKIRT H 1.6732 0.176 0.576 0.024
142-
UKIRT K 2.2152 0.112 0.367 0.016
143-
IRAC-1 3.6 0.06 0.197 0.008
144-
IRAC-2 4.5 0.055 0.18 0.008
145-
IRAC-3 5.8 0.05 0.164 0.007
146-
IRAC-4 8.0 0.045 0.148 0.006
130+
Filter_name LamEff A_over_E_B_V_SandF A_SandF A_over_E_B_V_SFD A_SFD
131+
microns mags mags
132+
----------- ------- ------------------ ------- ---------------- -----
133+
CTIO U 0.3734 4.107 0.229 4.968 0.277
134+
CTIO B 0.4309 3.641 0.203 4.325 0.241
135+
CTIO V 0.5517 2.682 0.149 3.24 0.181
136+
CTIO R 0.652 2.119 0.118 2.634 0.147
137+
CTIO I 0.8007 1.516 0.084 1.962 0.109
138+
DSS-II g 0.4621 3.381 0.188 3.907 0.218
139+
DSS-II r 0.6546 2.088 0.116 2.649 0.148
140+
DSS-II i 0.8111 1.487 0.083 1.893 0.105
141+
SDSS u 0.3587 4.239 0.236 5.155 0.287
142+
SDSS g 0.4717 3.303 0.184 3.793 0.211
143+
SDSS r 0.6165 2.285 0.127 2.751 0.153
144+
SDSS i 0.7476 1.698 0.095 2.086 0.116
145+
SDSS z 0.8923 1.263 0.07 1.479 0.082
146+
UKIRT J 1.248 0.709 0.039 0.902 0.05
147+
UKIRT H 1.659 0.449 0.025 0.576 0.032
148+
UKIRT K 2.19 0.302 0.017 0.367 0.02
149+
2MASS J 1.23 0.723 0.04 0.937 0.052
150+
2MASS H 1.64 0.46 0.026 0.591 0.033
151+
2MASS Ks 2.16 0.31 0.017 0.382 0.021
152+
IRAC-1 3.52 0.178 0.01 0.22 0.012
153+
IRAC-2 4.46 0.148 0.008 0.183 0.01
154+
IRAC-3 5.66 0.13 0.007 0.162 0.009
155+
IRAC-4 7.68 0.122 0.007 0.151 0.008
156+
WISE-1 3.32 0.189 0.011 0.234 0.013
157+
WISE-2 4.57 0.146 0.008 0.18 0.01
147158
148159
Get other query details
149160
-----------------------
@@ -161,7 +172,8 @@ with all the four sections will be returned.
161172
>>> table = IrsaDust.get_query_table('2MASXJ23045666+1219223') # get the whole table
162173
>>> print(table)
163174
164-
RA Dec coord sys regSize ... temp mean temp std temp max temp min
175+
RA Dec coord sys regSize ... temp mean temp std temp max temp min
176+
deg deg deg
165177
--------- -------- --------- ------- ... --------- -------- -------- --------
166178
346.23608 12.32286 equ J2000 5.0 ... 17.0721 0.0345 17.1189 17.0152
167179
@@ -171,9 +183,10 @@ with all the four sections will be returned.
171183
... section='ebv')
172184
>>> print(table)
173185
174-
ext desc ... ext min
175-
---------------- ... -------
176-
E(B-V) Reddening ... 0.1099
186+
ext desc ... ext SFD min
187+
...
188+
---------------- ... -----------
189+
E(B-V) Reddening ... 0.1099
177190
178191
179192
Reference/API

0 commit comments

Comments
 (0)