source: tags/release-1.0.1/CHANGES @ 1112

Last change on this file since 1112 was 113, checked in by Matthew Whiting, 18 years ago

Updated the CHANGES file, adding in previous versions and the changes
between them (more for historical interest -- I will not be putting this in
the previous tar files though...)

File size: 3.8 KB
Line 
1
2Duchamp version 1.0.1 (2006/07/28)
3----------------------------------
4
5* A bug in the calculation of blank pixels has been fixed. The correct
6  values from the FITS header were not propagating through correctly,
7  meaning that the default values were being used.
8
9* The zoomed spectrum had its flux scale determined by all points in
10  the zoom box,including those flagged by the MW range. This has been
11  fixed so that any MW channels will not affect the flux scaling,
12  potentially improving the appearance of objects detected close in
13  velocity to strong MW emission or absorption.
14
15* The position resolution in the IAU-format names has been increased,
16  so that distinct objects close to one another are more readily
17  distinguished.  Overlapping sources at different velocities may
18  still have the same name, but this is a more general problem.
19
20
21Duchamp version 1.0 (2006/06/30)
22--------------------------------
23
24The first full release version.
25
26Several major changes compared to previous version:
27
28* Incorporated a FitsHeader class, to keep track of header information
29  (including WCS) from the FITS file. All units-related calculations
30  are done with this class, such as conversion to velocity, and
31  pixel-to-WCS conversion.  The main advantage of this is improved
32  speed of execution, more adaptable to different units, and improved
33  code (easier for me!).
34
35* Able to select the dimensionality of the reconstruction, rather than
36  just doing it in 3-D.
37
38* Robust text output, so that the columns are sized correctly given
39  the data being written, and the relevant units (derived from the
40  FITS header) are included in the output table.
41
42* Improved the way the reconstructed image is saved and read back in,
43  with a better naming scheme and a better set of new FITS header
44  keywords. The MW headers are now not written.
45
46Other, more minor changes include:
47
48* MW channels now not set to 0, but just ignored for searching
49  purposes (and for the scaling of the spectral output -- they are
50  plotted though and highlighted with a hashed box).
51
52* The scale bar in the moment map in the spectral output file has its
53  length indicated.
54
55* Improved VOTable output, with more information about the way Duchamp
56  was run.
57
58* Made sure all statistics calculations in the reconstruction are
59  based on robust (ie. median) methods.
60
61Also moved to an autoconf based configure/make compilation, for ease of use.
62
63
64Duchamp version 0.9.2 (2006/06/27)
65--------------------------------
66
67* Added the use of warning flags for detections: for either edge
68  location or negative enclosed flux.
69
70* A new command line option added so that the user can specify a FITS
71  file to be searched with the default parameters, rather than giving
72  a full parameter file.
73
74* The scale bar on the moment cutout now works in general case, using
75  an iterative process to get to the correct length.
76
77* RA axes are now done correctly on the full-scale maps.
78
79* Various coding fixes, improving the readability of the code,
80  particularly regarding the declaration of temporary variables.
81
82* Changed the way the time of execution is called : now using time.h
83  functions, rather than a system call.
84
85* Changed output in Detection/outputDetection.cc for the pixel
86  information of detected objects (the info printed above the spectral
87  plots) -- now print out number of voxels in object, and have
88  improved the formatting a little.
89
90* Improved the functionality of saving the FITS file containing the
91  reconstructed array. Added ability to save and read back in the MW
92  parameters when saving a reconstructed cube (if a reconstructed cube
93  has different MW range to that being considered, it would cause
94  problems). ReadRecon now just returns a FAILURE and will reconstruct
95  the cube anew.
96
97* Changed default value of flagGrowth to 0.
98
99
100
101Duchamp version 0.9 (2006/05/05)
102--------------------------------
103
104First public release version.
Note: See TracBrowser for help on using the repository browser.