IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6756


Ignore:
Timestamp:
Mar 31, 2006, 5:01:35 PM (20 years ago)
Author:
Paul Price
Message:

Changing FORMAT to FILE in the camera format configuration files.

Location:
trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1_raw.config

    r6746 r6756  
    1111
    1212# How to read this data
    13 FORMAT  METADATA
     13FILE    METADATA
    1414        PHU             STR     CHIP    # The FITS file represents a single chip
    1515        EXTENSIONS      STR     CELL    # The extensions represent cells
  • trunk/ippconfig/lris_blue_raw.config

    r6746 r6756  
    3030
    3131# How to read this data
    32 FORMAT  METADATA
     32FILE    METADATA
    3333        PHU             STR     FPA     # The FITS file represents an entire FPA
    3434        EXTENSIONS      STR     NONE    # There are no extensions
  • trunk/ippconfig/lris_red_raw.config

    r6746 r6756  
    3131
    3232# How to read this data
    33 FORMAT  METADATA
     33FILE    METADATA
    3434        PHU             STR     CHIP    # The FITS file represents a single chip
    3535        EXTENSIONS      STR     NONE    # There are no extensions
  • trunk/ippconfig/mcshort_raw.config

    r6746 r6756  
    1111
    1212# How to read this data
    13 FORMAT  METADATA
     13FILE    METADATA
    1414        PHU             STR     FPA     # The FITS file represents an entire FPA
    1515        EXTENSIONS      STR     CELL    # The extensions represent cells
  • trunk/ippconfig/mcshort_splice.config

    r6746 r6756  
    1010END
    1111
    12 FORMAT  METADATA
     12FILE    METADATA
    1313        # How to read this data
    1414        PHU             STR     FPA     # The FITS file represents an entire FPA
  • trunk/ippconfig/megacam_raw.config

    r6746 r6756  
    1010
    1111# How to read this data
    12 FORMAT  METADATA
     12FILE    METADATA
    1313        PHU             STR     FPA     # The FITS file represents an entire FPA
    1414        EXTENSIONS      STR     CELL    # The extensions represent cells
  • trunk/ippconfig/megacam_splice.config

    r6746 r6756  
    99END
    1010
    11 FORMAT  METADATA
     11FILE    METADATA
    1212        # How to read this data
    1313        PHU             STR     FPA     # The FITS file represents an entire FPA
  • trunk/ippconfig/megacam_split.config

    r6746 r6756  
    88
    99# How to read this dataF
    10 FORMAT  METADATA
     10FILE    METADATA
    1111        PHU             STR     CHIP    # The FITS file represents an entire FPA
    1212        EXTENSIONS      STR     NONE    # The extensions represent chips
  • trunk/ppImage/test/gpc1_raw.config

    r6665 r6756  
    1111
    1212# How to read this data
    13 FORMAT  METADATA
     13FILE    METADATA
    1414        PHU             STR     CHIP    # The FITS file represents a single chip
    1515        EXTENSIONS      STR     CELL    # The extensions represent cells
  • trunk/ppImage/test/ipprc.config

    r6585 r6756  
    88### Setups for each camera system
    99CAMERAS         METADATA
     10        mcShort         STR     mcshort.config
    1011        MEGACAM         STR     megacam.config
    1112        GPC1            STR     gpc1.config
  • trunk/ppImage/test/lris_blue_raw.config

    r6585 r6756  
    3030
    3131# How to read this data
    32 FORMAT  METADATA
     32FILE    METADATA
    3333        PHU             STR     FPA     # The FITS file represents an entire FPA
    3434        EXTENSIONS      STR     NONE    # There are no extensions
  • trunk/ppImage/test/lris_red_raw.config

    r6585 r6756  
    3131
    3232# How to read this data
    33 FORMAT  METADATA
     33FILE    METADATA
    3434        PHU             STR     CHIP    # The FITS file represents a single chip
    3535        EXTENSIONS      STR     NONE    # There are no extensions
  • trunk/ppImage/test/megacam.config

    r6585 r6756  
    5353RECIPES         METADATA
    5454        PHASE2          STR     phase2.config           # Phase 2 recipe details
    55 #       PSPHOT          STR     psphot.config           # psphot details
     55        PSPHOT          STR     psphot.config           # psphot details
    5656END
  • trunk/ppImage/test/megacam_raw.config

    r6585 r6756  
    1010
    1111# How to read this data
    12 FORMAT  METADATA
     12FILE    METADATA
    1313        PHU             STR     FPA     # The FITS file represents an entire FPA
    1414        EXTENSIONS      STR     CELL    # The extensions represent cells
  • trunk/ppImage/test/megacam_splice.config

    r6623 r6756  
    99END
    1010
    11 FORMAT  METADATA
     11FILE    METADATA
    1212        # How to read this data
    1313        PHU             STR     FPA     # The FITS file represents an entire FPA
  • trunk/ppImage/test/megacam_split.config

    r6585 r6756  
    88
    99# How to read this dataF
    10 FORMAT  METADATA
     10FILE    METADATA
    1111        PHU             STR     CHIP    # The FITS file represents an entire FPA
    1212        EXTENSIONS      STR     NONE    # The extensions represent chips
Note: See TracChangeset for help on using the changeset viewer.