Welcome to iraf.net Friday, April 19 2024 @ 01:32 AM GMT

BUGLOG #569 -- COSMICRAYS

View Printable Version
  • Monday, October 13 2008 @ 05:40 PM GMT
  • Contributed by:
  • Views: 1,960
Bug Logs NUMBER: 569
MODULE: cosmicrays
SYSTEM: -V2.14.1
DATE: Mon Oct 13 10:33:15 MST 2008
FROM: valdes

BUG: The message
  • ERROR: PLIO: reference out of bounds on mask
occurs when the image is not 2D. This can be a conceptual problem for data which define a higher dimensionality but with length of 1; e.g. [2048,2048,1]. This is effectively a 2D image but some IRAF tasks designed for 2D images can have problems with this.
The workaround is simply to use a 2D image section:
  • cosmicrays image[*,*,1]
Of course one can also convert the image to 2D with imcopy or imslice.

STATUS: No updates are currently planned and users should use the workarounds noted above.

BUGLOG #568 -- IMCOMBINE

View Printable Version
  • Tuesday, October 07 2008 @ 09:07 PM GMT
  • Contributed by:
  • Views: 1,979
Bug Logs NUMBER: 568
MODULE: imcombine
SYSTEM: -V2.14.1
DATE: Tue Oct 7 12:52:35 MST 2008
FROM: valdes

BUG: When using avsigclip, ccdclip, or sigclip rejection around the median (mclip=yes) the resulting final median may be incorrect. This will generally only occur if unusually small low sigma values, such as lsigma=1, are used. This was due to using a wrong variable.

STATUS: Fixed for the next release.

BUGLOG #567 -- APALL, APEDIT

View Printable Version
  • Tuesday, October 07 2008 @ 06:38 PM GMT
  • Contributed by:
  • Views: 2,258
Bug Logs NUMBER: 567
MODULE: apall, apedit
SYSTEM: V2.11-V2.14.1
DATE: Tue Oct 7 10:53:14 MST 2008
FROM: valdes

BUG: The :parameters and :apertures commands cause the task to exit with an error that parameter "apertures" isn't found. This problem has existed for a long time due to a missing parameter in the hidden parameter sets.

STATUS: Fixed for the next release.

IRAF V2.14.1 Patch Release Now Available

View Printable Version
  • Tuesday, September 16 2008 @ 11:13 PM GMT
  • Contributed by:
  • Views: 2,321
IRAFNET A V2.14.1 Patch release of IRAF is now available from the Downloads area and from the anonymous ftp archive at iraf.noao.edu. This release adds support for FreeBSD to the PC-IRAF release, and is the first public release of the Sun/IRAF system for Sparc CPU systems. With this patch, a total of 9 platforms are now supported.

Detailed release notes are available online, or for the impatient, are in the body of the story. These notes also contain information on how to upgrade/install this patch. The V2.14.1 patch release is recommended for all users. Please post if you find any problems with the distribution or encounter a problem upgrading your system.

The End of Public Email Registrations

View Printable Version
  • Monday, September 15 2008 @ 06:57 AM GMT
  • Contributed by:
  • Views: 2,068
IRAFNET

I officially give up. Spam registrations from public email accounts like Gmail/Yahoo/AOL/Earthlink/Hotmail are running at the rate of 40-50/day and I'm fed up with constantly clearing them out. I myself use a Gmail account for registrations like this, but when the ratio of spam to legitimate users from these domains is 500:1 or more, it's time to take drastic action.

So, from now on, registrations from the above systems will no longer be allowed for new users. If you need to register please use your university/institutional email address: Send a note to the 'admin' at iraf.net if you'd like me to change this email afterward to anonymize it, or if you have no other email account and would like me to manually register you with one of the banned domains.

BUGLOG #566 -- DISPLAY

View Printable Version
  • Wednesday, August 27 2008 @ 12:13 AM GMT
  • Contributed by:
  • Views: 2,368
Bug Logs NUMBER: 566
MODULE: display
SYSTEM: V2.12.4-V2.14
DATE: Tue Aug 26 17:10:07 MST 2008
FROM: valdes

BUG: The "ocolors" parameter was being used in place of the "bpcolors" parameter. There is no workaround.
STATUS: Fixed for the next release.

BUGLOG #565 -- IMEXTENSIONS

View Printable Version
  • Monday, August 25 2008 @ 11:30 PM GMT
  • Contributed by:
  • Views: 1,850
Bug Logs NUMBER: 565
MODULE: imextensions
SYSTEM: V2.13-V2.14
DATE: Mon Aug 25 16:24:33 MST 2008
FROM: valdes

BUG: Specifying an extension version or range of versions results in an integer divide by zero. This is a bug for which there is no around.
STATUS: Fixed for the next release.

BUGLOG #564 -- CCDMASK

View Printable Version
  • Friday, August 22 2008 @ 11:06 PM GMT
  • Contributed by:
  • Views: 1,829
Bug Logs NUMBER: 564
MODULE: ccdmask
SYSTEM: -V2.14.1
DATE: Fri Aug 22 09:27:06 MST 2008
FROM: valdes

BUG: The output mask from ccdmask is incorrect if the task has been run previously without starting the executable fresh. The workaround is to type "flpr ccdmask" before executing this task to force a fresh executable.

STATUS: Undiagnosed at present. Only the workaround has been defined.

BUGLOG #563 -- IMEXPR

View Printable Version
  • Friday, August 22 2008 @ 11:06 PM GMT
  • Contributed by:
  • Views: 1,802
Bug Logs NUMBER: 563
MODULE: imexpr
SYSTEM: -V2.14
DATE: Tue Aug 12 15:12:04 MST 2008
FROM: valdes

BUG: Literal (quoted) strings cannot be used in expressions stored in the expression database. The quotes are stripped and then the error is that an operand by that name is not found. As a warning, single quotes in the database are not interchangable with double quotes as they are on the command line. They are interpreted as character constants and something like 'abc' will be expanded to 'a bc'.

STATUS: Double quoted strings allowed in next release.

BUGLOG #562 -- MSCRED.CCDPROC

View Printable Version
  • Friday, August 22 2008 @ 11:02 PM GMT
  • Contributed by:
  • Views: 1,714
Bug Logs NUMBER: 562
MODULE: mscred.ccdproc
SYSTEM: V4.8
DATE: Tue Aug 12 12:19:30 MST 2008
FROM: valdes

BUG: The fix for bug number 546 was not fully correct. It works for binned data but results in an error for data which is flipped (e.g. when CCDSEC/DETSEC have a starting column greater than the ending column as in '[2048:1025,1:2048]'. The error is that the resulting CCDSEC in the processed image will be off by one. This can result is losing a column when merging multiple amps.

STATUS: Fixed for mscred V4.9.
First | Previous | 2 3 4 5 6 7 8 | Next | Last


Privacy Policy
Terms of Use

User Functions

Login

Poll

IRAF Roadmap

Which Roadmap Feature Should Have Highest Priority?

  •  Performance Improvements
  •  CL Enhancements
  •  Spectroscopy Tools
  •  Python Interface
  •  Multi-lang Interface
  •  Other Suggestions?

Results
Other polls | 474 voters | 3 comments

Visual Theme Switcher

Test out available themes by selecting from one of the 3 available themes or give the Visual Switcher a try:

What's New

Stories

No new stories

Comments last 2 days

No new comments