Index: trunk/Ohana/src/uniphot/include/setastrom.h
===================================================================
--- trunk/Ohana/src/uniphot/include/setastrom.h	(revision 35103)
+++ trunk/Ohana/src/uniphot/include/setastrom.h	(revision 37807)
@@ -25,4 +25,10 @@
 char        *SINGLE_CPT;
 
+char        *KH_FILE;
+char        *DCR_FILE;
+
+int          KH_RESET;
+int          DCR_RESET;
+
 SkyRegion    UserPatch;
 
@@ -46,11 +52,15 @@
 // int           SetSignals                      PROTO((void));
 
-int           update_dvo_setastrom            PROTO((char *corrfile));
-int           update_dvo_setastrom_parallel   PROTO((SkyTable *sky, char *corrfile));
+int           update_dvo_setastrom            PROTO(());
+int           update_dvo_setastrom_parallel   PROTO((SkyTable *sky));
 
 int           update_catalog_setastrom        PROTO((Catalog *catalog));
 
 // spline correction functions
-int load_astrom_correction (char *filename);
-int get_astrom_correction (int sub, int chip, double *dX, double *dY, float Minst);
 double spline_apply_dbl (double *x, double *y, double *y2, int N, double X);
+
+int load_kh_correction (char *filename);
+int get_kh_correction (int sub, int chip, double *dX, double *dY, float Minst);
+
+int load_dcr_correction (char *filename);
+int get_dcr_correction (int filter, double *dX, double *dY, float Color);
