IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/pmeasure.c

    r6683 r7080  
    55  FILE *f;
    66  int i, j, k, m, N;
    7   int Ngraph;
    87  double Mz, Mr, mag;
    98  double Radius, Rmin, Rmax;
     
    1817  Vector Xvec, Yvec, Zvec;
    1918
    20   Ngraph = -1;
    2119  if (!InitPhotcodes ()) return (FALSE);
    22   if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE);
     20  if (!style_args (&graphmode, &argc, argv, 0)) return FALSE;
    2321
    2422  f = (FILE *) NULL;
     
    7068    return (FALSE);
    7169  }
    72  
     70  SetGraph (graphmode);
     71
    7372  Radius = MAX (fabs(graphmode.xmax), fabs(graphmode.ymax));
    7473
Note: See TracChangeset for help on using the changeset viewer.