Welcome to iraf.net Tuesday, April 23 2024 @ 06:30 AM GMT

Buglog #443

  • Tuesday, September 28 1999 @ 02:43 PM GMT
  • Contributed by:
  • Views: 1,092
MODULE: digiphot.daophot, digiphot.photcal
SYSTEM: V2.11
NUMBER:	443
MODULE:	digiphot.daophot, digiphot.photcal
SYSTEM:	V2.11
DATE:	Tue Sep 28 08:43:02 MST 1999
FROM:	davis

BUG:	If the tables pacakge is undefined the daophot and pphotcal package
	scripts will hang which may require terminating the IRAF session. The
	problem is a missing ; in the daophot and photcal scripts which trips
	a cl bug.

STATUS:	Fixed for the next patch release of IRAF. The fix is to add the ;
	to the daophot script as follows. Change the 4 lines

	    } else {
		type 'daophot$lib/warning.dat'
	    }
        }

	to 5 lines as follows

	    } else {
		type 'daophot$lib/warning.dat'
	    }
        }
	;

	The same fix will work for the photcal script. The workaround
	is to install the tables package.



Buglog #443 | 0 comments | Create New Account

The following comments are owned by whomever posted them. This site is not responsible for what they say.



Privacy Policy
Terms of Use

User Functions

Login