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

    r41453 r41603  
    2727  }   
    2828   
    29   if (USE_GRID && (Nphotcodes > 1)) {
    30     fprintf (stderr, "grid correction analysis currently can only operate on a single photcode\n");
    31     exit (1);
    32   }
    33 
    3429  IMAGE_BAD = ID_IMAGE_PHOTOM_POOR | ID_IMAGE_PHOTOM_FEW | ID_IMAGE_PHOTOM_SKIP;
    3530  STAR_BAD  = ID_OBJ_POOR | ID_OBJ_FEW;
     
    6762
    6863    fprintf (stderr, "VERBOSE: %d, PLOTSTUFF: %d\n", VERBOSE, PLOTSTUFF);
    69     fprintf (stderr, "GRID_X: %d, GRID_Y: %d, BINNING: %d == Nmx: %d, Nmy: %d\n",
    70              RELPHOT_GRID_X,
    71              RELPHOT_GRID_Y,
    72              RELPHOT_GRID_BINNING,
    73              (int)(RELPHOT_GRID_X/RELPHOT_GRID_BINNING), (int)(RELPHOT_GRID_Y/RELPHOT_GRID_BINNING));
    7464
    7565    fprintf (stderr, "STAR_SCATTER           %lf\n", STAR_SCATTER);
Note: See TracChangeset for help on using the changeset viewer.