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
Read the full documentation at [hostphot.readthedocs.io](https://hostphot.readthedocs.io/en/latest/). It is recommended to read the **Further Information** section to understand how HostPhot works.
19
16
___
17
+
20
18
## Conda environment
21
19
22
20
It is recommended to create an environment before installing HostPhot:
@@ -85,7 +83,6 @@ If the user is not happy with the result of the masking, there are a few paramet
85
83
86
84
Local photometry can be obtained for multiple circular apertures:
87
85
88
-
89
86
```python
90
87
import hostphot.photometry.local_photometry as lp
91
88
@@ -122,31 +119,30 @@ by Schlafly & Finkbeiner (2011) and the extinction law from Fitzpatrick (1999).
122
119
123
120
This is the list of surveys in HostPhot:
124
121
125
-
* DES
126
-
* PS1
127
-
* SDSS
128
-
* GALEX
129
-
* 2MASS
130
-
* WISE
131
-
* unWISE
132
-
* Legacy Survey
133
-
* Spitzer (SEIP)
134
-
* VISTA (VHS, VIDEO, VIKING)
135
-
* HST (WFC3 only)
136
-
* SkyMapper (not well calibrated for extended sources)
137
-
* SPLUS
138
-
* UKIDSS
139
-
* JWST (NIRCam only)
122
+
* DES
123
+
* PS1
124
+
* SDSS
125
+
* GALEX
126
+
* 2MASS
127
+
* WISE
128
+
* unWISE
129
+
* Legacy Survey
130
+
* Spitzer (SEIP)
131
+
* VISTA (VHS, VIDEO, VIKING)
132
+
* HST (WFC3 only)
133
+
* SkyMapper (not well calibrated for extended sources)
134
+
* SPLUS
135
+
* UKIDSS
136
+
* JWST (NIRCam only)
140
137
141
138
## Contributing
142
139
143
-
To contribute, either open an issue or send a pull request (prefered option). You can also contact me directly (check my profile: https://github.com/temuller).
140
+
To contribute, either open an issue or send a pull request (prefered option). You can also contact me directly (check my profile: [https://github.com/temuller](https://github.com/temuller)).
144
141
145
142
### Adding other surveys
146
143
147
144
If you wish a survey to be added to HostPhot, there are a couple of ways of doing it. 1) You can do a pull request, following the same structure as used for the surveys that are already implemented, or 2) open an issue asking for a survey to be added. Either way, there are a fews things needed to add a survey: where to download the images from (e.g., using `astroquery`), zero-points to convert the images's flux/counts values into magnitudes, the magnitude system (e.g. AB, Vega), the pixel scaling of the images (in units of arcsec/pixel), the filters transmission functions and any other piece of information necessary to properly estimate magnitudes, errors, etc. If you open an issue asking for a survey to be added, please include all this information. For more information, please check the [Adding New Surveys](https://hostphot.readthedocs.io/en/latest/further_information/adding_surveys.html) section of the documentation.
148
145
149
-
150
146
## Citing HostPhot
151
147
152
148
If you make use of HostPhot, please cite the following [paper](https://joss.theoj.org/papers/10.21105/joss.04508):
@@ -168,6 +164,11 @@ If you make use of HostPhot, please cite the following [paper](https://joss.theo
168
164
169
165
## What's new
170
166
167
+
v3.1.2
168
+
169
+
* Fixing download of GALEX images (issue introduced in v3.1.0 when trying to avoid timeout error - [#13](https://github.com/temuller/hostphot/issues/13)).
170
+
* Also storing the coordinates of detected objects in RA,DEC and the ellipse parameters a/b in degrees.
171
+
171
172
v3.1.1
172
173
173
174
* Fixing minor bug when calculating dust extinction for Legacy Survey (Issue [#12](https://github.com/temuller/hostphot/issues/12))
@@ -176,7 +177,7 @@ v3.1.1
176
177
v3.1.0
177
178
178
179
* Using DES DR2 instead of DR1
179
-
*Downloading images, for some surveys, trying to avoid timeout errors.
180
+
*Avoid timeout errors when downloading image cutouts for some surveys.
180
181
* Adapting global aperture even if the survey is the same as the reference (mainly to avoid issues with JWST).
181
182
* 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!).
0 commit comments