IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2007, 12:28:16 PM (19 years ago)
Author:
eugene
Message:

a variety of fixes to get psastro working in chip and mosaic mode

  • various memory leaks
  • when loading mosaic data, the modification of the WCS for the common focal-plane scale was getting the offset wrong (fixed in psModules)
  • added some debugging dump; more plots still needed
  • error handling in psastroMosaicAstrom
  • loading chip and fpa dimensions from concepts
  • now reading chip concepts when reading objects (in psModules)
  • now supplying region and subdivisions for gradient measurements
  • grid search is now optional

-

File:
1 edited

Legend:

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

    r11354 r12492  
    77
    88int main (int argc, char **argv) {
     9
     10    pmConfig *config = NULL;
     11    psArray *refs = NULL;
    912
    1013    psTimerStart ("complete");
     
    1720
    1821    // load configuration information
    19     pmConfig *config = psastroArguments (argc, argv);
     22    config = psastroArguments (argc, argv);
    2023    if (!config) usage ();
    2124
     
    4144
    4245    // load the reference stars overlapping the data stars
    43     psArray *refs = psastroLoadRefstars (config);
     46    refs = psastroLoadRefstars (config);
    4447    if (!refs) {
    4548        psErrorStackPrint(stderr, "failed to load reference data\n");
Note: See TracChangeset for help on using the changeset viewer.