Welcome to iraf.net Tuesday, March 19 2024 @ 05:08 AM GMT

Buglog #575 -- All ICFIT tasks

View Printable Version
  • Tuesday, June 29 2010 @ 04:56 PM GMT
  • Contributed by:
  • Views: 1,611
Bug Logs NUMBER: 575
MODULE: all tasks using the icfit tools
SYSTEM: - V2.14
DATE: Mon Jun 28 14:08:48 MST 2010
FROM: valdes

BUG: The icfit tools are used in many tasks involving 1D function fitting. These include onedspec tasks like continuum and identify. The tools provide for a grow radius where any sigma rejected points have neighbors also rejected. The logic was wrong in two ways; one where if a neighbor was also a rejected point it did not also reject neighbors of that point, and another where the grow radius units were used both as in pixels and in user coordinates. In reality the grow is supposed to be in user coordinate units. In addition some tasks, like continuum, incorrectly described the units adding to the confusion.

STATUS: Fixed for the next (v2.15) IRAF release.

TABLES/STSDAS v3.12 and STSCI_PYTHON v2.10 Now Available

View Printable Version
  • Monday, June 21 2010 @ 08:10 PM GMT
  • Contributed by:
  • Views: 2,619
General News

The Science Software Branch of the Space Telescope Science Institute wishes to announce the availability of version 3.12 of the Space Telescope Science Data Analysis Software (STSDAS). Concurrent with the STSDAS release, we have also released v3.12 of the TABLES external package. ....

See below for further information and changelog.

Buglog #574 -- DAOPHOT.PSF

View Printable Version
  • Wednesday, April 14 2010 @ 05:06 AM GMT
  • Contributed by:
  • Views: 1,682
Bug Logs NUMBER: 574
MODULE: daophot.psf
SYSTEM: -V2.14
DATE: Tue Apr 13 22:01:52 MST 2010
FROM: fitz

BUG: The ":function" command was not properly saving the new function when refitting is done with the 'f' keystroke. This is because the fitting function reinitializes the parameters to the startup values without first saving the modified function.

STATUS: Fixed for the next release.

IRAF V2.15 Alpha Release Now Available

View Printable Version
  • Tuesday, March 02 2010 @ 09:39 PM GMT
  • Contributed by:
  • Views: 3,949
IRAFNET

Mosaic of M31 from
107 8K x 8K images,
built on 64-bit Mac.
Final size: 13K x 15K
Data Credit: P. Massey
The Alpha release of the NOAO/IRAF V2.15 system featuring 64-bit platform support is now available. This release covers both 32-bit and 64-bit Linux and Mac OSX systems (Intel and PPC) and includes modified sources for some 30 external packages. This system is recommended only for experienced users and those willing to use a potentially unstable system download at this time. Several features (such as the simplified install procedure) and more complete documentation are in preparation and will be introduced in later releases.

As an Alpha release, we expect bugs will be found and we are relying on users to provide testing and feedback, especially for the science tasks and external package code. Some detailed release notes are available in the release README file and are included below, these will also be expanded in the future.

Note this release is currently being bundled with "dual binaries", i.e. both 32 and 64-bit binaries are included in a single distribution to allow easier installation for testing and comparison on a given platform. The Alpha-release distribution directory is http://iraf.net/ftp/iraf/v215-ALPHA and will be updated as needed (final releases will be posted to the iraf.noao.edu project site). Links to individual distribution files:

Please report any problems you may find to the forums or in an email. Problem reports should include the platform and any information necessary to reproduce the error.


Update March 24, 2010: Bugfix update of distribution. Installing this fix is recommended for all users.
Update May 6, 2010: Minor bugfix update release.
Update May 23, 2010: First draft of 64-bit Port Guide available.
Update September 19, 2010: Final snapshot release before building release candidate. Fixes various issues with TABLES package and other minor bugs in compiling code. Full update recommended.


IRAF v2.15 and 64-bit -- A Status Report

View Printable Version
  • Tuesday, December 01 2009 @ 06:20 AM GMT
  • Contributed by:
  • Views: 4,590
IRAFNET

Normally this space is reserved for major release announcements, but I was recently at two conferences and was surprised by the level of concern about 64-bit support and future IRAF releases in general and thus a status report seemed in order....

With the IRAF V2.15 release now in preparation you can expect the following: If you are a user, you'll see 64-bit supported and all its benefits (e.g. large file/memory support and a 10-15% speed increase from native binaries); If you are a developer, you (may) have some minor work to do to update your package for 64-bit support, but will, in the end, have more robust code due to stronger type-checking now imposed by the system. See the full story for detailed notes, but for the impatient, here are the highlights:

  • The 64-bit port is complete and in testing.
  • A planned V2.15 release will allow for user testing and updates needed for external packages. This release features:
    • A single linux architecture for 32-bit systems.
    • A simplified build and install procedures (1-file download!).
    • Compile-time prototype checking of code to reduce errors.
    • A new MEMIO interface to detect pointer over/underflows, provide memory garbage collection & usage reporting, and more.
    • SVG graphics device for better web-presentation of plots.
    • Numerous bug fixes and enhancements.

We plan an extended Beta release sometime after the holidays to resolve any platform integration issues, to allow time for package maintainers to update their code as needed, and to provide a longer test period for the 64-bit applications that may have lingering, undiscovered bugs.

Please post any comments, questions or concerns to the forum or contact us directly.

TABLES/STSDAS v3.11 and STScI_Python v2.9 Now Available

View Printable Version
  • Tuesday, November 17 2009 @ 05:48 PM GMT
  • Contributed by:
  • Views: 2,535
General News

The Science Software Branch of the Space Telescope Science Institute wishes to announce the availability of version 3.11 of the Space Telescope Science Data Analysis Software (STSDAS). Concurrent with the STSDAS release, we have also released v3.11 of the TABLES external package. ...

See below for further information and changelog.

Note: OSX (PPC) and Tiger-compatible binaries may be found in the iraf.net download area.

Buglog #573 -- MSCIMAGE

View Printable Version
  • Friday, September 18 2009 @ 04:44 PM GMT
  • Contributed by:
  • Views: 2,153
Bug Logs NUMBER: 573
MODULE: mscimage
SYSTEM: - V4.9 August, 2008
DATE: Fri Sep 18 08:36:30 MST 2009
FROM: valdes (discovered and diagosed by Thomas de Boer)

BUG: The task ignores the parameters "boundary" and "blank" which are fixed to be "constant" and "0." respectively.

STATUS: This is fixed for the next release.

How It Works -- Database / Archive Interactions

View Printable Version
  • Wednesday, August 12 2009 @ 05:57 AM GMT
  • Contributed by:
  • Views: 2,294
How It Works

A database interface has been part of the original IRAF design since 1984, but was never implemented. Originally, the idea was that the DBIO interface would be used to maintain all datafiles, keywords in image headers, data tables and so on. In the original design this was practically an implementation of an entire RDBMS system within IRAF, something not needed today where we have database systems that can be accessed via a daemon (e.g. mysql, postgres) or can be self-contained in text file (e.g. SQLite and accessed via an API.

See below for more comments ....

New GEMINI Package Now Available

View Printable Version
  • Friday, July 31 2009 @ 08:29 AM GMT
  • Contributed by:
  • Views: 2,451
General News For those so inclined....

July 28, 2009 A new version of the GEMINI IRAF package is now available. This version, v1.10, requires at minimum IRAF 2.12.2a, but IRAF 2.14 is recommended. The package is now compatible with PyRAF as well as the CL environment. At this time, PyRAF is not required. For those who wish to use PyRAF, the mininum requirement is PyRAF v1.5 and stsci_python v2.6. Announcement available here

See below for details .....

How It Works -- Thread/Multi-Core Support

View Printable Version
  • Saturday, July 25 2009 @ 07:11 PM GMT
  • Contributed by:
  • Views: 2,871
How It Works

[Note: I'd originally intended to be more prolific about these topics, sorry. Please comment on any suggestions you have for ideas, otherwise I may expand the topics to some non-IRAF projects that might be of interest]

IRAF is inherently a multi-process system (i.e. even a simple script requires binaries for the CL and perhaps several packages) and has always had the ability to run background jobs, but users sometime wonder whether tasks can be made multi-threaded as a means of improving performance for highly data-parallel operations (e.g. mosaic image processing). The short answer is that it is possible, but only with some restructuring of the core system, and of course needed changes to applications to enable the threading.

See below for more .....

First | Previous | 1 2 3 4 5 6 7 | 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