Changeset 39413
- Timestamp:
- Feb 28, 2016, 5:39:39 AM (10 years ago)
- Location:
- branches/eam_branches/ohana.20160226/src/relastro/src
- Files:
-
- 2 edited
-
BrightCatalog.c (modified) (2 diffs)
-
SetSignals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relastro/src/BrightCatalog.c
r39411 r39413 358 358 ohana_memcheck (1); 359 359 360 my_memdump("start of define_bintable");361 360 gfits_define_bintable_column (&theader, "D", "RA", "ra", "degrees", 1.0, 0.0); 362 my_memdump("after define_bintable RA");363 364 361 gfits_define_bintable_column (&theader, "D", "DEC", "dec", "degrees", 1.0, 0.0); 365 my_memdump("after define_bintable DEC");366 367 362 gfits_define_bintable_column (&theader, "E", "MAG_SYS", "magnitude (sys)", NULL, 1.0, 0.0); 368 363 gfits_define_bintable_column (&theader, "E", "MAG_CAL", "magnitude (cal)", NULL, 1.0, 0.0); … … 433 428 // add the columns to the output array 434 429 gfits_set_bintable_column (&theader, &ftable, "RA", R, catalog->Nmeasure); 430 431 fprintf (stderr, "--------------- after set_bintable RA --------------"); 432 ohana_memdump_file (stderr, TRUE); 433 435 434 gfits_set_bintable_column (&theader, &ftable, "DEC", D, catalog->Nmeasure); 436 435 gfits_set_bintable_column (&theader, &ftable, "MAG_SYS", M, catalog->Nmeasure); -
branches/eam_branches/ohana.20160226/src/relastro/src/SetSignals.c
r39402 r39413 54 54 55 55 void my_memdump (char *message) { 56 57 return; 56 58 57 59 fprintf (stderr, "%s\n", message);
Note:
See TracChangeset
for help on using the changeset viewer.
