IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2009, 6:52:51 PM (17 years ago)
Author:
Paul Price
Message:

Making ppSub inverse mode work. Seems to work now --- produces the correct output files for inverse mode on and off, photometry on and off.

Location:
branches/pap/ppSub/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src

    • Property svn:ignore
      •  

        old new  
        1010stamp-h1
        1111ppSubKernel
         12ppSubErrorCodes.h
         13ppSubErrorCodes.c
  • branches/pap/ppSub/src/ppSub.c

    r23704 r23719  
    5151    ppSubData *data = ppSubDataAlloc(); // Processing data
    5252
    53     if (!ppSubArgumentsSetup(argc, argv, config, data)) {
     53    if (!ppSubArguments(argc, argv, config, data)) {
    5454        psErrorStackPrint(stderr, "Error reading arguments.\n");
    5555        exitValue = PS_EXIT_CONFIG_ERROR;
Note: See TracChangeset for help on using the changeset viewer.