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

    r17934 r20033  
    99
    1010    pmConfig *config = NULL;
    11 
    1211    psTimerStart ("complete");
    1312
     
    2423    // load identify the data sources
    2524    if (!psastroParseCamera (config)) {
    26         psErrorStackPrint(stderr, "error setting up the camera\n");
    27         exit (1);
     25        psErrorStackPrint(stderr, "error setting up the camera\n");
     26        exit (1);
    2827    }
    2928
     
    3130    // select subset of stars for astrometry
    3231    if (!psastroDataLoad (config)) {
    33         psErrorStackPrint(stderr, "error loading input data\n");
    34         exit (1);
     32        psErrorStackPrint(stderr, "error loading input data\n");
     33        exit (1);
    3534    }
    3635
    3736    // run the full astrometry analysis (chip and/or mosaic)
    3837    if (!psastroAnalysis (config)) {
    39         psErrorStackPrint(stderr, "failure in psastro analysis\n");
    40         exit (1);
     38        psErrorStackPrint(stderr, "failure in psastro analysis\n");
     39        exit (1);
    4140    }
    42    
     41
    4342    // write out the results
    4443    if (!psastroDataSave (config)) {
    45         psErrorStackPrint(stderr, "failed to write out data\n");
    46         exit (1);
     44        psErrorStackPrint(stderr, "failed to write out data\n");
     45        exit (1);
    4746    }
    4847
Note: See TracChangeset for help on using the changeset viewer.