https://github.com/AngusWright/LAMBDAR

sort by:
Revision Author Date Message Commit Date
ac9412a added plot.device to sky plots function call 03 May 2022, 13:01:25 UTC
9a6b3e6 add tolerance option to PSF estimation routine 31 March 2022, 20:02:13 UTC
7c75671 update INSTALL to use remotes 31 March 2022, 20:00:06 UTC
ea2bd81 Use AngusWright astro fork 25 March 2022, 08:00:28 UTC
4c7909f added remote astro dependency 25 March 2022, 07:53:53 UTC
7fdde90 update ellipse keyword names 19 February 2021, 11:58:40 UTC
229cb7e update neighbour-check in estimate.psf to radial and use proper centroid 19 February 2021, 10:59:00 UTC
6ebf294 update Version 08 January 2021, 10:36:22 UTC
cc17ae8 add fix for few sources 08 January 2021, 10:31:23 UTC
21feaf4 fix case for few sources 08 January 2021, 10:28:40 UTC
4dd322a fix typo in sample call 18 November 2020, 22:58:26 UTC
cf65e91 fix typo in create.par.file 18 November 2020, 17:46:30 UTC
7aa5749 added MaxNumPSF option for PSF estimates 13 November 2020, 15:12:15 UTC
236c61a Added radial tolerance parameter 13 November 2020, 13:50:45 UTC
4d5348d added back astro to namespace; needed by read.astrometry 10 November 2020, 20:01:18 UTC
2e8d294 remove astro from namespace 05 October 2020, 12:11:54 UTC
e617864 Merge branch 'master' of github.com:AngusWright/LAMBDAR 05 October 2020, 12:06:37 UTC
1e4927a updated description with new email and removed astro depend 05 October 2020, 12:04:59 UTC
425f09d added numeric clause to pyfitsread definition 30 July 2019, 12:01:12 UTC
1cb73aa Merge branch 'master' of github.com:AngusWright/LAMBDAR 30 July 2019, 11:58:27 UTC
40ba98a fixed bug in PyFITSRead default 30 July 2019, 11:57:05 UTC
9df0ef7 Merge branch 'master' of github.com:AngusWright/LAMBDAR 18 June 2019, 18:14:38 UTC
de9da06 remove magic numbers estimate.psf 18 April 2019, 09:13:13 UTC
bceabbd remove default radius in PSF contamination search 28 January 2019, 14:04:18 UTC
ccb3f6e added machine name to startup, added fractional rejection of nearby sources in psf estimation, added catch for failed background estimate in psf estimation 15 January 2019, 15:34:13 UTC
29ad148 added ability to smooth image in plot.lam.cat 30 October 2018, 09:23:40 UTC
8e5beb6 minor adjustments to plot, read, and write functions 23 October 2018, 13:59:18 UTC
6e97b5a make read.ldac default to putting temporary files in the working directory, rather than in the catalogue directory 18 September 2018, 15:51:25 UTC
04baefb Bug fix in ran.cor function, which caused sources that are physically large on-sky and/or in heavily populated parts of sky to have anomolously large errors, when calculating blanks. 18 September 2018, 15:25:22 UTC
6d1285a minor updates 06 August 2018, 17:46:12 UTC
da162f6 further fixes to major slowdown caused by read.fitskey 01 August 2018, 16:10:04 UTC
ed43c80 fixed major slowdown in astrometry read 01 August 2018, 16:07:10 UTC
7e51eea added timestamps to logfile 01 August 2018, 12:54:41 UTC
530fdde added pyfits read functionality 01 August 2018, 12:44:43 UTC
b104098 removed quasi-segmentation in first step of iteration 26 July 2018, 11:49:43 UTC
be7a731 Merge branch 'master' of github.com:AngusWright/LAMBDAR merging with remote 26 July 2018, 11:22:11 UTC
a648845 Fixed bug in quasi-segmentation of apertures at first iteration step. Added simple function for easy plotting of input catalogues and images. 26 July 2018, 11:14:17 UTC
4296297 update minimum truncation radius to fixed value of 10 pixels 06 July 2018, 18:23:56 UTC
b551730 update minimum truncation radius for PSF estimation to 1.5*FWHM. 05 July 2018, 17:11:28 UTC
ef54308 added possible patch for error when image is populated with large numbers of NA/NaNs. 02 July 2018, 21:42:18 UTC
d8f83f3 Merge branch 'master' of github.com:AngusWright/LAMBDAR 26 June 2018, 23:04:28 UTC
b3edd9a Various modifications, added check for PSF truncation that ensures second derivative is rising at truncation point. 26 June 2018, 23:03:31 UTC
635a2dd Merge branch 'master' of github.com:AngusWright/LAMBDAR 26 June 2018, 23:00:44 UTC
4f6147c added message when breaking iteration. 26 June 2018, 23:00:08 UTC
325c58b update read.ldac to only convert to csv when reading vectorised data tables 29 May 2018, 15:32:47 UTC
0024adc remove Cairo from NAMESPACE 29 May 2018, 13:25:48 UTC
17752fb Merge branch 'master' of github.com:AngusWright/LAMBDAR merge with remote 29 May 2018, 13:19:59 UTC
d4b6dd0 Adding LDAC format compatability 29 May 2018, 13:19:21 UTC
8df39a7 Added exception for when only a single object in the subset and not performing convolution. 17 April 2018, 14:49:22 UTC
840a6a4 Added removal of contams for group indexing 20 March 2018, 19:47:12 UTC
3590030 added catch for epsf.id when not performing PSFCheck 20 March 2018, 08:46:36 UTC
060e13e Merge branch 'master' of github.com:AngusWright/LAMBDAR Merging local version with PSFCheck parameter to master branch 19 March 2018, 18:25:49 UTC
8c68668 Added PSFCheck Parameter 19 March 2018, 18:24:57 UTC
b3759dc Added PSFCheck parameter to select whether estimating PSF from the image for diagnostic purposes is wanted. 19 March 2018, 18:20:05 UTC
6e92a67 update version 19 March 2018, 18:09:48 UTC
4e339bc Added catch for non-numeric gain in quick-shot calculation. 19 March 2018, 18:08:06 UTC
b62c0a8 Added the 'CarefulWithEdges' parameter, which (when turned off) stops LAMBDAR from being careful with sources that lie at the edges of the image. This option is largely untested, but may help in speeding up large jobs (as overlapping image analyses may no longer have to be as large). 14 February 2018, 18:29:57 UTC
5facf14 Added ability to plot only science targets by setting PlotAll >= 2 14 February 2018, 11:56:49 UTC
4484502 Added additional verbose output column for an approximate value of the shot noise uncertainty, to compare with the various other uncertainty components in the catalogue. 13 February 2018, 15:46:04 UTC
a3c56ec Fixed crash caused by quartered photometry warning when only 1 non-contaminant is left in the imaging at the end of the program. 13 February 2018, 13:28:23 UTC
c6dcb2b added catch for when there are no sources with major axis length equal to minimum aperture length in the catalogue (and so there are no sources that LAMBDAR would treat as being point-sources). 13 February 2018, 12:36:38 UTC
a9e992b Modify create.par.file to convert logical arguments to the expected numeric values before parameter file creation. 13 February 2018, 11:56:21 UTC
bf5212c Modified CoG code to make plotting script in a separate function. Stopped warning at parfile read from misnamed keyword. Changed the minimum stamp size from 15 -> 20 pixels. Stopped warnings from magimage being printed to screen. 07 February 2018, 19:56:48 UTC
3ec612c catch for error when segmentation aperture is entirely 0 05 February 2018, 15:55:14 UTC
dce0b4f typo in diagnostic return 31 January 2018, 12:08:17 UTC
c8d4155 Update code to prevent magmap crash in plot.ran.cor, and stop warning messages in PlotDev 30 January 2018, 15:40:45 UTC
6940df7 Remove Cairo support; no longer needed 24 January 2018, 15:22:09 UTC
82518c6 Fix bug where Randoms correction plots always go to screen 24 January 2018, 14:28:28 UTC
9451bc5 missed bracket in last commit 22 January 2018, 19:32:03 UTC
e89e69e Modified plotting script and par file to allow for user to choose the output device for plots. 22 January 2018, 19:30:17 UTC
f1cef73 minor bug fix in estimated psf plotting 22 January 2018, 13:23:11 UTC
ab8c625 Merge branch 'master' of github.com:AngusWright/LAMBDAR Merge desktop updates to master 08 January 2018, 12:14:55 UTC
1d1d282 Remove browser call when randoms/blanks diagnostic plot fails. 08 January 2018, 12:14:06 UTC
bc5b63a Update install to correct install_github syntax 05 January 2018, 19:02:32 UTC
68b3712 Minor change: spped up cataid generation in segmentation catalogue creation. 05 January 2018, 19:01:26 UTC
e459af4 Add catch for when some data are very far away from the initial estimate in the fitting function (and causes a singular gradient) and so no fit is returned. 01 December 2017, 18:15:52 UTC
270eb40 Added debug command compatibility to the create.sim functions, fixed minor bug where trimming down of estimate PSF sample in second (and subsequent) flux bins may be too restrictive. 29 November 2017, 15:59:31 UTC
0341925 Modified the order of the estimate.psf sample selection process to speed the routine up when estimating the PSF from a very dense field. Fixed bug in propogation of the error image header when no gain value, weight image, or error image is supplied. 29 November 2017, 13:46:43 UTC
5b3d393 Addition of saturation clip in sky estimates, and minor bug fix in PSF estimation source rejection. 15 November 2017, 13:47:14 UTC
af5c6b9 Minor bug fixes in selection of sources used for PSF estimation. Propogation of post-truncation PSF centroid throughout subsequent measurements that use the PSF estimate. 09 November 2017, 16:50:29 UTC
9634c23 Fix bug in table write when removing contaminants (PSFxData variable) 06 November 2017, 14:32:51 UTC
c80b397 Fixed bugs in PSF estimation, and minor bug in catalogue read where galaxies were missed if catalogue contained empty lines. 02 November 2017, 17:51:24 UTC
3ea22af Fix for crash when PSF estimate fails in 1 bin 02 November 2017, 14:04:54 UTC
cd5a263 Modify estimate.psf to run when also using min aperture radius 02 November 2017, 10:36:48 UTC
addb852 Changes to PSF estimation routine to produce more reliable estimates. 26 October 2017, 15:23:13 UTC
aa002bf Minor bug fixes in beamarea propogation and psf estimate warning flag 26 October 2017, 13:13:27 UTC
4535c08 Removed rogue browser() command from debugging 26 October 2017, 12:31:08 UTC
dd69daa Cleaned up folds and comments 25 October 2017, 11:23:54 UTC
0c808ba Fixed bug where mask was not checked when only 1 aperture provided in the image. Improved Error Map generation to allow generation from a weight map with manually provided gain. 25 October 2017, 11:20:29 UTC
a876e10 Update description 24 October 2017, 13:18:06 UTC
22e61a8 Merge branch 'master' of github.com:AngusWright/LAMBDAR Conflicts: R/xy.to.ad.R fixed conflict in xy.to.ad and flux.measurements 24 October 2017, 10:43:05 UTC
87af7c3 minor bug fixes. __COMMIT STILL IN TESTING__ 24 October 2017, 10:06:10 UTC
7bafca0 Added functions for fast sky estimation, ability to run with multiple PSFs, improved CoG functions, other minor speed improvements. __This commit is still being tested__ 24 October 2017, 08:37:34 UTC
744ff29 Addition of new functions for estimation of the image PSF. Allows for the LAMBDAR to estimate its own PSF per image on the fly, and/or to create correction factors to improve fluxes in the case that a supplied PSF is not an exact match to the data. These functions are currently being tested... Various minor updates including, but not limited to, fixing a feature that stopped the debug() function from working on some core functions, speeding up some functions (in particular during deblending). 12 October 2017, 15:52:50 UTC
c00ef39 Merge branch 'master' of github.com:AngusWright/LAMBDAR Merging with Local on macbook109; various on-the-road additions to documentation etc 10 September 2017, 10:13:05 UTC
6e41376 Added correction values to in-program outputs 10 September 2017, 09:53:56 UTC
f86cea5 Catch for missing x in xy.to.ad 10 September 2017, 09:52:34 UTC
f29c790 Added segmentation apertures, and updated outdated documetation. The segementation aperture usage is still in testing. Segementation catalogue generation (used at the first step) is currently quite slow, and segemented apertures in very low resolution images can be 03 August 2017, 12:26:28 UTC
dcc3510 minor bug fixes in example scripts, fix for 0th iteration problem where faint embedded sources get 0 initial iteration weight. 05 July 2017, 20:10:36 UTC
4ccf7b0 Update to add gaussian aperture definitions, modified image read to catch cases where input image and mask/weight/error maps are not fully aligned, add scripts to allow crop-arrangement to be done prior to running of measure.fluxes, added (currently undocumented) trial mode allowing the program to adapt the number of processors used to speed up computation time. Other minor additions/edits. 12 May 2017, 09:39:19 UTC
back to top