IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23943


Ignore:
Timestamp:
Apr 21, 2009, 3:11:23 AM (17 years ago)
Author:
Sebastian Jester
Message:

More questions/comments

File:
1 edited

Legend:

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

    r23942 r23943  
    221221    // WCS headers are of course present in the fpC image,
    222222    // but then, that would be downloading a lot more data.
     223    //
     224    // Hmmm... if I set NY = 1361 below, do I need to subtract 64 from all Yccd numbers so that the
     225    // coordinates run from 1 to 1361 again? Or can dvo cope with Y-coordinates that are > NY?
    223226    strcpy (images[N].coords.ctype, "RA---TAN");
    224227
     
    259262    // not less.
    260263
    261     // And once more, NY  = 1361, which led into the whole 'status' discussion.
     264    // And once more, NY = 1361, which led into the whole 'status' discussion. In any case, why is this 1490
     265    // not 1489?
    262266    images[N].NY = 1490;
    263267
Note: See TracChangeset for help on using the changeset viewer.