source: trunk/CHANGES @ 167

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

Updated CHANGES, and added the new files into Makefile.in.

File size: 6.5 KB
Line 
1Duchamp version 1.0.5 (2006/09/06)
2----------------------------------
3
4Since version 1.0, there have been a range of mostly minor
5changes. These are generally bug-fixes, thanks to feedback from a
6number of users, as well as a few extra features.
7
8Here is a summary of the changes since version 1.0:
9
10USER INTERFACE:
11
12* The user is now able to enter the value of flag parameters in the
13  parameter file as strings, as well as integers (so one can enter
14  true or 1 to give the same result).
15
16GRAPHICAL OUTPUT:
17
18* Added a new function that draws the edge of the blank region on the
19  maps and image cutouts. There is a new flag parameter --
20  drawBlankEdges -- that controls the use of this function (the
21  default is true).
22  Also, the edge of the field is plotted on the image cutouts as a
23  yellow line. This distinguishes it from the purple blank pixel
24  dividing line.
25
26* The size of the tick mark in the image cutout (indicating the
27  spatial scale of the image) is now adaptable, so that it shows the
28  scale that best fits the image (ranging from 1 arcsec to 15
29  degrees). (This is a change from the previous standard length of 15
30  arcmin.)
31
32* The zoomed spectrum had its flux scale determined by all points in
33  the zoom box,including those flagged by the Milky Way (MW)
34  range. This has been fixed so that any MW channels will not affect
35  the flux scaling, potentially improving the appearance of objects
36  detected close in velocity to strong MW emission or absorption.
37
38* Improved Karma Annotation file output, so that files without good
39  WCS are dealt with appropriately.
40
41TEXT-BASED OUTPUT:
42
43* The position resolution in the IAU-format names has been increased,
44  so that distinct objects close to one another are more readily
45  distinguished.  Overlapping sources at different velocities may
46  still have the same name, but this is a more general problem.
47
48* The presentation of the results in tabular format has been improved,
49  so that the precision of faint sources is sufficient to show their
50  flux, for instance, is not 0. This also applies to the information
51  presented above the spectral plots.
52
53* Improved error and warning reporting, so that the formatting and
54  presentation of information is clearer.
55
56FITS I/O RELATED:
57
58* Fixed a bug that meant 4+-dimensional FITS files were generating
59  memory faults, both with the allocation of the necessary arrays and
60  with the WCS-related calculations. The FITS I/O routines will now work
61  with any sized FITS file, with the axes in any order.
62
63* When the FITS file does not have a rest frequency defined, there is
64  no way to transform the frequency axis into velocity. In this case,
65  the spectral axis is left as frequency, and put into units of MHz.
66
67OTHER BUG-FIXING:
68
69* Several bugs related to the blank-pixels were dealt with.
70  The correct values were not propagating through correctly, meaning
71  that the default values were being used. Also, there was the
72  potential for blank pixels to be detected when the FDR method was
73  used. Finally, the image cutout displays occasionally did not
74  obscure the blank pixels. All these problems should be fixed now.
75
76* The FDR setup routine was occasionally failing with a segmentation
77  fault, due to it accessing unallocated memory. This has been fixed.
78
79* Fixed bugs that affected the way 2D images (rather than 3D cubes)
80  were dealt with. The minChannels test failed when minChannels=0.
81
82* If there is no beam information in the FITS header, the user can now
83  enter a beam size as a parameter.
84
85* Other minor fixes to the code, to improve its structure and
86  robustness.
87
88
89Duchamp version 1.0 (2006/06/30)
90--------------------------------
91
92The first full release version.
93
94Several major changes compared to previous version:
95
96* Incorporated a FitsHeader class, to keep track of header information
97  (including WCS) from the FITS file. All units-related calculations
98  are done with this class, such as conversion to velocity, and
99  pixel-to-WCS conversion.  The main advantage of this is improved
100  speed of execution, more adaptable to different units, and improved
101  code (easier for me!).
102
103* Able to select the dimensionality of the reconstruction, rather than
104  just doing it in 3-D.
105
106* Robust text output, so that the columns are sized correctly given
107  the data being written, and the relevant units (derived from the
108  FITS header) are included in the output table.
109
110* Improved the way the reconstructed image is saved and read back in,
111  with a better naming scheme and a better set of new FITS header
112  keywords. The MW headers are now not written.
113
114Other, more minor changes include:
115
116* MW channels now not set to 0, but just ignored for searching
117  purposes (and for the scaling of the spectral output -- they are
118  plotted though and highlighted with a hashed box).
119
120* The scale bar in the moment map in the spectral output file has its
121  length indicated.
122
123* Improved VOTable output, with more information about the way Duchamp
124  was run.
125
126* Made sure all statistics calculations in the reconstruction are
127  based on robust (ie. median) methods.
128
129Also moved to an autoconf based configure/make compilation, for ease of use.
130
131
132Duchamp version 0.9.2 (2006/06/27)
133--------------------------------
134
135* Added the use of warning flags for detections: for either edge
136  location or negative enclosed flux.
137
138* A new command line option added so that the user can specify a FITS
139  file to be searched with the default parameters, rather than giving
140  a full parameter file.
141
142* The scale bar on the moment cutout now works in general case, using
143  an iterative process to get to the correct length.
144
145* RA axes are now done correctly on the full-scale maps.
146
147* Various coding fixes, improving the readability of the code,
148  particularly regarding the declaration of temporary variables.
149
150* Changed the way the time of execution is called : now using time.h
151  functions, rather than a system call.
152
153* Changed output in Detection/outputDetection.cc for the pixel
154  information of detected objects (the info printed above the spectral
155  plots) -- now print out number of voxels in object, and have
156  improved the formatting a little.
157
158* Improved the functionality of saving the FITS file containing the
159  reconstructed array. Added ability to save and read back in the MW
160  parameters when saving a reconstructed cube (if a reconstructed cube
161  has different MW range to that being considered, it would cause
162  problems). ReadRecon now just returns a FAILURE and will reconstruct
163  the cube anew.
164
165* Changed default value of flagGrowth to 0.
166
167
168
169Duchamp version 0.9 (2006/05/05)
170--------------------------------
171
172First public release version.
Note: See TracBrowser for help on using the repository browser.