You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dale V. <dal...@ma...> - 2004-04-01 16:01:40
|
Hi, everyone: I want to make everyone aware of the following features of the sourceforge website which are very useful. They are both available at this page: http://sourceforge.net/tracker/?group_id=57782 If you think you have found a bug in Jam that you would like fixed, the best way to report it is to submit a bug report by using the "Bugs" link. Similarly, you can request a feature to be added through the "Feature Requests" link. I'm not sure, but you probably have to create a sourceforge account to add items. In both cases, take a look through the existing entries to see if someone has already reported/requested your item. If so, feel free to add details to the item, or simply add a comment asking someone to make addressing the item a priority. Even though we (the creators and users of Jam) are a relatively small group,we are spread out across the continent. So this will be a nice way of making the status of bugs, issues and desired features easily accessible to everyone. Dale P.S. Ken and I have started the ball rolling a bit by adding some entries to the bug tracker today. -- <mailto:dal...@ma...> <http://www.dale.visser.name/> |
From: Christopher F. <cf...@tu...> - 2003-02-19 18:08:52
|
I have corrected a problem with the net intensity button and submitted it to the repository Four lines have been added to the NetArea routine (at the very end) in jam/plot/Action.java this correction accounts for the fact that the energy at channel zero is not zero. This was affecting the FWHM and the centroid error when calibrated CHRIS -- ======================================================================== Name: Chris Fox Institution: Duke University Office: TUNL/Physics Office Phone: (919)-660-2456 Email: cf...@tu... Fax: (919)-660-2634 ======================================================================== |
From: Christopher F. <cf...@tu...> - 2002-10-02 13:51:31
|
I have submitted a change to the Jam Project It is a net intensity button which simply subtracts a background from the gross area. It requires 6 mouse points. Two to the left and two to the right of the peak for the background and and two points to describe the peak. The Background is a linear averaged background. Changes have been made to the following files Display.java Button added Action.java netIntensity() method PlotFit.java getNetArea() method CalibrationFunction.java getCalculatedEnergy() method Cheers CHRIS -- ======================================================================== Name: Chris Fox Institution: Duke University Office: TUNL/Physics Office Phone: (919)-660-2456 Email: cf...@tu... Fax: (919)-660-2634 ======================================================================== |
From: <dal...@ya...> - 2002-08-19 16:15:37
|
Maybe I should have mentioned this explicitly in the announcement: There is a new jar file, jlfgr-1_0.jar, that comes in the download which is now needed to execute Jam. It comes from Sun and basically has a bunch of icons in it to use in Java "Swing" applications. Put jlfgr-1_0.jar in the same place as your Jam_1_3_2_02.jar file, and make sure your script for launching Jam includes *both* Jar files in the classpath. Then Jam should start up just fine. Dale Quoting Christopher Fox <cf...@tu...>: > Dale > > I am having problems with the new Version of JAM > When I open it I get the following error > NullPointerException > java.lang.ImageIcon.<init>(ImageIcon.java:134) > When it opens it finds and shows the new nucigon.gif > image but then the window of JamMain.java has the wrong > dimensions and only the update icon is displayed > on the left hand side > also in the jam window the error > java.lang.reflect.InvocationTargetException > appears > > This is the case on both Gnome and the old system we used > which is Unix Based > > Cheers > > CHRIS |
From: Dale V. <dal...@ya...> - 2002-08-14 15:28:59
|
Hi, Chris: The problem is that the java.util.regex package is a new addition as of JDK 1.4 Not to worry, though, I never ended up using the regex package, and the import doesn't belong in the file anymore. I'm fixing that, since I see no need to require users to be using JDK 1.4 just for one line of code. Additional changes today: (1) I'm also adding popup text to the buttons in the BatchExport window to make it easier to figure out how to work it. (2) I forgot to make the "Add Histogram" button work (in testing, I only used the "Add Name" button). (3) I have updated the JamProperties class for greater cross-platform compatibility. (The Setup... dialogs weren't doing Windows filenames correctly, which was bugging me.) The changes should be up by noon. I'll e-mail you when they're up. > -----Original Message----- > From: jam...@li... > [mailto:jam...@li...]On Behalf Of > Christopher Fox > Sent: 14 August, 2002 10:44 AM > To: jamusers > Subject: [Jam-daq-users] Re: [Jam-daq-devel] Exporting lists of > histograms in Jam > > > Dale > > I have checked out the current version of the Jam Project but > am Having problems with it > I made a jar file but when I try to run it gives me > > the import java.util.regex cannot be resolved > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Jam-daq-devel mailing list Jam...@li... https://lists.sourceforge.net/lists/listinfo/jam-daq-devel |
From: Christopher F. <cf...@tu...> - 2002-08-14 14:44:26
|
Dale I have checked out the current version of the Jam Project but am Having problems with it I made a jar file but when I try to run it gives me the import java.util.regex cannot be resolved The previuos version worked no problem I have even checked it out as a copy to make sure it wasn't an overwrite problem and it gives the same error any ideas CHRIS Dale Visser wrote: > I added a Batch Export... dialog to the File|Export Files submenu in Jam. > You can try it out by updating your source code from the CVS repository. I > haven't tested the ORNL or XSYS formats, but the text and gf2 formats seem > to work just fine. > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Jam-daq-devel mailing list > Jam...@li... > https://lists.sourceforge.net/lists/listinfo/jam-daq-devel -- ======================================================================== Name: Chris Fox Institution: Duke University Office: TUNL/Physics Office Phone: (919)-660-2456 Email: cf...@tu... Fax: (919)-660-2634 ======================================================================== |
From: Dale V. <dal...@ya...> - 2002-08-06 19:19:18
|
Chris, Thanks for starting things rolling with this process! When you submit something to the CVS server at WNSL, post that you've done it on the jam-daq-devel list. Dale > -----Original Message----- > From: jam...@li... > [mailto:jam...@li...]On Behalf Of > Christopher Fox > Sent: 06 August, 2002 1:06 PM > To: jamusers > Subject: [Jam-daq-users] eclips > > I have now sorted out the eclipse CVS thing and have checked out the > first Jam Project I will try to implement the changes I have made to it > over the > next week or so and submit them > |
From: Christopher F. <cf...@tu...> - 2002-08-06 17:05:53
|
Hi Dale I have now sorted out the eclipse CVS thing and have checked out the first Jam Project I will try to implement the changes I have made to it over the next week or so and submit them Cheers CHRIS -- ======================================================================== Name: Chris Fox Institution: Duke University Office: TUNL/Physics Office Phone: (919)-660-2456 Email: cf...@tu... Fax: (919)-660-2634 ======================================================================== |
From: Christopher F. <cf...@tu...> - 2002-08-06 14:25:55
|
For the report JAM now stands for Java-based data-Acquisition Manager CHRIS -- ======================================================================== Name: Chris Fox Institution: Duke University Office: TUNL/Physics Office Phone: (919)-660-2456 Email: cf...@tu... Fax: (919)-660-2634 ======================================================================== |
From: Dale V. <dal...@ya...> - 2002-08-06 13:58:25
|
test |
From: Dale V. <dal...@ya...> - 2002-08-06 13:49:46
|
test |