On Mon, Mar 01, 2004 at 14:45 -0500, Saku Vrtilek wrote: > since I only have one dataset read in. Isis does not recognize > the name of my data file: > > isis> b1 = region_flux (id105.pha, (0.5,9.8)); > S-Lang Error: Undefined Name: id105 is undefined > The name of the data file should be in double-quotes so that it is recognized as a string. Also, the other function arguments need not be enclosed in parentheses: f = region_flux ("id105.pha", 0.5, 9.8); -John -- John C. Houck MIT Center for Space Research NE80-6005: 617-253-3849 77 Massachusetts Avenue 42:21:55.105N, 71:05:28.122W Cambridge, MA 02139-4307 ---- You received this message because you are subscribed to the isis-users list. To unsubscribe, send a message to isis-users-request_at_email.domain.hiddenwith the first line of the message as: unsubscribeReceived on Mon Mar 01 2004 - 16:31:53 EST
This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:44 EDT