- Timestamp:
- Apr 18, 2018, 2:26:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/psastro/src/psastroLoadGlints.c
r40179 r40399 345 345 scale_factor = psMetadataLookupF32(&status, refItem->data.md, "FACTOR"); 346 346 double limit = psMetadataLookupF32(&status, refItem->data.md, "LIMIT"); 347 limit += MagOffset; 347 348 if (star->Mag > limit) { continue; } 348 349 } … … 407 408 psPlane *tp = psPlaneAlloc(); 408 409 409 fprintf(stderr,"HSC GLINT: x1x2(%f %f) (%f %f) x1sx1e (%f %f %f %f) x2sx2e (%f %f %f %f)\n", 410 fprintf(stderr,"HSC GLINT %f: x1x2(%f %f) (%f %f) x1sx1e (%f %f %f %f) x2sx2e (%f %f %f %f)\n", 411 star->Mag, 410 412 x1,y1,x2,y2, 411 413 x1s,y1s,x1e,y1e,
Note:
See TracChangeset
for help on using the changeset viewer.
