IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2005, 4:39:59 PM (21 years ago)
Author:
eugene
Message:

changed from loneos.h to dvo.h

File:
1 edited

Legend:

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

    r2598 r3462  
    1 # include "dvo.h"
     1# include "dvo1.h"
    22# define NBYTES 160000
    33# define BYTES_STAR 23
     
    1515  Vector Xvec, Yvec, Zvec;
    1616  int i, N, Nm, Nn, NN, Nbytes, nbytes, Bytes_Star;
    17   int Ar, Ad, Am, InRegion, GSC, ASCII, LONEOS, FIXED;
     17  int Ar, Ad, Am, InRegion, GSC, ASCII, DVO, FIXED;
    1818  char filename[128];
    1919  double Mz, Mr, Nz, Nr;
     
    128128
    129129  ASCII = FALSE;
    130   LONEOS = TRUE;
     130  DVO = TRUE;
    131131  GSC = FALSE;
    132132  FIXED = FALSE;
     
    135135    GSC = TRUE;
    136136    ASCII = FALSE;
    137     LONEOS = FALSE;
     137    DVO = FALSE;
    138138  }
    139139
     
    142142    ASCII = TRUE;
    143143    GSC = FALSE;
    144     LONEOS = FALSE;
     144    DVO = FALSE;
    145145    Ar = atof(argv[N]);
    146146    remove_argument (N, &argc, argv);
     
    303303 
    304304    /* load data from the photometry database files */
    305     if (LONEOS) {
     305    if (DVO) {
    306306     
    307307      if (InRegion) {
Note: See TracChangeset for help on using the changeset viewer.