# Last edited on 2026-07-31 03:40:21 by stolfi WORK := ${HOME}/projects/voynich/work BIN := ${HOME}/bin PAGE := 116v1 ifneq "/${BAND_R}" "/" ifneq "/${MINVAL_R}" "/" ifneq "/${MAXVAL_R}" "/" ifneq "/${BAND_G}" "/" ifneq "/${MINVAL_G}" "/" ifneq "/${MAXVAL_G}" "/" ifneq "/${BAND_B}" "/" ifneq "/${MINVAL_B}" "/" ifneq "/${MAXVAL_B}" "/" ifneq "/${MATRIX}" "/" ifneq "/${CROP}" "/" ifneq "/${BORDER}" "/" ifneq "/${PCTMAG}" "/" MS_DIR := ../../MultiSpectral/davis/${PAGE} SRC_IMAGE_R := ${MS_DIR}/${BAND_R}/full.png SRC_IMAGE_G := ${MS_DIR}/${BAND_G}/full.png SRC_IMAGE_B := ${MS_DIR}/${BAND_B}/full.png ROT := -90 PROG := ${WORK}/report_make_raw_image_from_MS_images.sh all: raw.png raw.png: \ ${PROG} \ ${SRC_IMAGE_R} ${SRC_IMAGE_G} ${SRC_IMAGE_B} \ ${SCRIPTS} ${SCRIPTS_EXTRA} \ COMMON_COLOR.make raw.make ${PROG} ${PAGE} \ "${BAND_R}" "${MINVAL_R}" "${MAXVAL_R}" \ "${BAND_G}" "${MINVAL_G}" "${MAXVAL_G}" \ "${BAND_B}" "${MINVAL_B}" "${MAXVAL_B}" \ "${MATRIX}" \ "${CROP}" "${ROT}" "${BORDER}" "${PCTMAG}" endif endif endif endif endif endif endif endif endif endif endif endif endif