!------------------------------------------------------------------------------
!  T m a g   Photometric Package
!  @(#) $Id: INSTALL,v 1.2 2003/10/26 06:27:17 ohainaut Exp $
!
! .version 2003-10-24 ready for archive.
! .history
!       2003-10-22 updated for GUI
!       Wed Jan 10 03:27:08 2001 start uniformizing
!	Thu Aug 31 06:54:07 2000 ORH first amag			     
!	Wed Jul  2 02:21:36 1997			     
!.author	ORH@IfA/UHawaii	
!------------------------------------------------------------------------------

!!!!!!!!! Do not run AMAG / TMAG from this directory !!!!!!!!!
!!!!!!!!! This directory is the installation source  !!!!!!!!!
!!!!!!!!! You have to install TMag before using it   !!!!!!!!!


CONTENT:

	DESCRIPTION	general description of the package
	INSTALL		this file
        src/            scripts and compilables
	etc/		auxiliary files
	proc/		midas procedures

INSTALLATION:

1/ configuration
   edit src/Makefile:
       - set the right path of inmidas
       - set the path for Midas programs

2/ installation
   cd src
   make all		# create the .tbl files
   make install		# move everything needed to midwork
   make clean		# remove .tbl and potential junk

RUN 

In a midas session:

set/context tmag

To get general description of the commands:

AMAG/HELP

To get detailed description on one command:

@@ amag ???
Works with all amag_* commands.

Additional help and documentation: 
http://www.sc.eso.org/~ohainaut/prog/tmag


!---
