### Delta Configration file to reduce data on STARS # # Use with pipeconf_SEO.txt to reduce data on the # STARS server. # # Environment Variables [envars] # Master Bias, Dark, Flat Folder MASTER_BDF_FOLDER = /data/Archive/StoneEdge0.5m/2022/Masters-15C # Path for reducing BDF Files (use one of them) #RAW_BDF_FOLDER = '/data/images/StoneEdge/0.5meter/2021/2021-04-26' # for given date RAW_BDF_FOLDER = '/data/images/StoneEdge/0.5meter/2021/%Y-%m-%d' # for current date # Auxiliary file folder - NEEDS TO BE SET as this will not work for most users SEO_AUXFOLDER = /data/scripts/pipeline/auxfiles # Local Astrometry Step section [astrometrylocal] astrocmd = 'solve-field --no-verify --crpix-center --no-plots --overwrite --continue --index-xyls none --axy none --temp-axy --solved none --match none --rdls none --corr none --scale-units arcsecperpix --cpulimit 300 --scale-low 0.5 --scale-high 2.0 --sort-column FLUX %s --out %s' # removed --pnm option since it treats "none" as a filename # Web Astrometry Step Configuration # THIS IS MISSING ON PURPOSE: Starbase has astrometry.net installed # So use StepAstrometryLocal instead.