IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2012, 4:31:12 PM (14 years ago)
Author:
watersc1
Message:

Final changes to implement background restoration in ppBackground. Using the -recipe PPBACKGROUND STACK now gets the information from the correct place. The default value should retain the old behavior as well.

Change to skycell_jpeg to prevent masks from being made the wrong way.

Location:
branches/czw_branch/20120906/ippconfig/recipes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ippconfig/recipes/filerules-mef.mdc

    r34531 r34628  
    342342PPSKYCELL.BIN1          OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits     IMAGE     NONE       FPA        TRUE      NONE
    343343PPSKYCELL.BIN2          OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits     IMAGE     NONE       FPA        TRUE      NONE
     344PPSKYCELL.BIN1.MASK          OUTPUT {OUTPUT}.{FILE.INDEX}.b1.mk.fits     MASK     COMP_MASK       FPA        TRUE      NONE
     345PPSKYCELL.BIN2.MASK          OUTPUT {OUTPUT}.{FILE.INDEX}.b2.mk.fits     MASK     COMP_MASK       FPA       TRUE      NONE
    344346
    345347LOG.IMFILE              OUTPUT {OUTPUT}.{CHIP.NAME}.log          TEXT      NONE       CHIP       TRUE      NONE
  • branches/czw_branch/20120906/ippconfig/recipes/filerules-simple.mdc

    r34531 r34628  
    321321PPSKYCELL.BIN1               OUTPUT {OUTPUT}.{FILE.INDEX}.b1.fits     IMAGE     NONE       FPA        TRUE      NONE
    322322PPSKYCELL.BIN2               OUTPUT {OUTPUT}.{FILE.INDEX}.b2.fits     IMAGE     NONE       FPA        TRUE      NONE
     323PPSKYCELL.BIN1.MASK          OUTPUT {OUTPUT}.b1.mk.fits     MASK     COMP_MASK       FPA        TRUE      NONE
     324PPSKYCELL.BIN2.MASK          OUTPUT {OUTPUT}.b2.mk.fits     MASK     COMP_MASK       FPA       TRUE      NONE
    323325
    324326LOG.IMFILE                   OUTPUT {OUTPUT}.imfile.log           TEXT            NONE       FPA        TRUE      NONE
  • branches/czw_branch/20120906/ippconfig/recipes/filerules-split.mdc

    r34531 r34628  
    355355PPSKYCELL.BIN1               OUTPUT {OUTPUT}.b1.fits     IMAGE     COMP_IMG       FPA        TRUE      NONE
    356356PPSKYCELL.BIN2               OUTPUT {OUTPUT}.b2.fits     IMAGE     COMP_IMG       FPA       TRUE      NONE
     357PPSKYCELL.BIN1.MASK          OUTPUT {OUTPUT}.b1.mk.fits     MASK     COMP_MASK       FPA        TRUE      NONE
     358PPSKYCELL.BIN2.MASK          OUTPUT {OUTPUT}.b2.mk.fits     MASK     COMP_MASK       FPA       TRUE      NONE
    357359
    358360LOG.IMFILE                   OUTPUT {OUTPUT}.{CHIP.NAME}.log          TEXT            NONE       CHIP       TRUE      NONE
  • branches/czw_branch/20120906/ippconfig/recipes/ppBackground.mdc

    r28486 r34628  
    11# Recipe options for ppBackground
    22
     3BINNING_RECIPE  STR     PSPHOT
     4BINNING_XNAME   STR     BACKGROUND.XBIN
     5BINNING_YNAME   STR     BACKGROUND.YBIN
     6
     7DEFAULT    METADATA
     8END
     9
     10
     11STACK       METADATA
     12  BINNING_RECIPE        STR     PSWARP
     13  BINNING_XNAME STR     BKG.XGRID       
     14  BINNING_YNAME STR     BKG.YGRID
     15END
     16           
    317
    418BACKGROUND       METADATA
Note: See TracChangeset for help on using the changeset viewer.