IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2021, 10:15:35 AM (5 years ago)
Author:
eugene
Message:

more cleanup: add REQUIRE_PSFFIT option, rename setMrel_catalog_alt to setMrelCatalog, add notes on resets, move setMflatFromGrid into setMrelFinal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/args.c

    r41623 r41624  
    241241    remove_argument (N, &argc, argv);
    242242    PRESERVE_PS1 = TRUE;
     243  }
     244  REQUIRE_PSFFIT = FALSE;
     245  if ((N = get_argument (argc, argv, "-require-psffit"))) {
     246    remove_argument (N, &argc, argv);
     247    REQUIRE_PSFFIT = TRUE;
    243248  }
    244249
Note: See TracChangeset for help on using the changeset viewer.