IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2019, 4:27:05 PM (7 years ago)
Author:
cclin33
Message:

minor correction for lowercases to capticals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/psastro/src/psastroMetadataStats.c

    r40960 r41034  
    3838        psMetadataItemSupplement(&status, stats, header, "CERROR");
    3939        psMetadataItemSupplement(&status, stats, header, "NASTRO");
    40         psMetadataItemSupplement(&status, stats, header, "ast_r0");
    41         psMetadataItemSupplement(&status, stats, header, "ast_d0");
    42         psMetadataItemSupplement(&status, stats, header, "ast_t0");
    43         psMetadataItemSupplement(&status, stats, header, "ast_s0");
    44         psMetadataItemSupplement(&status, stats, header, "ast_rs");
    45         psMetadataItemSupplement(&status, stats, header, "ast_ds");
     40        psMetadataItemSupplement(&status, stats, header, "AST_R0");
     41        psMetadataItemSupplement(&status, stats, header, "AST_D0");
     42        psMetadataItemSupplement(&status, stats, header, "AST_T0");
     43        psMetadataItemSupplement(&status, stats, header, "AST_S0");
     44        psMetadataItemSupplement(&status, stats, header, "AST_RS");
     45        psMetadataItemSupplement(&status, stats, header, "AST_DS");
    4646    }
    4747
Note: See TracChangeset for help on using the changeset viewer.