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

    r18007 r20033  
    8181    }
    8282
     83    // dump the configuration to a file?
     84    if ((N = psArgumentGet (argc, argv, "-dumpconfig"))) {
     85        psArgumentRemove (N, &argc, argv);
     86        psMetadataAddStr (config->arguments, PS_LIST_TAIL, "DUMP_CONFIG", PS_META_REPLACE, "", argv[N]);
     87        psArgumentRemove (N, &argc, argv);
     88    }
     89
    8390    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
    8491    if (!status) {
Note: See TracChangeset for help on using the changeset viewer.