IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2007, 3:26:52 PM (19 years ago)
Author:
eugene
Message:

fixed mosaic analysis; cleaned up test code (some in traces, some removed), general output cleanups

File:
1 edited

Legend:

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

    r10864 r10880  
    2323    // allowed limits for valid solutions
    2424    REQUIRED_RECIPE_VALUE (float maxError, "PSASTRO.MAX.ERROR", F32, "failed to find single-chip max allowed error\n");
    25 
    2625    REQUIRED_RECIPE_VALUE (int minNstar, "PSASTRO.MIN.NSTAR", S32, "failed to find single-chip min allowed stars\n");
    2726
     
    5352    }
    5453
    55     // create the output fit model, modify the order to correspond to the actual number of
    56     // matched stars:
     54    // modify the order to correspond to the actual number of matched stars:
    5755    if ((match->n < 11) && (order >= 3)) order = 2;
    5856    if ((match->n <  7) && (order >= 2)) order = 1;
     
    6664    }
    6765
    68     // set masks appropriate to the Elixir DVO astrometry format
     66    // create output toFPA; set masks appropriate to the Elixir DVO astrometry format
    6967    psFree (chip->toFPA);
    7068    chip->toFPA = psPlaneTransformAlloc (order, order);
     
    125123    psMetadataAddF32 (updates, PS_LIST_TAIL, "EQUINOX",  PS_META_REPLACE, "equinox of ref catalog", 2000.0); // XXX this is bogus: should be defined based on equinox of refstars
    126124
    127     // write results
     125    // determine fromFPA transformation and apply new transformation to raw & ref stars
    128126    psastroUpdateChipToFPA (fpa, chip, rawstars, refstars);
    129127   
Note: See TracChangeset for help on using the changeset viewer.