Changeset 42759
- Timestamp:
- Dec 6, 2024, 1:34:41 PM (20 months ago)
- Location:
- branches/eam_branches/ipp-20230313/ippconfig
- Files:
-
- 5 edited
- 3 copied
-
. (modified) (1 prop)
-
Makefile.am (modified) (1 diff)
-
compress.mgc (copied) (copied from trunk/ippconfig/compress.mgc )
-
configure.ac (modified) (1 diff)
-
gentoo (copied) (copied from trunk/ippconfig/gentoo )
-
o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc (copied) (copied from trunk/ippconfig/o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc )
-
recipes/jpeg.mdc (modified) (3 diffs)
-
recipes/reductionClasses.mdc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippconfig
- Property svn:mergeinfo changed
/trunk/ippconfig merged: 42657-42658,42729
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/ippconfig/Makefile.am
r39705 r42759 62 62 ipprc.config: $(srcdir)/ipprc.config.in 63 63 dvo.site: $(srcdir)/dvo.site.in 64 65 66 TGTDIR = $(PSCONFDIR)/$(PSCONFIG)/etc 67 SRC = compress 68 TGT = $(TGTDIR)/compress.mgc 69 70 install: $(TGT) 71 build: $(MGC) 72 73 if HAVE_LINUX 74 MES = YesLINUX 75 MGC = compress.mgc 76 else 77 MES = StillNoLINUX 78 MGC = gentoo 79 endif 80 81 $(TGT): $(MGC) 82 cp $(MGC) $(TGT) 83 84 test: $(TGT) 85 file o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc 86 file -m $(TGT) o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc 87 88 prt: 89 @echo $(MES) -
branches/eam_branches/ipp-20230313/ippconfig/configure.ac
r39705 r42759 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 7 AM_MAINTAINER_MODE 8 9 AM_CONDITIONAL([HAVE_GENTOO], [test -f /etc/gentoo-release]) 10 AM_CONDITIONAL([HAVE_LINUX], [test -f /etc/os-release]) 8 11 9 12 AC_PROG_INSTALL -
branches/eam_branches/ipp-20230313/ippconfig/recipes/jpeg.mdc
r34802 r42759 1 # This recipe file is used in a slightly different fashion from the others 2 # The different programs define an output JPEG file (or files) for the binned 3 # images with names based on the program and the binning level. 4 5 # ppImage : PPIMAGE.JPEG1 & PPIMAGE.JPEG2 6 # ppSub : PPSUB.OUTPUT.JPEG1 & PPSUB.OUTPUT.JPEG2 & PPSUB.OUTPUT.RESID.JPEG 7 # ppStack : PPSTACK.OUTPUT.JPEG1 & PPSTACK.OUTPUT.JPEG2 8 # ppstamp : PPSTAMP.OUTPUT.JPEG 9 10 # these names are the used to select the recipe metadata blocks below 11 12 # alternate recipes can be defined by nesting those metadata blocks inside 13 # additional named blocks, like the BIAS example below 14 1 15 # JPEG options for files 2 16 # Each METADATA entry should contain: … … 7 21 # * OPTIONS: comma-separated list : -SB,+SB,+X,+Y,-X,-Y 8 22 23 # to define the grayscale values, the image robust MEAN and STDEV are calculated 24 # (if those cannot be calculated, a simple MEAN and STDEV are used) 25 26 # the different SCALE.MODE values define the min and max colorscale values as: 27 # RANGE : MEAN - 2*STDEV*SCALE.MIN to MEAN + 2*STDEV*SCALE.MAX 28 # FRACTION : MEAN*SCALE.MIN to MEAN*SCALE.MAX 29 # VALUE : SCALE.MIN to SCALE.MAX 30 31 # COLORMAP values can be: greyscale, grayscale, -greyscale, -grayscale, heat, rainbow, 32 9 33 PPIMAGE.JPEG1 METADATA 10 34 COLORMAP STR -greyscale … … 15 39 END 16 40 41 PPIMAGE.JPEG2 METADATA 42 COLORMAP STR -greyscale 43 SCALE.MODE STR RANGE 44 SCALE.MIN F32 -5.0 45 SCALE.MAX F32 +10.0 46 OPTIONS STR -SB,-X,+Y 47 END 48 49 ALTCOLORS METADATA 50 PPIMAGE.JPEG1 METADATA 51 COLORMAP STR rainbow 52 SCALE.MODE STR RANGE 53 SCALE.MIN F32 -5.0 54 SCALE.MAX F32 +10.0 55 OPTIONS STR +SB,-X,+Y 56 END 57 58 PPIMAGE.JPEG2 METADATA 59 COLORMAP STR rainbow 60 SCALE.MODE STR RANGE 61 SCALE.MIN F32 -5.0 62 SCALE.MAX F32 +10.0 63 OPTIONS STR -SB,-X,+Y 64 END 65 END 66 17 67 PPIMAGE.JPEG1.HEAT METADATA 18 COLORMAP STR heat68 COLORMAP STR -greyscale 19 69 SCALE.MODE STR FRACTION 20 SCALE.MIN F32 0.95 21 SCALE.MAX F32 1.05 22 OPTIONS STR +SB,-X,+Y 23 END 24 25 PPIMAGE.JPEG2 METADATA 26 COLORMAP STR -greyscale 27 SCALE.MODE STR RANGE 28 SCALE.MIN F32 -5.0 29 SCALE.MAX F32 +10.0 30 OPTIONS STR -SB,-X,+Y 70 SCALE.MIN F32 0.5 71 SCALE.MAX F32 1.5 72 OPTIONS STR +SB,+X,+Y 31 73 END 32 74 -
branches/eam_branches/ipp-20230313/ippconfig/recipes/reductionClasses.mdc
r42700 r42759 1 1 # These reduction classes define recipes that go together as a group 2 3 # the detrend reduction classes are used by the detrend ippScripts to select 4 # the desired recipes for the different types of detrend products: 5 6 ## detrend_process_imfile.pl loads recipes (det_type)_PROCESS & (det_type)_JPEG_IMAGE 7 ## detrend_resid_imfile.pl loads either (det_type)_RESID OR (det_type)_VERIFY AND (det_type)_JPEG_RESID 8 ## detrend_stack.pl loads (det_type)_STACK 9 10 # (det_type)_PROCESS & (det_type)_RESID are used to select PPIMAGE recipes 11 # (det_type)_JPEG_IMAGE, (det_type)_JPEG_RESID are used to select JPEG recipes 12 # (det_type)_STACK is used to select the PPMERGE recipe (NOTE: not ppStack) 2 13 3 14 DETREND METADATA
Note:
See TracChangeset
for help on using the changeset viewer.
