# Default configuration file for SWarp 2.15 # EB 2004-12-18 # Modify 2005 Sep 12, RDB for ISPI GC images. # #----------------------------------- Output ----------------------------------- IMAGEOUT_NAME gcnesw.fits # Output filename WEIGHTOUT_NAME coadd.weight.fits # Output weight-map filename HEADER_ONLY N # Only a header as an output file (Y/N)? HEADER_SUFFIX .head # Filename extension for additional headers #------------------------------- Input Weights -------------------------------- WEIGHT_TYPE NONE # "BACKGROUND","MAP_RMS","MAP_VARIANCE" # or "MAP_WEIGHT" WEIGHT_SUFFIX .weight.fits # Suffix to use for weight-maps WEIGHT_IMAGE # Weightmap filename if suffix not used # (all or for each weight-map) #------------------------------- Co-addition ---------------------------------- COMBINE Y # Combine resampled images (Y/N)? COMBINE_TYPE AVERAGE # "MEDIAN","AVERAGE","MIN","MAX" # "WEIGHTED" or "CHI2" #-------------------------------- Astrometry ---------------------------------- CELESTIAL_TYPE NATIVE # "NATIVE", "PIXEL", "EQUATORIAL", # "GALACTIC" or "ECLIPTIC" PROJECTION_TYPE TAN # Any WCS projection code or "NONE" PROJECTION_ERR 0.001 # Maximum projection error (in output # pixels), or 0 for no approximation CENTER_TYPE ALL # "MANUAL", "ALL" or "MOST" CENTER 00:00:00.0, +00:00:00.0 # Coordinates of the image center PIXELSCALE_TYPE MEDIAN # "MANUAL", "FIT", "MIN", "MAX" # or "MEDIAN" PIXEL_SCALE 0.304 # Pixel scale IMAGE_SIZE 0 # Image size (0 = AUTOMATIC) #-------------------------------- Resampling ---------------------------------- RESAMPLE Y # Resample input images (Y/N)? RESAMPLE_DIR . # Directory path for resampled images RESAMPLE_SUFFIX .resamp.fits # filename extension for resampled images RESAMPLING_TYPE LANCZOS3 # "NEAREST","BILINEAR","LANCZOS2", # "LANCZOS3" or "LANCZOS4" (1 per axis) OVERSAMPLING 0 # Oversampling in each dimension # (0 = automatic) INTERPOLATE N # Interpolate bad input pixels (Y/N)? # (all or for each image) FSCALASTRO_TYPE FIXED # "NONE" or "FIXED" FSCALE_KEYWORD FLXSCALE # FITS keyword for the multiplicative # factor to apply to each input image FSCALE_DEFAULT 1.0 # Default FSCALE value if not in header GAIN_KEYWORD GAIN # FITS keyword for eff. gain (e-/ADU) GAIN_DEFAULT 3.0 # Default gain if no FITS keyword found # 0 = infty (all or for each image) #--------------------------- Background subtraction --------------------------- SUBTRACT_BACK N # Subtraction sky background (Y/N)? # (all or for each image) BACK_TYPE AUTO # "AUTO" or "MANUAL" # (all or for each image) BACK_DEFAULT 0.0 # Default background value in MANUAL # (all or for each image) BACK_SIZE 128 # Background mesh size (pixels) # (all or for each image) BACK_FILTERSIZE 3 # Background map filter range (meshes) # (all or for each image) #------------------------------ Memory management ----------------------------- VMEM_DIR . # Directory path for swap files VMEM_MAX 2047 # Maximum amount of virtual memory (MB) MEM_MAX 128 # Maximum amount of usable RAM (MB) COMBINE_BUFSIZE 64 # RAM dedicated to co-addition(MB) #------------------------------ Miscellaneous --------------------------------- DELETE_TMPFILES Y # Delete temporary resampled FITS files # (Y/N)? COPY_KEYWORDS OBJECT # List of FITS keywords to propagate # from the input to the output headers WRITE_FILEINFO N # Write information about each input # file in the output image header? VERBOSE_TYPE NORMAL # "QUIET","NORMAL" or "FULL" NTHREADS 1 # 1 single thread