
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) {
