Changeset 43080
- Timestamp:
- Sep 7, 2026, 4:49:29 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ppSim/src/ppSimLoadStars.c
r43068 r43080 49 49 psLogMsg("ppSim", PS_LOG_INFO, "Adding %ld reference stars", refStars->n); 50 50 51 // extend the array to accomodate the new stars: 51 52 long oldSize = stars->n; 52 stars = psArrayRealloc (stars, refStars->n);53 stars = psArrayRealloc (stars, stars->n + refStars->n); 53 54 55 // center of projection is the center of the boresite: 54 56 psProjection *proj = psProjectionAlloc(ra0, dec0, scaleRad, scaleRad, PS_PROJ_TAN); // Projection 55 57
Note:
See TracChangeset
for help on using the changeset viewer.
