IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2006, 12:58:30 PM (20 years ago)
Author:
eugene
Message:

updates to addstar for better 2mass support

File:
1 edited

Legend:

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

    r7681 r7688  
    4444  KapaSection magSection, resSection;
    4545
    46   Catalog catalog;
     46  Catalog catalog, outcat;
    4747  SkyList *skylist;
    4848  SEDtableRow *SEDtableRaw, **SEDtable;
     
    5555  catalog.measure = NULL;
    5656  catalog.secfilt = NULL;
     57
     58  outcat.average = NULL;
     59  outcat.measure = NULL;
     60  outcat.secfilt = NULL;
     61
    5762  SEDtable = NULL;
    5863  SEDtableRaw = NULL;
     
    8186    remove_argument (N, &argc, argv);
    8287    PLOT = TRUE;
     88  }
     89
     90  SAVEDIR = NULL;
     91  if ((N = get_argument (argc, argv, "-save"))) {
     92    remove_argument (N, &argc, argv);
     93    SAVEDIR = strcreate (argv[N]);
     94    remove_argument (N, &argc, argv);
    8395  }
    8496
Note: See TracChangeset for help on using the changeset viewer.