IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2008, 2:39:01 PM (18 years ago)
Author:
beaumont
Message:

merged mainline into branch. resolved conflicts. added plots.

Location:
branches/cnb_branch_20080830/psastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20080830/psastro/src

    • Property svn:ignore
      •  

        old new  
        1515psastroModel
        1616gpcModel
         17psastroModelFit
  • branches/cnb_branch_20080830/psastro/src/psastroParseCamera.c

    r15121 r20033  
    3333    psFree (chips);
    3434
     35    psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG");
     36    if (dump_file) {
     37        pmConfigCamerasCull(config, NULL);
     38        pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO");
     39
     40        pmConfigDump(config, input->fpa, dump_file);
     41    }
     42
     43
    3544    psTrace("psastro", 1, "Done with psastroParseCamera...\n");
    3645    return true;
Note: See TracChangeset for help on using the changeset viewer.