Changeset 35096 for branches/eam_branches/ipp-20121219/Ohana
- Timestamp:
- Feb 6, 2013, 2:34:49 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20121219
- Files:
-
- 7 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/getstar/src/select_by_region.c (modified) (3 diffs)
-
Ohana/src/libohana/src (modified) (1 prop)
-
Ohana/src/opihi (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro (modified) (1 prop)
-
Ohana/src/opihi/cmd.data (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219
-
branches/eam_branches/ipp-20121219/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana merged: 35066
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20121219/Ohana/src/getstar/src/select_by_region.c
r34459 r35096 53 53 gfits_scan (&catalog[0].header, "DEC1", "%lf", 1, &Dmax); 54 54 55 if (VERBOSE) fprintf (stderr, "extracting from catalog covering region %f,%f to %f,%f\n", Rmin, Dmin, Rmax, Dmax);56 57 55 AREA = fabs(Dmax - Dmin) * fabs(Rmax - Rmin) * cos (0.5*RAD_DEG*(Dmax + Dmin)); 56 if (VERBOSE) fprintf (stderr, "extracting from catalog covering region %f,%f to %f,%f for area %f\n", Rmin, Dmin, Rmax, Dmax, AREA); 58 57 assert (AREA > 0); 59 58 … … 83 82 if (isnan(mag)) continue; 84 83 if (mag < MinMagValue) continue; 85 if (mag > MagLimitValue) continue;86 84 87 85 bin = (mag - MagMin) / dMag; … … 101 99 } 102 100 MagLimitValue = i*dMag + MagMin; 103 if (VERBOSE) fprintf (stderr, "using %d stars in mag range %f - %f\n", Nsum, MinMagValue, MagLimitValue);101 if (VERBOSE) fprintf (stderr, "using %d (Nmax %d) stars in mag range %f - %f\n", Nsum, Nmax, MinMagValue, MagLimitValue); 104 102 } 105 103 -
branches/eam_branches/ipp-20121219/Ohana/src/libohana/src
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20121219/Ohana/src/opihi
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20121219/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20121219/Ohana/src/opihi/cmd.data
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
