IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2010, 12:30:29 PM (16 years ago)
Author:
Serge CHASTEL
Message:

-version option vs file version taken into account/Field CMF_VERSION added to FITS file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMops.h

    r29560 r29565  
    2525  float rmsAstrom;                    // Astrometric solution RMS
    2626  psString output;                    // Output filename
    27   psU16 version;                        // Version (for parameters)
     27  psU16 version;                      // Version (for parameters)
    2828} ppMopsArguments;
    2929
     
    125125
    126126/// Read detections
    127 psArray *ppMopsRead(const ppMopsArguments *args);
     127psArray *ppMopsRead(ppMopsArguments *args);
    128128
    129129/// Merge detections
     
    133133bool ppMopsWrite(const ppMopsDetections *detections, const ppMopsArguments *args);
    134134
     135/// Get the version contained in EXTTYPE of the "SkyChip.psf" table:
     136/// @returns 1 if EXTTYPE of "SkyChip.psf" is PS1_DV1
     137/// @returns 2 if EXTTYPE of "SkyChip.psf" is PS1_DV2
     138/// @returns 0 otherwise
     139int ppMopsGetSkyChipPsfVersion(const psFits* fits);
     140
    135141#endif
Note: See TracChangeset for help on using the changeset viewer.