Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/ConfigInit.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/ConfigInit.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/ConfigInit.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 void ConfigInit (int *argc, char **argv) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v1.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v1.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v1.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 static int     Ngrid;
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v2.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v2.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v2.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 static int     Ngrid;
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/ImageOps.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/ImageOps.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/ImageOps.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 static unsigned int *start;
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/MosaicOps.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/MosaicOps.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/MosaicOps.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 Image *getimages (int *N);
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/SetSignals.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/SetSignals.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/SetSignals.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 static int Protect = FALSE;
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/Shutdown.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/Shutdown.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/Shutdown.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 static FITS_DB *db;
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/StarOps.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/StarOps.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/StarOps.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 static int Nmax;
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/args.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/args.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/args.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 void usage (void);
 
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/bcatalog.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/bcatalog.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/bcatalog.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 int bcatalog (Catalog *subcatalog, Catalog *catalog) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/global_stats.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/global_stats.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/global_stats.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 void global_stats (Catalog *catalog, int Ncatalog) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/initialize.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/initialize.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/initialize.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 void initialize (int argc, char **argv) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/liststats.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/liststats.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/liststats.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 enum {M_MEAN, M_MEDIAN, M_WT_MEAN, M_INNER_MEAN, 
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_catalogs.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_catalogs.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_catalogs.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 Catalog *load_catalogs (SkyList *skylist, int *Ncatalog) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_images.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_images.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_images.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 SkyList *load_images (FITS_DB *db, char *regionName, SkyRegion *region, int RegionSelect) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/plot_scatter.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/plot_scatter.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/plot_scatter.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
    
 void plot_scatter (Catalog *catalog, int Ncatalog) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/plotstuff.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/plotstuff.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/plotstuff.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 # include <signal.h>
 
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/reload_catalogs.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/reload_catalogs.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/reload_catalogs.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 void reload_catalogs (SkyList *skylist) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/select_images.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/select_images.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/select_images.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 /* this function returns a list of all images which overlap the given SkyList (set of
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/setExclusions.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/setExclusions.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/setExclusions.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 int setExclusions (Catalog *catalog, int Ncatalog) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/setMrelFinal.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/setMrelFinal.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/setMrelFinal.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 void setMrelFinal (Catalog *catalog) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/sort.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/sort.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/sort.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 void sortA (double *X, int N) {
Index: /branches/dvo-mods-2007-02/Ohana/src/relastro/src/write_coords.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relastro/src/write_coords.c	(revision 12047)
+++ /branches/dvo-mods-2007-02/Ohana/src/relastro/src/write_coords.c	(revision 12048)
@@ -1,3 +1,3 @@
-# include "relphot.h"
+# include "relastro.h"
 
 # define CD_COORDS 1
