IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:59:15 PM (20 years ago)
Author:
eugene
Message:

tests on non-poisson errors, updates to image background, tests of systematic biases, updates to use pmFPAfile paradigm

File:
1 edited

Legend:

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

    r6727 r6851  
    33// XXX need a better structure for handling optional sequences
    44int main (int argc, char **argv) {
    5 
    6     // headtest (argc, argv);
    75
    86    psTimerStart ("complete");
     
    2725    exit (0);
    2826}
    29 
    30 /** I/O test code
    31 
    32     psFits *fits = psFitsOpen (argv[1], "r");
    33     psMetadata *header = psFitsReadHeader (NULL, fits);
    34     psFitsClose (fits);
    35 
    36     psMetadata *new = psMetadataCopy (NULL, header);
    37     psMetadataConfigWrite (new, "test.cnf");
    38 
    39     fits = psFitsOpen ("test.fits", "w");
    40     psFitsWriteHeaderNotImage (fits, new);
    41     psFitsClose (fits);
    42 
    43     exit (0);
    44 
    45 **/
Note: See TracChangeset for help on using the changeset viewer.