-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNEWS
More file actions
77 lines (38 loc) · 2.45 KB
/
NEWS
File metadata and controls
77 lines (38 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
v1.0
Not released on CRAN.
v1.1
FEATURE: Added support for many more ways of specifying deg2dms outputs, e.g. 2d34m45.5s and 2:34:45.5. Code can also take string versions of HMS and DMS coordinates and convert them back to degrees.
v1.2
FEATURE: Added cosmological distance calculator and a sky area calculator.
v1.3 (CRAN)
FEATURE: Added individual cosmology routines as separate functions.
FEATURE: Added new cosgrow (structure growth) and cosmap (generic parameter inputs, not just redshift) functions.
FEATURE: Added sky coordinate matching functionality (coordmatch)
v1.4 (not on CRAN)
CHANGE: cosdistAngSize is now more accurately named cosdistAngScale
FEATURE: Added NEW cosdistAngSize and cosdistAngArea functions that conpute angular properties of extended sources (e.g. galaxies or halos).
FEATURE: Added cosvararea function, which is a simpler interface to cosvarsph where the assumption is aside=bside.
FEATURE: Added cosgrowRhoMean function, which is the mean matter density as a given redshift
FEATURE: Added NFW profile stuff.
FIXED: cosgrow RhoCrit column had a bug that meant it scaled by H(z) not H(z)^2 (cosgrowRhoCrit had no bug).
FEATURE: Added various Planck related functions (cosplanck).
DOCS: Fixed a couple of document issues.
FEATURE: Added Planck 2015 cosmology to cosref.
FEATURE: Added cosdistCoDist12ang function (and related) for arbitrary comoving separations.
FEATURE: Added Duffy 2008 mass to concentration relation.
FEATURE: Added Driver & Robotham 2010 cosmic variance calculator.
FEATURE: Added cosgrowDeltaVir to find over density compared to critical to Rho_crit from Bryan & Norman (1998).
FEATURE: Added coshaloSigmaToTvir (virial temperature of halo/gas).
FEATURE: Added cosgrowCoVel (cosmological recession velocity).
FEATURE: Added cosgrowPecVel (peculiar velocity).
DOCS: New cosdist examples by John Peacock (discussed when visiting ASGR at ICRAR in 2016).
v1.4.1 (on CRAN)
FEATURE: Added radec2xy, xy2radec and getpixscale Tan-Gnomonic WCS projection solvers.
FEATURE: Added cosNFWvcirc and cosNFWvesc functions to compute NFW halo unbinding.
v1.4.2
FEATURE: Now also support Sine-Orthographic projections and can detect the header CTYPE.
FEATURE: Added internalclean function that cleans up a single table that has duplicate (N>1 within some sky position tolerance) sources.
v1.4.6
FEATURE: Added Planck 2018
FEATURE: Added car2sph directly (reduce dependencies)
FEATURE: Some speed things for coordmatch (smallapprox).