
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 306 (100.0%) | 13261 (100.0%) | 43.3 |
| timj | 182 (59.5%) | 6112 (46.1%) | 33.5 |
| allan | 38 (12.4%) | 3506 (26.4%) | 92.2 |
| mjc | 15 (4.9%) | 1735 (13.1%) | 115.6 |
| frossie | 54 (17.6%) | 1030 (7.8%) | 19.0 |
| bradc | 14 (4.6%) | 868 (6.5%) | 62.0 |
| agibb | 2 (0.7%) | 6 (0.0%) | 3.0 |
| phirst | 1 (0.3%) | 4 (0.0%) | 4.0 |
fix documentation to match code
1 lines of code changed in 1 file:
In internal mode reset SEQNUM occassionally. Also update internal header to be more ICD compliant
10 lines of code changed in 1 file:
Added ACSIS to instrument list
1 lines of code changed in 1 file:
add recsuffix support to picard
28 lines of code changed in 1 file:
rejig error trapping for algorithm engine start
6 lines of code changed in 1 file:
add -recsuffix to oracdr_parse_recipe for consistency
21 lines of code changed in 1 file:
use correct ORAC header name for observation mode
1 lines of code changed in 1 file:
Add -grptrans argument. This allows old groups to be cleared when a new group is created, allowing
for a large memory saving when there are to be many groups.
17 lines of code changed in 1 file:
add documentation for -recsuffix
16 lines of code changed in 1 file:
+ Add -recsuffix support to allow a suffix to be added to the recipe
name during the search.
+ Required moving the $CURRENT_RECIPE setting code into ORAC::Recipe since
the recipe can change name.
10 lines of code changed in 1 file:
Complete rewrite of recipe parser
+ Now reads primitives from disk on demand
+ Caches primitives individually and only rereads if modified
+ Primitives are now all subroutines and no longer have context from other primitives
(so if you had a $blah that had not been "my"ed in your primitive but was in an earlier
primitive this will no longer work)
57 lines of code changed in 1 file:
Reset DONE_DELAY flag on each new file read to ensure all four DRAMA processes are synchronized
5 lines of code changed in 1 file:
allow AST to choose a FITS encoding
2 lines of code changed in 1 file:
whitespace cleanup
68 lines of code changed in 1 file:
Set GAIA_TEMP_DIR in monitor so that the temporary files created by GAIA in the monitor do not race
against the files created by the main pipeline GAIA.
1 lines of code changed in 1 file:
override temporary directories so as not to clash with the running pipeline
15 lines of code changed in 1 file:
fix some errors picked up with modern Tk
3 lines of code changed in 1 file:
use standard version determination code
12 lines of code changed in 1 file:
+ Provide option (-skip) for skipping display requests if we fall behind
+ Add GPL
60 lines of code changed in 1 file:
change dir to ORAC_DATA_OUT so that the files are local
3 lines of code changed in 1 file:
(239 more)