IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2018, 12:30:58 PM (8 years ago)
Author:
eugene
Message:

add -imstats-only option (just calculate stats, do not fit); re-work stack analysis to merge the fit and stats-only version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/args.c

    r40414 r40415  
    9191    remove_argument (N, &argc, argv);
    9292    CATCH_UP = TRUE;
     93  }
     94
     95  // only update the fit statistics (systematic floor)
     96  IMSTATS_ONLY = FALSE;
     97  if ((N = get_argument (argc, argv, "-imstats-only"))) {
     98    remove_argument (N, &argc, argv);
     99    IMSTATS_ONLY = FALSE;
    93100  }
    94101
     
    896903    remove_argument (N, &argc, argv);
    897904    CHECK_MEASURE_TO_IMAGE = TRUE;
     905  }
     906
     907  // only update the fit statistics (systematic floor)
     908  IMSTATS_ONLY = FALSE;
     909  if ((N = get_argument (argc, argv, "-imstats-only"))) {
     910    remove_argument (N, &argc, argv);
     911    IMSTATS_ONLY = FALSE;
    898912  }
    899913
Note: See TracChangeset for help on using the changeset viewer.