IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2007, 7:42:46 AM (18 years ago)
Author:
eugene
Message:

finished psastroModel for boresite, created gpcModel for rough theoretical model, added useModel and fixChips options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroModel.c

    r15880 r15891  
    3131    // run the full astrometry analysis (chip and/or mosaic)
    3232    if (!psastroModelAnalysis (config)) {
    33         psErrorStackPrint(stderr, "failure in psastro analysis\n");
     33        psErrorStackPrint(stderr, "failure in psastro model analysis\n");
    3434        exit (1);
    3535    }
    3636   
     37    // run the full astrometry analysis (chip and/or mosaic)
     38    if (!psastroModelAdjust (config)) {
     39        psErrorStackPrint(stderr, "failure in psastro model adjust\n");
     40        exit (1);
     41    }
     42   
     43    // save the model
     44    if (!psastroModelDataSave (config)) {
     45        psErrorStackPrint(stderr, "error saving output data\n");
     46        exit (1);
     47    }
     48
    3749    psLogMsg ("psastro", 3, "complete psastro run: %f sec\n", psTimerMark ("complete"));
    3850
Note: See TracChangeset for help on using the changeset viewer.