Index: /branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/ReadStarsSDSS.c
===================================================================
--- /branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/ReadStarsSDSS.c	(revision 23942)
+++ /branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/ReadStarsSDSS.c	(revision 23943)
@@ -221,4 +221,7 @@
     // WCS headers are of course present in the fpC image,
     // but then, that would be downloading a lot more data.
+    //
+    // Hmmm... if I set NY = 1361 below, do I need to subtract 64 from all Yccd numbers so that the
+    // coordinates run from 1 to 1361 again? Or can dvo cope with Y-coordinates that are > NY?
     strcpy (images[N].coords.ctype, "RA---TAN");
 
@@ -259,5 +262,6 @@
     // not less.
 
-    // And once more, NY  = 1361, which led into the whole 'status' discussion.
+    // And once more, NY = 1361, which led into the whole 'status' discussion. In any case, why is this 1490
+    // not 1489?
     images[N].NY = 1490;
 
