Changeset 30523
- Timestamp:
- Feb 8, 2011, 12:23:47 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20101205/Ohana/src/relastro
- Files:
-
- 3 edited
-
include/relastro.h (modified) (1 diff)
-
src/UpdateChips.c (modified) (1 diff)
-
src/relastroVisual.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/relastro/include/relastro.h
r30514 r30523 335 335 // int relastroVisualPlotOutliers(Catalog *catalog, int offset, int Nmeasure, StatType statsR, StatType statsD, double thresh); 336 336 void relastroSetVisual(int state); 337 int relastroGetVisual(void); 337 338 338 339 int FixProblemImages (SkyList *skylist); -
branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/UpdateChips.c
r30513 r30523 167 167 Graphdata graphdata; 168 168 169 if (!relastroGetVisual()) return (TRUE); 170 169 171 if (kapa == -1) { 170 172 kapa = KapaOpenNamedSocket("kapa", "relastro"); -
branches/eam_branches/ipp-20101205/Ohana/src/relastro/src/relastroVisual.c
r30509 r30523 56 56 } 57 57 58 int relastroGetVisual(void) { 59 return isVisual; 60 } 58 61 59 62 /** Size graphdata to encompass all points */
Note:
See TracChangeset
for help on using the changeset viewer.
