IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libkapa/include/kapa.h

    r38461 r38986  
    9393  double labelPadXm, labelPadYm, labelPadXp, labelPadYp;
    9494  double padXm, padXp, padYm, padYp;
     95  double fLabelRangeXm, fLabelRangeXp, fLabelRangeYm, fLabelRangeYp;
     96  double fMinorXm, fMinorXp, fMinorYm, fMinorYp;
    9597  Coords coords;
    9698  int flipeast, flipnorth;
     
    107109
    108110typedef struct {
    109   int dx, dy, ascent;
     111  int dx;
     112  int dy;
     113  float dXps;
     114  int ascent;
    110115  unsigned char *bits;
    111116} RotFont;
     
    231236void PSDumpRotSegment PROTO((FILE *f, char *segment, int *Nseg));
    232237void PSSetFont PROTO((FILE *f, char *name, int size));
     238int PSRotStrlen PROTO((char *c));
    233239
    234240/* bDrawFuncs.c */
Note: See TracChangeset for help on using the changeset viewer.