Ticket #8 (closed enhancement: fixed)

Opened 3 years ago

Last modified 6 months ago

Add support for new IRAF CL functions

Reported by: perry Assigned to: sontag
Priority: normal Milestone: PyRAF 1.6
Component: none Version: 1.1.2
Severity: normal Keywords:
Cc:

Description

The next version of IRAF will add new CL functions that will need to be supported (already documented in the beta release for the Error handling CL)

Change History

02/22/08 10:43:33 changed by sontag

Notes for the "Beta release of the new Error-Handling CL (ECL)" (v2.12.2) are found here: http://iraf.noao.edu/iraf/web/new_stuff/ecl_beta.html

02/22/08 14:50:03 changed by sontag

  • owner changed from somebody to sontag.

The CL functions "errmsg, errcode, errtask" were added in r773.
The CL functions "isindef, strlwr, strupr, strstr, strldx, strlstr" were added in r706.
The CL functions "trim, triml, trimr, asin, acos, rad, deg, dsin, dcos, dtan, dasin, dacos, datan2, fp_equal, hypot, sign, not, and, or, xor" do not seem to exist in PyRAF yet, eventhough other versions of the same functionality mostly exist in Python.

02/26/08 09:22:24 changed by sontag

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to PyRAF 1.6.

Added the rest of the CL functions in r827 and r828.