Ticket #70 (closed defect: fixed)

Opened 1 year ago

Last modified 6 months ago

appending graphics does not work as expected

Reported by: sontag Assigned to: sontag
Priority: normal Milestone: PyRAF 1.5 stsci_python 2.6
Component: none Version:
Severity: normal Keywords:
Cc:

Description

--> prow dev$pix 256 device=psi_land
--> prow dev$pix 250 device=psi_land append+
/tmp/psk8583a

Two issues arise here:

1 - this should not have caused a flush, we wanted to append

2 - the next flush does not create viable postscript

So, in the end, you cannot get PyRAF to overplot this way, as is.

Change History

08/23/07 15:28:02 changed by sontag

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r801.

There was a problem in the logic of when to create a new GkiIrafKernel? object. The comparison fixed would always be False, for one. Then, the appended plots would be garbage because the appended metacode was going into a brand new GkiBuffer? (part of a brand new GkiIrafKernel?) instead of into the existing GkiBuffer?. The brand new one would not have any of the initialization metacode in it, so psikern could not create valid postscript.

11/21/07 13:43:34 changed by sontag

  • milestone set to stsci_python 2.6 release.

02/28/08 09:03:05 changed by sontag

  • milestone changed from stsci_python 2.6 release to PyRAF 1.5 stsci_python 2.6.

Milestone stsci_python 2.6 release deleted