January 12, 2007

Many MoJoe files were changed to switch from rcp/rsh to scp/ssh.

The dicom conversion code was changed to report all extracts in
order of creation time.

A new directory named user_details was introduced to contain:
	userlist
	disks.txt
	userdisk.txt
	misc.txt

The get_userlist program was modified to look here:
	/fmri2/fmri/ref_functions/mojoe_users

In that location, the program looks for subdirectories named
according to scanner host:
	elfido
	mrres
	MR01
	MR02
	MR03
	MR04
	MR05

If not found, this subdirectory is searched:
	generic

This allows for controlling user lists, disk lists, disk
defaults, and color/message settings per scanner.

A new script called "mojoe_setup" was added to make the
initial mojoe link and grab the files for user_details.

Dr. Maldjian prefers a single generic setup for all scanners,
so that is now in place.
---------------------------------------------------------------------------------

fmriarch1	01/31/07   add numerous checkdrive tries before giving warning
fmriarch1	02/07/07   add billing info from Pfile headers in tabular format
fmriarch1       03/09/07   replace |& with & on all monkey_anim commands

extract1   	01/18/07   look for CD-R, not CD-RW, in cdrecord -checkdrive response
extract1   	01/31/07   add numerous checkdrive tries before giving warning
extract1   	02/02/07   add check for zipping extract tar file
extract1   	02/05/07   write zipped tar file to CD
extract1   	02/06/07   add billing info from DICOM headers in tabular format
extract1   	05/08/07   send lines from psd_syserr.log plus all config logs
extract1   	05/21/07   send serieslist log

dicom/
infodcm2	02/07/07   report some DICOM header variable values with
                		compiled program to access DICOM headers
                        	(versus dcmdump); used by read_dcm_biller to write
                        	header info about extracted series for billing

dicom/
read_dcm_biller	02/07/07   generate the DICOM header billing info (extract1)


gui/
billsend	02/07/07   send bill (new)

gui/
mojoe.fl	02/06/07   call send bill scsript; read misc input for window placement

gui/
read_pfile_biller
		02/07/07   get pfile info for billing script (new)
		03/12/07   edited for Number of Slices

Read_header  (renamed to Read_header_ese11)
Read_header_ese14	01/19/07 [for MRRES, MR5]
Read_header_ese12	03/09/07 [for GEMR, MR1, MR2, MR3, MR4]
** The LINUX_HOWTO now tells user to create link for either:
    	ln -s Read_header_ese12 Read_header
    	ln -s Read_header_ese14 Read_header

------------------------------------------------------------------------------------------
March, 2007

These events prevent a re-compile of the existing code:
	loss of sdc account on elfido
	loss of fixed paths on elfido that match scanner file paths
	change of operating system on elfido

------------------------------------------------------------------------------------------
Intermediate script changes:
	extract1
# KLP   05/08/07   send lines from psd_syserr.log plus all config logs
# KLP   05/21/07   send serieslist log
# KLP   06/15/07   increase from 500 to 1000 lines sent from psd_syserr.log

------------------------------------------------------------------------------------------

July, 2007

Changes include:
	(1) goset and go scripts for using environment variables to mimic
	    paths in test environment
	(2) all fixed paths are checked first for alternate test environment variable
	(3) ksh93 no longer used in fmriarch1
	(4) version number changed from 3.0 to 3.1; set text feedback of version number 
	    within mojoe.fl, ignoring the msg line of generic/misc.txt with "Version"
	(5) mojoe.fl -- changed all szcommand, szCommand, szCommand2 array sizes to 4096;
	    otherwise, a long path name in the test environment caused a crash with
	    core dump.
	(6) if MOJOE_DATE environment variable set, use that for subject directory instead
	    of current date; added mojoe/mydate script for user to run
	
** possible change:
	mojoe.fl updates to do all cd status checks 25 times before giving up

------------------------------------------------------------------------------------------
October, 2007

Changes include:
 (1) Pfile graveyard for pfiles that were not captured.  Saves for 14 days.
 (2) Pfiles were being sent when they were still growing.  FIXED.
 -->Calling Version 3.1b

------------------------------------------------------------------------------------------
Summerceed by: http://fmri.wfubmc.edu/wiki/index.php?title=MoJoe
