

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 125 (100.0%) | 12036 (100.0%) | 96.2 |
| src/lib/perl5/ORAC/ | 42 (33.6%) | 3887 (32.3%) | 92.5 |
| src/bin/ | 38 (30.4%) | 3506 (29.1%) | 92.2 |
| src/lib/perl5/Tk/ | 2 (1.6%) | 2235 (18.6%) | 1117.5 |
| src/lib/perl5/ORAC/Inst/ | 9 (7.2%) | 629 (5.2%) | 69.8 |
| src/lib/perl5/ORAC/Xorac/ | 8 (6.4%) | 419 (3.5%) | 52.3 |
| src/lib/perl5/Astro/FITS/Editor/ | 1 (0.8%) | 407 (3.4%) | 407.0 |
| src/howto/ | 2 (1.6%) | 256 (2.1%) | 128.0 |
| src/etc/ | 6 (4.8%) | 234 (1.9%) | 39.0 |
| src/lib/perl5/Tk/ORAC/ | 3 (2.4%) | 227 (1.9%) | 75.6 |
| src/images/ | 5 (4.0%) | 170 (1.4%) | 34.0 |
| src/primitives/imaging/ | 4 (3.2%) | 66 (0.5%) | 16.5 |
| src/lib/perl5/ORAC/Error/ | 2 (1.6%) | 0 (0.0%) | 0.0 |
| src/lib/perl5/Editor/ | 2 (1.6%) | 0 (0.0%) | 0.0 |
| src/lib/perl5/ | 1 (0.8%) | 0 (0.0%) | 0.0 |

Modifications to give non-bogus catalogues. RA and Dec should be space not
colon seperated, and the Astro::Catalog::Star creator was missing the
mandatory "Field" attribute. Some sanity checking is obviously missing
from Astro::Catalog. Catalogues returned by the pipeline to the user
agent are now sane and actually in Cluster format, although "proper"
ARK applciations won't parse them without the MagErr and Quality columns
present.
18 lines of code changed in 2 files:
minor doc tweak
1 lines of code changed in 1 file:
Note that there are two types of alert the ORAC-DR pipeline should
send to the eSTAR agent. An 'update' alert and an 'observation' alert.
An update alert is currently ignored by the agent, but should come at
the end of each observation frame, a 'observation' alert comes at the
end of all processing pointing to the final data products. For now
lets hardwire the sending of both alerts, after all we've just finished
a frame, and then (since the observation currently only consists of
a single frame) we need an update message to say that frame is done and
then immediately an observation message to say the observation is
done.
47 lines of code changed in 1 file:
Fixed domain name querying for cases where the machine is not connected to
a network. Previously Xoracdr hung when presented with a non-networked
machine. Now checks for the existance of the environment variable ORAC_NO_NET
if it exists and has (any) value then ORAC::Inst::Defn no longer does a
domain name lookup.
12 lines of code changed in 1 file:
Fixed Use of uninitialized value in numeric eq (==) Process.pm line 328 bug
5 lines of code changed in 2 files:
Font fix for FileDialog call
4 lines of code changed in 1 file:
Quick fix to the font problem
18 lines of code changed in 3 files:
File browser for ORAC_DATA_IN/OUT and current instrument shown on status line
48 lines of code changed in 1 file:
Re-integrate FITS Editor into ORAC-DR tree post-ADASS XI
2122 lines of code changed in 11 files:
Removed Xeditor.pm, namespace problems
0 lines of code changed in 1 file:
FITS Editor, basic functionality only. Menus not working
1001 lines of code changed in 3 files:
minor doc fix
5 lines of code changed in 1 file:
Cleaned up error catching
0 lines of code changed in 1 file:
Fixed file loop problem
10 lines of code changed in 1 file:
documentation update
314 lines of code changed in 3 files:
Fixed exception handling for orac_parse_recipe
43 lines of code changed in 2 files:
Spawn oracdisp using perl version $^X
4 lines of code changed in 1 file:
Put use Tk::Pod into an eval in Xorac.pm
282 lines of code changed in 2 files:
Fixed orac_exit_normally
27 lines of code changed in 4 files:
Fixed un-caught croaks and dies by using ORAC::Error, and rethrowing them as a ORAC::Error::FatalError. Error system should now handle all eventualities cleanly, no more invisible errors
173 lines of code changed in 6 files:
(21 more)