IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24981


Ignore:
Timestamp:
Aug 3, 2009, 4:07:55 AM (17 years ago)
Author:
Sebastian Jester
Message:

Indeed there is only one image per SDSS tsObj table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/LoadDataSDSS.c

    r16967 r24981  
    1919    NVALID = Nvalid + 5;
    2020    REALLOCATE (images[0], Image, NVALID);
    21   }   
     21  }
    2222
    2323  // find image rootname
    2424  name = filebasename (file);
    2525
    26   // there is only one SDSS image per file (TRUE?)
     26  // there is only one SDSS image per file (TRUE?) XXXJester: yes, indeed
    2727  Nhead = headerSets[0].extnum_head;
    2828
     
    3636    Nskip += extsize[j];
    3737  }
    38   fseek (f, Nskip, SEEK_SET); 
    39          
     38  fseek (f, Nskip, SEEK_SET);
     39
    4040  // XXX I think this is an error?  should this be &images[0][Nvalid] ??
    4141  inStars = ReadStarsSDSS (f, name, headers[Nhead], headers[Ndata], images[0], &Nvalid, &Ninstars);
Note: See TracChangeset for help on using the changeset viewer.