IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 10:03:06 AM (5 years ago)
Author:
eugene
Message:

major revision of the photometric flat-field correction / grid analysis; strip out code which uses astrometric information to define the grid

File:
1 edited

Legend:

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

    r41562 r41603  
    198198  }
    199199
    200   NGRID = 8;
    201   if ((N = get_argument (argc, argv, "-ngrid"))) {
    202     remove_argument (N, &argc, argv);
    203     NGRID = atof (argv[N]);
    204     remove_argument (N, &argc, argv);
    205   }
    206 
    207200  TEST_IMAGE1 = -1;
    208201  if ((N = get_argument (argc, argv, "-test-image1"))) {
     
    387380  }
    388381
    389   // USE_GRID is not valid for all cases, probably should be its own mode...
    390   USE_GRID = FALSE;
     382  // GRID_ZEROPT is not valid for all cases, probably should be its own mode...
     383  GRID_ZEROPT = FALSE;
    391384  if ((N = get_argument (argc, argv, "-grid"))) {
    392385    remove_argument (N, &argc, argv);
    393     USE_GRID = TRUE;
     386    GRID_ZEROPT = TRUE;
     387    GRID_ZPT_MODE  = GRID_ZPT_MODE_NONE; // start with grid off
    394388  }
    395389
Note: See TracChangeset for help on using the changeset viewer.