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/images.c

    r4689 r7080  
    1111  Graphdata graphmode;
    1212  char name[256];
    13   int Ngraph;
    1413
    15   Ngraph = 0;
    16   if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE);
     14  if (!style_args (&graphmode, &argc, argv, 0)) return FALSE;
    1715
    1816  ByName = FALSE;
     
    6765    return (FALSE);
    6866  }
     67  SetGraph (graphmode);
    6968 
    7069  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.