-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
437 lines (300 loc) · 17.3 KB
/
ChangeLog
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
#
# ChangeLog
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#
# This file part of: SkyMaker
#
# Copyright: (C) Emmanuel Bertin -- 1998-2010 IAP/CNRS/UPMC
#
# License: GNU General Public License
#
# SkyMaker is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# SkyMaker is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with SkyMaker. If not, see <http://www.gnu.org/licenses/>.
#
# Last modified: 12/10/2010
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
------------------------------------------------------------------------
r64 | bertin | 2010-08-25 17:24:06 +0200 (Wed, 25 Aug 2010) | 2 lines
Replaced SATLEV and EXPOTIME FITS header keywords with the more common SATURATE
and EXPTIME, respectively.
------------------------------------------------------------------------
r63 | bertin | 2010-07-20 13:21:28 +0200 (Tue, 20 Jul 2010) | 2 lines
Fixed TFORM error message in fitshead.c (thanks to S.Guieu).
------------------------------------------------------------------------
r62 | bertin | 2010-07-02 13:50:18 +0200 (Fri, 02 Jul 2010) | 3 lines
Removed redundant update_tab() calls.
Fixed fistpick() issue with slashes within strings (thanks to F.Schuller).
------------------------------------------------------------------------
r61 | bertin | 2010-06-02 17:46:51 +0200 (Wed, 02 Jun 2010) | 2 lines
Fixed PSF info display not taking into account the VERBOSE_TYPE QUIET option.
------------------------------------------------------------------------
r60 | bertin | 2010-05-18 16:41:16 +0200 (Tue, 18 May 2010) | 2 lines
Added PSFCENTER_TYPE CENTROID_COMMON option.
------------------------------------------------------------------------
r59 | bertin | 2010-05-17 18:54:58 +0200 (Mon, 17 May 2010) | 3 lines
Added preliminary support for variable PSF generation.
Pushed version number to 3.6.0.
------------------------------------------------------------------------
r58 | bertin | 2010-04-30 19:05:34 +0200 (Fri, 30 Apr 2010) | 2 lines
Fixed compilation problem with configure --disable-threads option.
------------------------------------------------------------------------
r57 | bertin | 2010-04-30 18:51:51 +0200 (Fri, 30 Apr 2010) | 3 lines
Added new PSFCENTER_TYPE configuration option (not yet fully tested).
Pushed version number to 3.5.1.
------------------------------------------------------------------------
r56 | bertin | 2010-04-29 11:31:39 +0200 (Thu, 29 Apr 2010) | 2 lines
Fixed detection issue with the lgamma() POSIX math function.
------------------------------------------------------------------------
r55 | bertin | 2010-04-24 11:31:11 +0200 (Sat, 24 Apr 2010) | 3 lines
Fixed array overflow.
Improved displayed info.
------------------------------------------------------------------------
r54 | bertin | 2010-04-24 01:03:11 +0200 (Sat, 24 Apr 2010) | 2 lines
Improved information display.
------------------------------------------------------------------------
r53 | bertin | 2010-04-24 00:31:46 +0200 (Sat, 24 Apr 2010) | 2 lines
Fixed multithreading issue with extra image mutex on MacOSX.
------------------------------------------------------------------------
r52 | bertin | 2010-04-23 23:50:43 +0200 (Fri, 23 Apr 2010) | 3 lines
Added support for 4D input PSF datacubes.
Pushed version number to 3.5.0.
------------------------------------------------------------------------
r51 | bertin | 2010-01-22 17:04:33 +0100 (Fri, 22 Jan 2010) | 2 lines
Added support for 64 bit binary table elements in FITS library (thanks to
J.P. McFarland).
------------------------------------------------------------------------
r50 | bertin | 2009-11-18 17:49:47 +0100 (Wed, 18 Nov 2009) | 2 lines
Fixed issue with FFTW configure for custom library paths.
------------------------------------------------------------------------
r49 | bertin | 2009-09-10 19:29:21 +0200 (Thu, 10 Sep 2009) | 6 lines
Added --enable-auto-flags.
Added --enable-best-link configure option.
Added rpm-best option in Makefile.am.
Cleaned up configure file.
Pushed version number to 3.4.0.
------------------------------------------------------------------------
r48 | bertin | 2009-06-26 17:49:00 +0200 (Fri, 26 Jun 2009) | 4 lines
Replaced configuration error with warning if FFTW is not multithreaded and
multithreading has been activated (the default).
Added autoconfig support for FFTW multithreaded versions combined in libfftw3.
Version number pushed to 3.3.5.
------------------------------------------------------------------------
r47 | bertin | 2009-05-22 14:30:25 +0200 (Fri, 22 May 2009) | 3 lines
Added filtering of non-numerical characters for floating-point FITS keywords
(thanks to D.G. Bonfield for the suggestion).
Included Chiara's MissFITS fix in fitspick().
------------------------------------------------------------------------
r46 | bertin | 2009-04-16 00:23:46 +0200 (Thu, 16 Apr 2009) | 3 lines
Restored the possibility to have rectangular PSF maps with sizes non-power-of-2.
Fixed FFT bug with rectangular pixel maps (thanks to T.Darnell).
------------------------------------------------------------------------
r44 | bertin | 2009-04-09 15:27:23 +0200 (Thu, 09 Apr 2009) | 1 line
Fixed references to COPYRIGHT file.
------------------------------------------------------------------------
r43 | bertin | 2009-04-09 12:29:51 +0200 (Thu, 09 Apr 2009) | 1 line
Pushed version number to 3.3.3.
------------------------------------------------------------------------
r42 | bertin | 2009-04-01 18:37:34 +0200 (Wed, 01 Apr 2009) | 2 lines
Changed license.
------------------------------------------------------------------------
r41 | bertin | 2009-04-01 18:21:55 +0200 (Wed, 01 Apr 2009) | 3 lines
Fixed icc 11 compilations options on x86-64 architecture.
Cleaned up obsolete references.
------------------------------------------------------------------------
r39 | bertin | 2009-03-23 18:17:11 +0100 (Mon, 23 Mar 2009) | 2 lines
Set License string to CeCILL in the .spec file.
------------------------------------------------------------------------
r38 | bertin | 2009-03-23 18:04:34 +0100 (Mon, 23 Mar 2009) | 3 lines
Fixed rpm build issue on Fedora Core 10.
Fixed display of max thread number in configure help.
------------------------------------------------------------------------
r37 | bertin | 2009-03-23 16:32:03 +0100 (Mon, 23 Mar 2009) | 4 lines
Cleaned up Makefile.am RPM options.
Updated icc compilation flags to 11.0 syntax.
Pushed version number to 3.3.2.
------------------------------------------------------------------------
r35 | root | 2009-01-09 17:25:01 +0100 (Fri, 09 Jan 2009) | 1 line
Changed trunk directory name
------------------------------------------------------------------------
r34 | bertin | 2008-10-15 18:00:43 +0200 (Wed, 15 Oct 2008) | 2 lines
Added missing dist-hook to remove .svn repositories from archive.
------------------------------------------------------------------------
r33 | bertin | 2008-10-01 19:07:31 +0200 (Wed, 01 Oct 2008) | 2 lines
Updated FITS library to the latest version.
------------------------------------------------------------------------
r32 | bertin | 2008-10-01 19:03:25 +0200 (Wed, 01 Oct 2008) | 6 lines
Updated autotools scripts (thanks to Greg Daues for pointing this out).
Updated compiler autoconfiguration script.
Updated .spec RPM script.
Added rpm-icc target.
Version is now 3.3.1.
------------------------------------------------------------------------
r31 | bertin | 2008-09-01 17:23:30 +0200 (Mon, 01 Sep 2008) | 5 lines
Redesigned completely configure and RPM scripts to support dynamic linking with
FFTW by default (finally gave up on static linking).
Fixed various issues with FFTW autoconfiguration script.
The RPM archive code is now systematically multithreaded.
Pushed version number to 3.3.0.
------------------------------------------------------------------------
r30 | bertin | 2008-08-26 16:45:14 +0200 (Tue, 26 Aug 2008) | 2 lines
Fixed issue with detection of the threaded FFTW library.
------------------------------------------------------------------------
r29 | bertin | 2008-04-07 19:04:38 +0200 (Mon, 07 Apr 2008) | 4 lines
Added sincos() polynomial trick to speed up image interpolation.
Minor bug fixes in interpolation.
Pushed version number to 3.2.1
------------------------------------------------------------------------
r28 | bertin | 2008-03-19 14:07:15 +0100 (Wed, 19 Mar 2008) | 3 lines
Added support for non-integer, <1 PSF_OVERSAMP for external PSFs.
Version number pushed to 3.2.1.
------------------------------------------------------------------------
r27 | bertin | 2007-09-28 17:06:22 +0200 (Fri, 28 Sep 2007) | 2 lines
Fixed multithreading issue with the internal star simulation.
------------------------------------------------------------------------
r26 | bertin | 2007-09-28 14:36:57 +0200 (Fri, 28 Sep 2007) | 3 lines
Fixed some bugs in GRID and GRID_NONOISE mode.
Version number pushed to 3.2.0.
------------------------------------------------------------------------
r25 | bertin | 2007-09-27 20:55:35 +0200 (Thu, 27 Sep 2007) | 2 lines
Added IMAGE_TYPE GRID and GRID_NONOISE options.
------------------------------------------------------------------------
r24 | bertin | 2007-07-17 14:02:59 +0200 (Tue, 17 Jul 2007) | 2 lines
Fixed malloc problem in the configure.
------------------------------------------------------------------------
r23 | bertin | 2007-07-17 13:54:28 +0200 (Tue, 17 Jul 2007) | 2 lines
Updated the FITS library to the latest version.
------------------------------------------------------------------------
r22 | bertin | 2007-06-23 17:12:26 +0200 (Sat, 23 Jun 2007) | 3 lines
Fixed issue with quantization limit.
Moved to LANCZOS3 interpolation.
------------------------------------------------------------------------
r21 | marmo | 2007-06-19 20:45:53 +0200 (Tue, 19 Jun 2007) | 1 line
rpm building generalised.
------------------------------------------------------------------------
r20 | bertin | 2007-03-27 20:29:08 +0200 (Tue, 27 Mar 2007) | 2 lines
Fixed flag issue in FFTW3 fftw_plan_dft_r2c_2d() calls.
------------------------------------------------------------------------
r19 | bertin | 2007-02-28 16:11:10 +0100 (Wed, 28 Feb 2007) | 2 lines
Fixed defective filtering of bright stars in the multithreaded version.
------------------------------------------------------------------------
r18 | bertin | 2007-01-16 21:35:04 +0100 (Tue, 16 Jan 2007) | 2 lines
Changed PSF_NORDER to 11 (max galaxy convolution mask size = 2048 pixels).
------------------------------------------------------------------------
r17 | bertin | 2007-01-16 21:23:55 +0100 (Tue, 16 Jan 2007) | 2 lines
Added config/ subdir containing sample.list file.
------------------------------------------------------------------------
r16 | bertin | 2007-01-16 21:21:29 +0100 (Tue, 16 Jan 2007) | 5 lines
Cleaned up old, unused FFT routines.
Updated HISTORY, BUGS and README.
Added support for 32 and 64 builds compiled with icc.
Pushed version number to 3.1.
------------------------------------------------------------------------
r15 | bertin | 2007-01-15 22:02:07 +0100 (Mon, 15 Jan 2007) | 2 lines
Fixed missing libfftw3f_threads link.
------------------------------------------------------------------------
r14 | bertin | 2007-01-15 21:38:42 +0100 (Mon, 15 Jan 2007) | 2 lines
Fixed mutex bug with galaxy lists.
------------------------------------------------------------------------
r13 | bertin | 2006-11-17 17:41:54 +0100 (Fri, 17 Nov 2006) | 3 lines
Fixed (again) the galaxy disk boundary problem.
Fixed help options and syntax.
------------------------------------------------------------------------
r12 | bertin | 2006-09-23 22:54:54 +0200 (Sat, 23 Sep 2006) | 5 lines
Made image resampling routine more flexible.
Changed default resampling to bilinear (instead of Lanczos3).
Fixed frame scaling bug for disks (thanks to Celine Delleluche).
Lowered quantization limit to 1 in IMAGE_TYPE IMAGE_NONOISE mode.
------------------------------------------------------------------------
r11 | bertin | 2006-09-17 20:20:18 +0200 (Sun, 17 Sep 2006) | 2 lines
Fixed compilation issue with random_poisson().
------------------------------------------------------------------------
r10 | bertin | 2006-08-21 22:15:59 +0200 (Mon, 21 Aug 2006) | 2 lines
Fixed default number of threads.
------------------------------------------------------------------------
r9 | bertin | 2006-08-21 10:38:05 +0200 (Mon, 21 Aug 2006) | 3 lines
Fixed missing "noise" mutex.
Fixed flux issue with aureoles.
------------------------------------------------------------------------
r8 | bertin | 2006-08-17 21:58:08 +0200 (Thu, 17 Aug 2006) | 7 lines
Parallelised FFT in aureole generation.
Added noise parallelisation.
Redesigned noise functions to make them reentrant.
Log display added in multithreaded mode.
SkyMaker now fully parallelised.
A flux amplitude bug problem remains in galaxy simulations.
------------------------------------------------------------------------
r7 | bertin | 2006-08-17 18:03:24 +0200 (Thu, 17 Aug 2006) | 3 lines
Added support for multithreaded FFTW in PSF generation.
Some further optimisations in image cosmetics routines.
------------------------------------------------------------------------
r6 | bertin | 2006-08-16 21:21:42 +0200 (Wed, 16 Aug 2006) | 4 lines
Changed star image resampling routine (same as galaxies now).
Added multithreading to starfield generation.
Changed memory handling for image buffers.
------------------------------------------------------------------------
r5 | bertin | 2006-08-15 22:02:12 +0200 (Tue, 15 Aug 2006) | 4 lines
Added multithreaded list object image generation (not fully tested yet).
Added automatic detection of the number of CPUs on BSD, HP/UX and IRIX systems.
Updated the FITS library to the latest version.
------------------------------------------------------------------------
r4 | bertin | 2006-08-10 19:22:05 +0200 (Thu, 10 Aug 2006) | 2 lines
Merged with official version 3.0.3.
------------------------------------------------------------------------
r3 | baillard | 2006-07-18 13:55:03 +0200 (Tue, 18 Jul 2006) | 2 lines
Move skymaker to public repository
------------------------------------------------------------------------
r2 | bertin | 2005-10-17 17:01:06 +0200 (Mon, 17 Oct 2005) | 1 line
first SkyMaker import
-------------------------------- old ChangeLog --------------------------------
Who When Where(mostly) What
EB 17/08/98 random.c New randomization module.
fitsutil.c Upgraded fitswrite() function
- Portability issues fixed.
EB 15/09/98 fft.c Portability issues fixed.
EB 24/09/98 - Preliminary support for galaxies added.
EB 28/09/98 galaxies.c New galaxy simulation procedure.
EB 29/09/98 fft.c Unused functions removed.
EB 02/01/99 readlist()
putgal() Improve robustness towards inadequate
and missing parameters in input lists.
EB 05/01/99 image.c
putgal() Fixed galaxy centering bug.
EB 06/02/99 putgal() Fixed another galaxy centering bug.
EB 09/03/99 makeaureole() Temporary "fix" of an aureole
generation on Linux PCs. Waiting for a
more serious debugging.
EB 13/04/99 useprefs() Make sure that oversampling is odd.
EB 15/09/99 putgal()
list.c Change of input/output list format:
add a column for bulge position angle
(and z is now available for output, too).
EB 26/09/99 psf.c Soft, circular clipping of PSF and DFT
masks.
galaxies.c Thresholding of raw and convolved
galaxies to remove mask artifacts.
useprefs() Better computation of PSF area.
writeobj() Output re-formatted.
EB 02/10/99 writeima()
imaout.h Added config. in FITS header.
EB 06/10/99 fft.c
fft.h
imaout.c Fixed compilation warnings on OSF.
EB 12/10/99 fft.c Fixed compilation warnings on Solaris.
EB 15/10/99 putgal() Fixed galaxy size bugs for faint objects
EB 21/09/2005 - Partially rewritten and repackaged
version with support for external PSFs.
EB 26/09/2005 fft.c Convolution of galaxies now done with
FFTW.
EB 28/09/2005 imaout.c FITS output rewritten to improve FITS
compliance.
EB 15/06/2006 sim_init() Fixed missing motion y factor scaling.