March 2003 Commit Log

Number of Commits:
141
Number of Active Developers:
7
mjc 2003-03-31 10:49 Rev.: 4586

Original version.

181 lines of code changed in 1 file:

mjc 2003-03-31 10:40 Rev.: 4585

Added TELESCOPE transaltion. Moved rotation supplemenary subroutine.

75 lines of code changed in 2 files:

mjc 2003-03-31 10:39 Rev.: 4584

Add a comment for a subroutine.

2 lines of code changed in 2 files:

mjc 2003-03-31 10:31 Rev.: 4583

Use the 2003 March measurements now including more filters.

12 lines of code changed in 1 file:

mjc 2003-03-31 10:19 Rev.: 4582

Original version.

80 lines of code changed in 1 file:

mjc 2003-03-31 10:00 Rev.: 4581

Original version.

729 lines of code changed in 6 files:

mjc 2003-03-31 09:56 Rev.: 4580

Original version based upon PH's code.

0 lines of code changed in 1 file:

mjc 2003-03-28 12:27 Rev.: 4579

This was the intended previous change. Had edited from an old thread.

35 lines of code changed in 1 file:

bradc 2003-03-28 10:33 Rev.: 4578

add TELESCOPE translation

4 lines of code changed in 1 file:

mjc 2003-03-28 09:17 Rev.: 4577

Added (default) smooth option before computing extreme value to give more-robust object finding now cleaning is disabled in flat field creation. Improved the description.

76 lines of code changed in 1 file:

mjc 2003-03-28 09:05 Rev.: 4576

Double-pass median filtering of the bad pixels just before aperture photometry.

40 lines of code changed in 1 file:

mjc 2003-03-28 08:10 Rev.: 4575

Cater for early data with missing values in NUMBER_OF_OFFSETS, NSCAN_POSITIONS, OBJECT, SCAN_INCREMENT, STANDARD, and UTDATE headers.

94 lines of code changed in 1 file:

mjc 2003-03-28 08:06 Rev.: 4574

Cater for early data with missing values in NUMBER_OF_OFFSETS, NSCAN_POSITIONS, SCAN_INCREMENT, OBJECT, STANDARD, and UTDATE headers.

94 lines of code changed in 1 file:

mjc 2003-03-28 08:02 Rev.: 4573

Allow for missing, undefined, and malformed RA_BASE and DEC_BASE headers.

84 lines of code changed in 2 files:

mjc 2003-03-28 05:34 Rev.: 4572

Preserve components of the raw data, needed by changes to Frame::erase() method.

3 lines of code changed in 1 file:

timj 2003-03-27 17:02 Rev.: 4571

Updated FCFs from Vicki

28 lines of code changed in 1 file:

timj 2003-03-27 16:56 Rev.: 4570

Minor tidy up of MEF -> HDS code. Removal of unnecessary dummy array.

6 lines of code changed in 1 file:

bradc 2003-03-27 09:24 Rev.: 4569

fix to get image to display (redefine WCS axis) (again)

3 lines of code changed in 1 file:

mjc 2003-03-26 14:12 Rev.: 4568

Use File::Spec catfile for filename creation. In the INGMEF and GMEF methods assigned data array in the HEADER NDF using set_hdsobj, and made the HEADER data type NDF.

41 lines of code changed in 1 file:

bradc 2003-03-25 17:17 Rev.: 4567

added TELESCOPE internal header

4 lines of code changed in 1 file:

bradc 2003-03-25 17:05 Rev.: 4566

add TELESCOPE internal header

2 lines of code changed in 2 files:

stodd 2003-03-25 05:08 Rev.: 4565

First version

1644 lines of code changed in 3 files:

mjc 2003-03-25 04:23 Rev.: 4564

Simplify last change which made invalid assumptions.

18 lines of code changed in 2 files:

timj 2003-03-24 18:22 Rev.: 4563

- File::Spec-ify fluxes helper
- Determine semester no longer gives warning with short date.

15 lines of code changed in 1 file:

timj 2003-03-24 18:22 Rev.: 4562

Now use File::Temp. There was a problem with infinite loops with the POSIX
stuff that was causing the pipeline to hang indefinitely for Vicki.
File::Temp has a better exit strategy.

12 lines of code changed in 1 file:

timj 2003-03-24 18:21 Rev.: 4561

Must check $@ *before* running the -debug message if running in debug mode
else ou reset $@ before it is checked.

5 lines of code changed in 1 file:

timj 2003-03-24 18:14 Rev.: 4560

Add orac_force_abspath for ORAC_DATA_OUT and ORAC_DATA_IN

32 lines of code changed in 3 files:

mjc 2003-03-24 14:41 Rev.: 4559

Obtain ORAC_UTDATE through a subroutine to cope with historical idiosyncracies.

26 lines of code changed in 1 file:

bradc 2003-03-21 23:26 Rev.: 4558

fix to get image to display (redefine WCS axis)

1 lines of code changed in 1 file:

timj 2003-03-21 17:52 Rev.: 4557

- Update FCFs from Vicki
- Fix and simplify logic for determining which FCF to use

45 lines of code changed in 1 file:

mjc 2003-03-21 07:48 Rev.: 4556

Use File::Spec->catfile to form file name.

7 lines of code changed in 1 file:

mjc 2003-03-20 15:27 Rev.: 4555

Use lexical filehandles to please Timothy.

14 lines of code changed in 1 file:

mjc 2003-03-20 15:22 Rev.: 4554

Use File::Spec->catfile to form file name.

8 lines of code changed in 2 files:

bradc 2003-03-20 14:46 Rev.: 4553

unfix one of the equality checks (oops)

1 lines of code changed in 1 file:

bradc 2003-03-20 14:45 Rev.: 4552

fix equality check (and tidy up indenting)

11 lines of code changed in 1 file:

mjc 2003-03-20 14:26 Rev.: 4551

Use File::Spec->catfile to form file name.

12 lines of code changed in 3 files:

bradc 2003-03-20 14:22 Rev.: 4550

initial addition

14 lines of code changed in 2 files:

bradc 2003-03-20 14:22 Rev.: 4549

added short_H grism

2 lines of code changed in 1 file:

timj 2003-03-20 10:59 Rev.: 4548

hdr() now respects calling context for multi-valued headers

20 lines of code changed in 1 file:

mjc 2003-03-20 08:20 Rev.: 4547

Use File::Spec catfile method to create file names. Copied from ORAC::Convert where it was incorrect too. Also declare lexical handle for logfile at a higher level.

3 lines of code changed in 1 file:

bradc 2003-03-19 16:22 Rev.: 4546

use _NOD_SKY_FLAT_TIDY_ instead of _NOD_SELF_FLAT_TIDY_

1 lines of code changed in 1 file:

bradc 2003-03-19 16:21 Rev.: 4545

increase sigma detection from 2 to 3

1 lines of code changed in 1 file:

bradc 2003-03-19 16:20 Rev.: 4544

clean up output, set WCS to axis

3 lines of code changed in 1 file:

bradc 2003-03-19 15:40 Rev.: 4543

remove requirement on Starlink::HDSPACK 1.7

1 lines of code changed in 1 file:

bradc 2003-03-19 14:50 Rev.: 4542

initial addition

120 lines of code changed in 1 file:

bradc 2003-03-19 12:46 Rev.: 4541

change ORACTIME to be decimal UT days

17 lines of code changed in 2 files:

bradc 2003-03-19 12:45 Rev.: 4540

- modify arlines lookup to take nearest but earlier date
- modify arlines lookup to not warn about not being able to find calib file

2 lines of code changed in 1 file:

bradc 2003-03-19 12:44 Rev.: 4539

add updated arlines files

6 lines of code changed in 1 file:

bradc 2003-03-19 12:44 Rev.: 4538

initial additions. updates after engineering done in March 2003.

88 lines of code changed in 12 files:

bradc 2003-03-19 12:43 Rev.: 4537

add comparisons for ORACTIME to ensure calibration files from only the
current UT date get used

15 lines of code changed in 15 files:

bradc 2003-03-19 11:31 Rev.: 4536

fix parameter checking cut & paste typo

2 lines of code changed in 1 file:

mjc 2003-03-19 10:22 Rev.: 4535

Use File::Spec catfile method to create file names. Copied from ORAC::Convert where it was incorrect.

2 lines of code changed in 1 file:

mjc 2003-03-19 07:44 Rev.: 4534

Declare use of File::Spec.

8 lines of code changed in 2 files:

mjc 2003-03-19 05:35 Rev.: 4533

Use File::Spec to create file name.

1 lines of code changed in 1 file:

mjc 2003-03-19 05:23 Rev.: 4532

Correct another finger problem for previous fix.

1 lines of code changed in 1 file:

timj 2003-03-18 17:12 Rev.: 4531

Use lexical filehandles

6 lines of code changed in 1 file:

timj 2003-03-18 14:26 Rev.: 4530

Add tiereturnsref to Astro::FITS::Header creation

5 lines of code changed in 2 files:

mjc 2003-03-18 13:59 Rev.: 4529

Correct missing declaration during previous modification. Used File::Spec to form file names.

4 lines of code changed in 1 file:

mjc 2003-03-18 13:39 Rev.: 4528

Correct missing declaration during previous modification.

6 lines of code changed in 2 files:

mjc 2003-03-18 13:31 Rev.: 4527

Correct missing declaration during previous modification.

3 lines of code changed in 1 file:

mjc 2003-03-18 13:18 Rev.: 4526

Correct accidental replacement during previous modification.

3 lines of code changed in 1 file:

npr 2003-03-18 11:43 Rev.: 4525

Added expat to jac_common and ukirt_common

2 lines of code changed in 1 file:

bradc 2003-03-18 10:22 Rev.: 4524

Use lexical filehandle, check status of system call

3 lines of code changed in 1 file:

bradc 2003-03-18 10:17 Rev.: 4523

initial addition, copied from cgs4

0 lines of code changed in 1 file:

bradc 2003-03-18 09:33 Rev.: 4522

fix wordwrap

8 lines of code changed in 1 file:

bradc 2003-03-18 09:31 Rev.: 4521

fix parameter call bug

2 lines of code changed in 1 file:

mjc 2003-03-18 07:10 Rev.: 4520

Use lexical filehandles to please Timothy.

383 lines of code changed in 37 files:

bradc 2003-03-17 17:30 Rev.: 4519

add REFERENCE_FRAME for sky normalization

17 lines of code changed in 1 file:

bradc 2003-03-17 17:02 Rev.: 4518

documentation update

11 lines of code changed in 1 file:

bradc 2003-03-17 17:02 Rev.: 4517

initial addition

819 lines of code changed in 3 files:

bradc 2003-03-17 13:11 Rev.: 4516

don't clean flat, fill bad pixels in mosaic

4 lines of code changed in 2 files:

mjc 2003-03-17 12:47 Rev.: 4515

Long overdue update with much more in the header translations trying to take care of secular changes.

333 lines of code changed in 2 files:

mjc 2003-03-17 10:41 Rev.: 4514

Added support for INGRID and ISAAC.

7 lines of code changed in 1 file:

bradc 2003-03-14 16:02 Rev.: 4513

add header translations

227 lines of code changed in 1 file:

bradc 2003-03-14 15:40 Rev.: 4512

- fix airmass calculation
- import Chris Tinney's patch to allow for alternate frames to have alternate files but
still be members of the same group by using different headers for group membership
checks

22 lines of code changed in 1 file:

bradc 2003-03-13 15:00 Rev.: 4511

write log file to ORAC_DATA_OUT

64 lines of code changed in 4 files:

bradc 2003-03-13 14:59 Rev.: 4510

change log file name to cgs4_array_tests.log

1 lines of code changed in 1 file:

mjc 2003-03-13 13:33 Rev.: 4509

Original UIST variant from 20030109.

413 lines of code changed in 1 file:

mjc 2003-03-13 11:07 Rev.: 4508

Remove second declaration of ORAC_STATUS.

1 lines of code changed in 1 file:

mjc 2003-03-13 07:55 Rev.: 4507

Use subroutine to convert the GAIN, accessing GAIN from the correct component's headers and likewise for the Cartesian offsets.

13 lines of code changed in 1 file:

bradc 2003-03-12 16:04 Rev.: 4506

use copy_hdsobj/create_hdsobj instead of copobj/creobj

24 lines of code changed in 6 files:

bradc 2003-03-12 16:03 Rev.: 4505

use copy_hdsobj/create_hdsobj instead of copobj/creobj, do check for KAPPA 1.1

10 lines of code changed in 1 file:

bradc 2003-03-12 15:34 Rev.: 4504

use copy_hdsobj/create_hdsobj instead of copobj/creobj

6 lines of code changed in 1 file:

bradc 2003-03-12 15:24 Rev.: 4503

use copy_hdsobj/create_hdsobj instead of copobj/creobj

9 lines of code changed in 2 files:

bradc 2003-03-12 15:21 Rev.: 4502

tidy up output, documentation, formatting

92 lines of code changed in 1 file:

bradc 2003-03-12 15:13 Rev.: 4501

use copy_hdsobj/create_hdsobj instead of copobj/creobj

4 lines of code changed in 1 file:

rkackley 2003-03-12 14:23 Rev.: 4500

Added instCfgLib to ukirt_common and jac_common

2 lines of code changed in 1 file:

rkackley 2003-03-12 12:13 Rev.: 4499

Added instCfgLib to list of modules

1 lines of code changed in 1 file:

bradc 2003-03-11 15:50 Rev.: 4498

fix bug when filing spectrum to cal system

1 lines of code changed in 1 file:

bradc 2003-03-11 14:40 Rev.: 4497

store optextract profile to calibration system

4 lines of code changed in 1 file:

bradc 2003-03-11 14:39 Rev.: 4496

initial addition

148 lines of code changed in 2 files:

bradc 2003-03-11 14:38 Rev.: 4495

initial additions

233 lines of code changed in 3 files:

bradc 2003-03-11 11:36 Rev.: 4494

fix internal header lookup comparison

4 lines of code changed in 1 file:

bradc 2003-03-11 11:31 Rev.: 4493

- tidy up documentation
- don't print out messages about temporary files
- include option to store or read profile to or from calibration system
- tidy up output

68 lines of code changed in 1 file:

bradc 2003-03-11 11:03 Rev.: 4492

use orac_throw instead of die

1 lines of code changed in 1 file:

timj 2003-03-10 11:57 Rev.: 4491

Stop using figaro!

30 lines of code changed in 1 file:

timj 2003-03-10 11:54 Rev.: 4490

fix test count

1 lines of code changed in 1 file:

timj 2003-03-10 11:35 Rev.: 4489

Correctly erase() HDS components within HDS containers

143 lines of code changed in 2 files:

bradc 2003-03-10 10:41 Rev.: 4488

fix bug if only one suffix given to delete

1 lines of code changed in 1 file:

mjc 2003-03-07 15:33 Rev.: 4487

Minor documentation correction and updates.

67 lines of code changed in 12 files:

mjc 2003-03-07 15:32 Rev.: 4486

Add CCDPACK setup and revise documentation accordingly.

91 lines of code changed in 1 file:

mjc 2003-03-07 15:15 Rev.: 4485

Remove duplication in documentation.

10 lines of code changed in 1 file:

mjc 2003-03-07 15:06 Rev.: 4484

Some documentation updates

6 lines of code changed in 1 file:

npr 2003-03-07 14:00 Rev.: 4483

Added Jit/jperl perl module

4 lines of code changed in 1 file:

mjc 2003-03-07 08:07 Rev.: 4482

Minor tidying

22 lines of code changed in 1 file:

mjc 2003-03-06 15:23 Rev.: 4481

Original version.

254 lines of code changed in 14 files:

mjc 2003-03-06 14:35 Rev.: 4480

Added ISAAC and truncate its long slitnames.

3 lines of code changed in 1 file:

mjc 2003-03-06 14:31 Rev.: 4479

Copyright year and maintian style.

19 lines of code changed in 1 file:

mjc 2003-03-06 14:27