Changeset 15117
- Timestamp:
- Sep 29, 2007, 12:18:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r15083 r15117 46 46 // psVector *index = psArraySortIndex (sources, pmSourceSortBySN); 47 47 psVector *index = psArraySortIndex (NULL, inStars, psastroSortByMag); 48 for (int i = 0; i < 10; i++) {49 int n = index->data.S32[i];50 pmAstromObj *obj = inStars->data[n];51 fprintf (stderr, "%d %d %f\n", i, n, obj->Mag);52 }53 48 54 49 // we are going to select the brighter Nmax subset for astrometry
Note:
See TracChangeset
for help on using the changeset viewer.
