IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42533


Ignore:
Timestamp:
Aug 18, 2023, 9:27:27 AM (3 years ago)
Author:
eugene
Message:

return addstar to working trunk version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/addstar/src/ReadStarsFITS.c

    r42521 r42533  
    12331233
    12341234  Catalog *catalog = addstar_catalog_init (Nstars);
    1235   // XXX TEST : ALLOCATE (catalog->lensing, Lensing, Nstars);
    1236   // XXX TEST : catalog->Nlensing = Nstars;
     1235  ALLOCATE (catalog->lensing, Lensing, Nstars);
     1236  catalog->Nlensing = Nstars;
    12371237
    12381238  for (i = 0; i < Nstars; i++) {
     
    12911291    catalog->measure[i].detID      = ps1data[i].detID;
    12921292   
    1293     continue; // XXX UNIONS TEST:
    1294 
    12951293    dvo_lensing_init (&catalog->lensing[i]);
    12961294
Note: See TracChangeset for help on using the changeset viewer.