Changeset 39511
- Timestamp:
- Apr 2, 2016, 6:37:41 AM (10 years ago)
- Location:
- trunk/Ohana/src/relphot/src
- Files:
-
- 5 edited
-
args.c (modified) (1 diff)
-
launch_region_hosts.c (modified) (1 diff)
-
reload_catalogs.c (modified) (1 diff)
-
relphot_objects.c (modified) (1 diff)
-
select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/args.c
r39481 r39511 581 581 } 582 582 583 USE_BASIC_CHECK = FALSE; 584 if ((N = get_argument (argc, argv, "-basic-image-search"))) { 585 remove_argument (N, &argc, argv); 586 USE_BASIC_CHECK = TRUE; 587 } 588 583 589 /* specify portion of the sky */ 584 590 UserPatch.Rmin = 0; -
trunk/Ohana/src/relphot/src/launch_region_hosts.c
r39481 r39511 67 67 if (MaxDensityUse) strextend (&command, "-max-density %f", MaxDensityValue); 68 68 if (SyntheticPhotometry) strextend (&command, "-synthphot"); 69 if (USE_BASIC_CHECK) strextend (&command, "-basic-image-search"); 69 70 70 71 if (UPDATE) strextend (&command, "-update"); -
trunk/Ohana/src/relphot/src/reload_catalogs.c
r39481 r39511 245 245 if (BOUNDARY_TREE) { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); } 246 246 if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); } 247 if (USE_BASIC_CHECK) { strextend (&command, "-basic-image-search"); } 247 248 248 249 if (!(STAGES & STAGE_CHIP)) { strextend (&command, "-skip-chip"); } -
trunk/Ohana/src/relphot/src/relphot_objects.c
r39481 r39511 217 217 if (BOUNDARY_TREE) { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); } 218 218 if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); } 219 if (USE_BASIC_CHECK) { strextend (&command, "-basic-image-search"); } 219 220 220 221 if (!(STAGES & STAGE_CHIP)) { strextend (&command, "-skip-chip"); } -
trunk/Ohana/src/relphot/src/select_images.c
r39483 r39511 43 43 double DminSkyRegion = region[0].Dmin; 44 44 double DmaxSkyRegion = region[0].Dmax; 45 46 double dD = 5.0; 47 double dR = dD / cos(RAD_DEG*DminSkyRegion); 48 RminSkyRegion -= dR; 49 RmaxSkyRegion += dR; 50 DminSkyRegion -= dD; 51 DmaxSkyRegion += dD; 45 52 46 53 double RmidSkyRegion = 0.5*(RminSkyRegion + RmaxSkyRegion);
Note:
See TracChangeset
for help on using the changeset viewer.
