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

    r41607 r41624  
    1414void *setMrel_worker (void *data);
    1515int setMrel_threaded (Catalog *catalog, int Ncatalog);
    16 int setMrel_catalog (Catalog *catalog, int Nc, int pass, SetMrelInfo *results, int Nsecfilt);
    1716int print_measure_set (Average *average, SecFilt *secfilt, Measure *measure);
    1817
     
    315314
    316315  for (i = 0; i < Ncatalog; i++) {
    317     setMrel_catalog_alt (catalog, i, FALSE, &results, Nsecfilt);
     316    setMrelCatalog (catalog, i, FALSE, &results, Nsecfilt);
    318317    SetMrelInfoAccum (&summary, &results);
    319318  }
     
    338337
    339338  for (i = 0; i < Ncatalog; i++) {
    340     setMrel_catalog_alt (catalog, i, TRUE, &results, Nsecfilt);
     339    setMrelCatalog (catalog, i, TRUE, &results, Nsecfilt);
    341340    SetMrelInfoAccum (&summary, &results);
    342341  }
     
    436435    Catalog *catalog = threadinfo->catalog;
    437436
    438     setMrel_catalog_alt (catalog, i, FALSE, &results, Nsecfilt);
     437    setMrelCatalog (catalog, i, FALSE, &results, Nsecfilt);
    439438    SetMrelInfoAccum (&threadinfo->summary, &results);
    440439  }
Note: See TracChangeset for help on using the changeset viewer.