IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33720 for trunk/Ohana


Ignore:
Timestamp:
Apr 5, 2012, 1:00:05 PM (14 years ago)
Author:
bills
Message:

Add table skycell to the database and the program
sctool (skycelltool but easier to type)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/skycells_to_mdc.c

    r33719 r33720  
    4848            fprintf(mdcfile, "    radeg\tF32\t%f\n", raCenter);
    4949            fprintf(mdcfile, "    decdeg\tF32\t%f\n", decCenter);
    50             fprintf(mdcfile, "    glonCenter\tF32\t%f\n", glonCenter);
    51             fprintf(mdcfile, "    glatCenter\tF32\t%f\n", glatCenter);
     50            fprintf(mdcfile, "    glong\tF32\t%f\n", glonCenter);
     51            fprintf(mdcfile, "    glat\tF32\t%f\n", glatCenter);
    5252            fprintf(mdcfile, "    width\tF32\t%f\n", width);
    5353            fprintf(mdcfile, "    height\tF32\t%f\n", height);
Note: See TracChangeset for help on using the changeset viewer.