# basic hawc config file just for steplic # Line Intergral Convolution step configuration [lic] filetype = 'png' # Type of file to output. Supported formats: eps, pdf, pgf, png, ps, raw, rgba, svg, svgz calc_lic = True # Calculate the LIC? The LIC must have been previous calculated and the fits file that was outputted must be used as datain. Note that the bgimage, rebin, polepol, croppolepol, and showbin will be the parameters that were used to create the original (T/F) show_beam = True # Show beam size? (T/F) bg_image = '' # CALC_LIC MUST BE TRUE to supply a background image. Use an empty string to make an intensity map with the HAWC data. rebin = 10 # Rebinning factor for the final image colormap = 'viridis' # Colormap to be used (i.e. 'planck', 'viridis', 'inferno') rotated = True # Use 90-deg rotated pol data? (T/F) croppolepol = True # Mask out map areas with P/sigP < polepol? (T/F) showmap = False # Show color map in masked out areas with P/sigP < polepol? (T/F) polepol = 3.0 # Value of polepol to be used for the masking. pol > (polepol)epol. NOTE THAT THE POLEPOL IN THE SUBTITLE IS THE ONE USED TO PLOT POLARIZATION VECTORS,(if ploting pol vectors, otherwise, ignore this) WHICH COMES FROM CALCULATIONS DONE IN STEPREGIONS. IF PUBLISHING, ENSURE THESE NUMBERS ARE THE SAME. #centercrop = 275.097,-16.2105,0.0385,0.040 # Center and crop at specific coordinates, e.g. [275.097,-16.2105,0.0385,0.040] or an empty list [] to not center crop. Values are RA center (deg), DEC center (deg), Width (deg), Height (deg) lowhighscale = 'automatic' # Contrast adjustment. Use [low,high] or "automatic" alphalic = 0.6 # Transparency level for the lic overlay (0.5-0.7 generally). add_contours = False # Add contours to the map? (T/F) add_streamplots = False # Add streamplots? (T/F) hide_axis = False # Hide graph axis? (T/F)']) polvec = False # Plot polarization vectors? (T/F). If F, remaining parameters irrelevant. scalevec = 0.0005 # Scale factor for vector sizes. scale = True # Set to False to make all vectors the same length debias = True # Use debiased polarizations colorvec = 'red' # Pol Vector color less_vec = 1 # Removes 1/n vectors. filenameout = '' # Filename for the licmap. Leave as an empty string to automatically generate a filename. title = '' # Title, pulled from the fits header if given an empty string. subtitle = '' # Subtitle, pulled from the fits header if given an empty string.