Full test for of Boot Calibs (v1.1)

b0 camera

On Laptop

desi_bootcalib.py \
    --fiberflat /Users/xavier/DESI/Wavelengths/pix-b0-00000001.fits \
    --arcfile /Users/xavier/DESI/Wavelengths/pix-b0-00000000.fits \
    --outfile /Users/xavier/DESI/Wavelengths/boot_psf-b0.fits \
    --qafile /Users/xavier/DESI/Wavelengths/qa_boot-b0.pdf \
    --test

On Edison

desi_compute_sky.py \
        --infile /project/projectdirs/desi/spectro/redux/sjb/dogwood/exposures/20150211/00000002/frame-b0-00000002.fits \
        --fibermap /project/projectdirs/desi/spectro/sim/alpha-5/20150211/fibermap-00000002.fits \
        --fiberflat /project/projectdirs/desi/spectro/redux/sjb/dogwood/calib2d/20150211/fiberflat-b0-00000001.fits \
        --outfile sky-b0-00000002.fits \
        --qafile qa-b0-00000002.yaml \
        --qafig qa-b0-00000002.pdf \        
        > qa_tst.log

r0 camera

Laptop

desi_bootcalib.py \
    --fiberflat /Users/xavier/DESI/Wavelengths/pix-r0-00000001.fits \
    --arcfile /Users/xavier/DESI/Wavelengths/pix-r0-00000000.fits \
    --outfile /Users/xavier/DESI/Wavelengths/boot_psf-r0.fits \
    --qafile /Users/xavier/DESI/Wavelengths/qa_boot-r0.pdf \
    --test

z0 camera

Laptop

desi_bootcalib.py \
    --fiberflat /Users/xavier/DESI/Wavelengths/pix-z0-00000001.fits \
    --arcfile /Users/xavier/DESI/Wavelengths/pix-z0-00000000.fits \
    --outfile /Users/xavier/DESI/Wavelengths/boot_psf-z0.fits \
    --qafile /Users/xavier/DESI/Wavelengths/qa_boot-z0.pdf \
    --test

Ted's data

desi_bootcalib.py \
    --fiberflat /Users/xavier/DESI/NERSC_TED/pix-z0-00000000.fits \
    --arcfile /Users/xavier/DESI/NERSC_TED/pix-z0-00000001.fits \
    --outfile /Users/xavier/DESI/NERSC_TED/boot_psf-z0.fits \
    --qafile /Users/xavier/DESI/NERSC_TED/qa_boot-z0.pdf \
    --test

Trace only

desi_bootcalib.py \
    --fiberflat /Users/xavier/DESI/Wavelengths/pix-b0-00000001.fits \
    --outfile /Users/xavier/DESI/Wavelengths/boot_psf_trace_only-b0.fits \
    --qafile /Users/xavier/DESI/Wavelengths/qa_boot-b0.pdf \
    --test --trace_only

Arc only

desi_bootcalib.py \
    --psffile /Users/xavier/DESI/Wavelengths/boot_psf_trace_only-b0.fits \
    --arcfile /Users/xavier/DESI/Wavelengths/pix-b0-00000000.fits \
    --outfile /Users/xavier/DESI/Wavelengths/boot_psf_arc_only-b0.fits \
    --qafile /Users/xavier/DESI/Wavelengths/qa_boot-b0.pdf \
    --test

DC3 Subset

Generated run_boot.src script in /Users/xavier/DESI/DATA/20160310

DC3 Full

Run the following from the directory with the data /Users/xavier/DESI/DATA/calibtest/20160310

from desispec.bootcalib import script_bootcalib as scb
scb([0,1,2,3,4,5,6,7,8,9], [10,11,12,13,14])

In [ ]: