IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2007, 4:19:23 PM (19 years ago)
Author:
Paul Price
Message:

We need a new PSF model for the warped frame. It would be good to generate this analytically, but that's going to be tricky. We have a list of sources, so we could use those to redetermine the PSF model. Until Gene makes the necessary adaptations to psphot, we will simply redetermine the PSF model from scratch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpArguments.c

    r14389 r14874  
    2323    pmConfigRecipeOptions (config, PSWARP_RECIPE);
    2424
    25     pmConfigFileSetsMD (config->arguments, &argc, argv, "ASTROM",   "-astrom", "-astromlist");
     25    pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM",   "-astrom", "-astromlist");
    2626
    2727    // chip selection is used to limit chips to be processed
     
    3939                         "Filename for statistics of output image", argv[N]);
    4040        psArgumentRemove(N, &argc, argv);
     41    }
     42
     43    // PSF determination?
     44    if ((N = psArgumentGet(argc, argv, "-psf"))) {
     45        psArgumentRemove(N, &argc, argv);
     46        psMetadataAddBool(config->arguments, PS_LIST_TAIL, "PSF", 0, "Do PSF determination?", true);
    4147    }
    4248
Note: See TracChangeset for help on using the changeset viewer.