Index: /branches/eam_branches/ipp-20111122/Ohana/src/relastro/doc/parallel.txt
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/relastro/doc/parallel.txt	(revision 33419)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/relastro/doc/parallel.txt	(revision 33419)
@@ -0,0 +1,20 @@
+
+2012.03.05 
+
+ Notes on parallel relastro modifications
+
+ relastro has 4 major modes:  
+
+ * relastro_objects
+ * high_speed_catalogs
+ * relastro_merge_source
+ * standard relastro (update chips, etc)
+
+ Of these:
+ * relastro_merge_source can be skipped for not (not interesting for parallel analysis)
+ * relastro_objects, high_speed_catalogs, and standard relastro all call UpdateObjects, one way or another.
+
+ The big question is if we can use 
+
+ UpdateObjects:
+ *       if (catalog[i].average[j].Nmeasure == 0) {
