Index: trunk/psphot/src/psphotOutput.c
===================================================================
--- trunk/psphot/src/psphotOutput.c	(revision 5048)
+++ trunk/psphot/src/psphotOutput.c	(revision 5049)
@@ -2,5 +2,5 @@
 
 // output functions: we have several fixed modes (sx, obj, cmp)
-void psphotOutput (psImageData *imdata, psMetadata *config, psArray *sources) {
+void psphotOutput (eamReadout *imdata, psMetadata *config, psArray *sources) {
 
     bool status;
@@ -47,5 +47,5 @@
 }
 
-bool pmSourcesWriteText (psImageData *imdata, char *filename, psArray *sources) {
+bool pmSourcesWriteText (eamReadout *imdata, char *filename, psArray *sources) {
 
     char *name = (char *) psAlloc (strlen(filename) + 10);
@@ -68,5 +68,5 @@
 
 // dophot-style output list with fixed line width
-bool pmSourcesWriteOBJ (psImageData *imdata, char *filename, psArray *sources) {
+bool pmSourcesWriteOBJ (eamReadout *imdata, char *filename, psArray *sources) {
 
     int i, type, status;
@@ -159,5 +159,5 @@
 
 // elixir/sextractor-style output list with fixed line width
-bool pmSourcesWriteSX (psImageData *imdata, char *filename, psArray *sources) {
+bool pmSourcesWriteSX (eamReadout *imdata, char *filename, psArray *sources) {
 
     int i, status, flags;
@@ -257,5 +257,5 @@
 
 // elixir-style pseudo FITS table (header + ascii list)
-bool pmSourcesWriteCMP (psImageData *imdata, char *filename, psArray *sources) {
+bool pmSourcesWriteCMP (eamReadout *imdata, char *filename, psArray *sources) {
 
     int i, type, status;
@@ -360,5 +360,5 @@
 
 // elixir-style FITS table output (header + table in 1st extension)
-bool pmSourcesWriteCMF (psImageData *imdata, char *filename, psArray *sources) {
+bool pmSourcesWriteCMF (eamReadout *imdata, char *filename, psArray *sources) {
 
     // write imdata->header to file
