Changeset 39918
- Timestamp:
- Jan 6, 2017, 10:53:08 AM (10 years ago)
- Location:
- branches/czw_branch/20160809/Ohana/src/relastro
- Files:
-
- 4 edited
-
include/relastro.h (modified) (1 diff)
-
src/args.c (modified) (1 diff)
-
src/load_catalogs.c (modified) (3 diffs)
-
src/select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Ohana/src/relastro/include/relastro.h
r39811 r39918 369 369 int USE_IMAGE_COORDS_FOR_REPAIR; 370 370 int USE_ALL_IMAGES; 371 int KEEP_ALL_IMAGES_RA; 371 372 int CHECK_MEASURE_TO_IMAGE; 372 373 -
branches/czw_branch/20160809/Ohana/src/relastro/src/args.c
r39811 r39918 390 390 remove_argument (N, &argc, argv); 391 391 USE_ALL_IMAGES = TRUE; 392 } 393 394 KEEP_ALL_IMAGES_RA = FALSE; 395 if ((N = get_argument (argc, argv, "-keep-all-images-ra"))) { 396 remove_argument (N, &argc, argv); 397 KEEP_ALL_IMAGES_RA = TRUE; 392 398 } 393 399 -
branches/czw_branch/20160809/Ohana/src/relastro/src/load_catalogs.c
r39765 r39918 294 294 CatalogSplitter *catalogs = BrightCatalogSplitInit (Nsecfilt); 295 295 296 ohana_memstats (TRUE); 297 296 298 for (i = 0; i < table->Nhosts; i++) { 297 299 … … 308 310 free (bcatalog->secfilt); 309 311 free (bcatalog); 312 313 ohana_memstats (TRUE); 310 314 } 311 315 … … 332 336 333 337 BrightCatalogSplitFree (catalogs); 338 ohana_memstats (TRUE); 334 339 335 340 return (catalog); -
branches/czw_branch/20160809/Ohana/src/relastro/src/select_images.c
r39731 r39918 193 193 if (DmaxImage < DminSkyRegion) continue; 194 194 195 if (KEEP_ALL_IMAGES_RA) goto found_it; 196 195 197 // the sky region RA is defined to be 0 - 360.0 196 198 if (RminImage > RmaxSkyRegion) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
