You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-12Lines changed: 33 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,21 +166,32 @@ If you make use of HostPhot, please cite the following [paper](https://joss.theo
166
166
}
167
167
```
168
168
169
-
## What's new!
169
+
## What's new
170
+
171
+
v3.1.0
172
+
173
+
* Using DES DR2 instead of DR1
174
+
* Downloading images, for some surveys, trying to avoid timeout errors.
175
+
* Adapting global aperture even if the survey is the same as the reference (mainly to avoid issues with JWST).
176
+
* Fixing/adding features from different issues, mainly for HST/JWST ([#8](https://github.com/temuller/hostphot/issues/8), [#9](https://github.com/temuller/hostphot/issues/9), [#10](https://github.com/temuller/hostphot/issues/10), [#11](https://github.com/temuller/hostphot/issues/11) - thanks Lisa!).
177
+
170
178
v3.0.0
171
-
* Major internal restructuring of the code
172
-
* Convert the cutouts into a module with each survey as a different submodule
173
-
* Storage of input parameters (with timestamps)
174
-
* Storage of output parameters in a more friendly format
175
-
* Restructuring of output files
176
-
* Fix the VISTA SCIENCE ARCHIVE url for downloading VISTA images
179
+
180
+
* Major internal restructuring of the code:
181
+
* Convert the cutouts into a module with each survey as a different submodule
182
+
* Storage of input parameters (with timestamps)
183
+
* Storage of output parameters in a more friendly format
184
+
* Restructuring of output files
185
+
* Fix the VISTA SCIENCE ARCHIVE url for downloading VISTA images.
177
186
* Fix issue with VISTA image size when downloading cuouts
178
187
* The download of VISTA images now automatically chooses the survey with overlap for the given coordinates, prioritising the survey with deeper coverage.
179
188
* The user experience is kept approximately consistent with previous versions, but there are some changes
180
189
* Download of HST images is now working!
181
190
* Adding download of JWST images!
191
+
182
192
___
183
193
v2.10.0
194
+
184
195
* Adding JWST! (few NIRCam filters for now - thanks to Lisa Kelsey for this addition)
185
196
* SkyMapper upgrade from DR2 to DR4 (note that there is still a problem with the photometric calibration of extended sources)
186
197
* Fix HST functions, which includes working with Drizzlepac images
@@ -189,11 +200,13 @@ v2.10.0
189
200
* Close some fits images that were previously kept opened
190
201
191
202
v2.9.0
203
+
192
204
* Fixing issue when applying/propagating common-mask parameters (e.g. from a coadd) to other images
193
205
* Updated error propagation for Legacy Survey with inverse-variance maps (using it as a weight mask now)
194
206
* Bumping up the DR version of VIKING and VIDEO for VISTA
195
207
196
208
v2.8.0
209
+
197
210
* Fix SED plotting with negative or too large values/errors, and improve plotting aesthetics
198
211
* Fix problem downloading some 2MASS images giving internal server error (no image overlap)
199
212
* Adding UKIDSS, SPLUS and SkyMapper surveys. WARNINGS: SkyMapper photometry (DR2) is not very accurate with extended sources!
@@ -208,31 +221,38 @@ v2.8.0
208
221
* Kron radius is no longer "optimized", just the scale, which doesn't have any effect in practice for the user
209
222
210
223
v2.7.1
224
+
211
225
* Adding SED plotting
212
-
* Fixed plotting angle of masked object
226
+
* Fixed plotting angle of masked object
213
227
214
228
v2.7.0
229
+
215
230
* MAJOR BUG: Convertion factor between different pixel scales fixed (it was previously inverted). This affects the common aperture photometry between different surveys!
216
231
* Moving font family to `_constant.py` file
217
232
218
233
v2.6.2
234
+
219
235
* Prettier plots (now using `aplpy`), but also more informative!
220
-
* Scale of the apertures for the masks is now a parameter (`r`)
236
+
* Scale of the apertures for the masks is now a parameter (`r`)
221
237
* Raise exception is now `True` by default when calculating photometry
222
238
223
239
v2.6.1
240
+
224
241
* 2MASS cutouts improved (picking largest image)
225
242
226
243
v2.6.0:
244
+
227
245
* HST (WFC3 only - pseudo-trial) included
228
246
* 2MASS cutouts fixed (it now downloads the image closest to the given coordinates)
229
247
230
248
v2.5.1:
249
+
231
250
* Using sfdmap2 instead of sfdmap to avoid issues with numpy version (requires Python>=3.9)
232
251
233
252
v2.5.0:
253
+
234
254
* Systematic error floor added to PS1 photometry
235
-
* Added missing uncertainties in the error budget of DES (~5 mmag)
255
+
* Added missing uncertainties in the error budget of DES (~5 mmag)
236
256
* Flux/counts have been added to output photometry
237
257
* GALEX now downloads images with largest exposure time by default
238
258
* Fixed image realignment/orientation between different surveys when using common apertures (for masking and global photometry)
@@ -244,15 +264,16 @@ v2.5.0:
244
264
* Other minor bugs fixed
245
265
246
266
v2.4.0:
267
+
247
268
* Fixed and improved GALEX cutouts
248
269
* Better galaxy identification
249
270
* Better output plots for masked images
250
271
* Option to return NaN or raise an exception when getting photometry
251
272
252
273
v2.3.2:
253
-
* Improved download of GALEX images (download even if they seem to be just background noise)
254
274
275
+
* Improved download of GALEX images (download even if they seem to be just background noise)
255
276
256
277
## Acknowledgements
257
278
258
-
I thank Yuchen LIU for helping me adding Spitzer as part of AstroHackWeek 2022.
279
+
I thank Yuchen LIU for helping me adding Spitzer as part of AstroHackWeek 2022. I also thank Lisa Kelsay for helping add HST and JWST.
0 commit comments