Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4766)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4767)
@@ -122,4 +122,7 @@
    * msignal/MExtractFixedWindow.cc:
      - updated output to fitz into a std 80-col console
+
+   * mars.rc, star.rc:
+     - added
 
 
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 4766)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 4767)
@@ -36,5 +36,6 @@
 
    - added program doing the calibration and the signal extraction
-     and signal calibration: callisto
+     and signal calibration: callisto Most part of the setup is done
+     by a resource file: callisto.rc
 
    - implemented support for pixels with negative IDs (Raw file format
@@ -43,4 +44,14 @@
    - implemented an new option in merpp (--auto-time) to get the time
      range for cc and/or caco data from the run header of the raw data
+
+   - New star-program (star and MJStar). Taking calibrated data from
+     callisto/MJCalibrateSignal as input. The setup is done through
+     a resource file: star.rc
+
+   - Added possibility to setup the eventloop in the mars-executable
+     Camera Display by a resource file: mars.rc
+
+   - The the mars-executable Camera Display can now also read
+     calibrated data files written by callisto/MJCalibrateSignal
 
 
Index: /trunk/MagicSoft/Mars/star.rc
===================================================================
--- /trunk/MagicSoft/Mars/star.rc	(revision 4767)
+++ /trunk/MagicSoft/Mars/star.rc	(revision 4767)
@@ -0,0 +1,56 @@
+# ==========================================================================
+#############################################################################
+# ==========================================================================
+#                              General
+# ==========================================================================
+#############################################################################
+# ==========================================================================
+
+# -------------------------------------------------------------------------
+# Use this if you want to setup the logging stream for the jobs
+# (overwrites command line options)
+# -------------------------------------------------------------------------
+#MLog.VerbosityLevel: 2
+#MLog.DebugLevel:     1
+#MLog.NoColors:       yes
+
+# ==========================================================================
+#############################################################################
+# ==========================================================================
+#                                   Star
+# ==========================================================================
+#############################################################################
+# ==========================================================================
+
+# -------------------------------------------------------------------------
+# Use this if you want to write the MJStar output somewhere
+# If you don't want it, it is written to the calibration output anyhow.
+# -------------------------------------------------------------------------
+#MJStar.PathOut: .
+#MJStar.PathIn: .
+
+# -------------------------------------------------------------------------
+# Use this to define where the program should search for the pedestal
+# and calibration files defined in the sequence. To use the local
+# directory use '.' If nothing is specified the default path in the
+# datacenter is used. (overwrites command line options)
+# -------------------------------------------------------------------------
+#MJStar.PathData:   /data/MAGIC/Period016/
+
+# -------------------------------------------------------------------------
+# Configure MJStar
+# -------------------------------------------------------------------------
+#MJStar.MaxEvents: 1000
+#MJStar.Overwrite: yes,no
+#MJStar.
+
+# -------------------------------------------------------------------------
+# -------------------------------------------------------------------------
+#MJStar.MImgCleanStd.CleanLvl1: 0.2
+#MJStar.MImgCleanStd.CleanLvl2: 0.05
+#MJStar.MImgCleanStd.CleanMethod: Probability
+
+# -------------------------------------------------------------------------
+# -------------------------------------------------------------------------
+#MJStar.MHillasCalc.IdxIsland: 0
+
