IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16076


Ignore:
Timestamp:
Jan 14, 2008, 4:55:22 PM (18 years ago)
Author:
eugene
Message:

setting output projection to be TAN (this is probably too hard wired)

File:
1 edited

Legend:

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

    r15891 r16076  
    5757    // updated with the correct HDU selection.  obsChip->hdu may not exist.
    5858    // pmAstromWriteBilevelChip (obsChip->hdu->header, obsChip, NONLIN_TOL);
     59
     60   
     61
    5962  }
    6063
     
    6669  input->fpa->fromTPA = psMemIncrRefCounter (astrom->fpa->fromTPA);
    6770
    68   // XXX if we want to write out the result, update the header here.  this needs to be
     71  // XXX this is temporarily hardwired because of model error
     72  input->fpa->toSky->type = PS_PROJ_TAN;
     73
     74  // psastroDumpCorners ("corners.useModel.dat", input->fpa);
     75
    6976  // updated with the correct HDU selection.  obsChip->hdu may not exist.
    7077  // psMetadata *updates = psMetadataAlloc();
Note: See TracChangeset for help on using the changeset viewer.