GithubHelp home page GithubHelp logo

Comments (9)

schlafly avatar schlafly commented on August 19, 2024

Linking the QA plot for completeness
https://data.desi.lbl.gov/desi/spectro/redux/daily/tiles/cumulative/25744/20220127/tile-qa-25744-thru20220127.png

from desisurveyops.

julienguy avatar julienguy commented on August 19, 2024

For petal 4 that shows large rms, the calibrated spectra do not present discontinuities at the boundary of cameras for all 3 exposures of tile 25744 and in particular for exposure 00119660. Could it be due to large positioning errors + an unusual seeing ? No. position errors are small for the std stars of Petal 4.

from desisurveyops.

schlafly avatar schlafly commented on August 19, 2024

Transparency was reported to be good on that night, with decent seeing bouncing around between 1 and 1.5". First exposure of the night, but skies were pretty dark. It is the case that the observers reported that the focus was "a bit off", but I seem to think that this usually means tens of microns.

18:47 [01:47] Exp. 119660- Good - First tile of the night. A bit off focus and seeing a bit high (1.43). RMS of first correction move is around 4 (SO)
Tile 25744, Exptime: 844.75, Airmass: 1.20, Sequence: DESI, Flavor: science, Program: BRIGHT

from desisurveyops.

julienguy avatar julienguy commented on August 19, 2024

The guiding PSF has some peculiar triangular shape. Only 44% of light in fibers on average. If we are out of focus, could there be radial changes in the PSF?
https://data.desi.lbl.gov/desi/spectro/data/20220121/00119660/etc-00119660.png

from desisurveyops.

julienguy avatar julienguy commented on August 19, 2024

I suspect we were out of focus.

Screenshot from 2022-02-08 18-41-02

from astropy.table import Table
for spec in range(10) :
    t=Table.read(f"/global/cfs/cdirs/desi/spectro/redux/daily/exposures/20220121/00119660/cframe-r{spec}-00119660.fits","FIBERMAP")
    s=Table.read(f"/global/cfs/cdirs/desi/spectro/redux/daily/exposures/20220121/00119660/cframe-r{spec}-00119660.fits","SCORES")
    i=t["FIBERFLUX_R"]>10
    x=t["FIBER_X"][i]
    y=t["FIBER_Y"][i]
    ratio=s["MEDIAN_CALIB_COUNT_R"][i]/t["FIBERFLUX_R"][i]
    ratio /= np.median(ratio)
    plt.scatter(x,y,c=ratio,vmin=0.8,vmax=1.2)
plt.colorbar()

from desisurveyops.

schlafly avatar schlafly commented on August 19, 2024

Thanks. It looks like we need to mark this as bad in the offline pipeline. @akremin, can you mark 119660 as bad so that it gets EFFTIME = 0 and reprocess this tile 25744, and then we need to clear its QA status in tiles-specstatus?

I hadn't used the SCORES extension before---that's obviously useful! Aiming to be more self-sufficient in the future, can you confirm that:

  • RAW_COUNT -> frame file values
  • FFLAT_COUNT -> frame file values after applying fiberflat
  • SKYSUB_COUNT -> sframe file values
  • CALIB_COUNT -> cframe file values

I suspect that since the GFAs are on the edge, in terms of raw SNR, this tile is good on the edges and very good in the center, but I agree we don't want to deal with out-of-focus images and should just mark as bad.

from desisurveyops.

julienguy avatar julienguy commented on August 19, 2024

yes

from desisurveyops.

akremin avatar akremin commented on August 19, 2024

The following have been performed:

  • 119660 marked as bad
  • removed all files associated with tile 25744 on 20220121
  • removed all redshift files associated with tile 25744 on 20220127
  • reran redshifts for 25744 on 20220127

The observation on 20220120 was flagged by David as low efftime. There were no other observations on 20220121, so after flagging this exposure there was nothing to rerun. The tile was also observed on 20220126, but it was a bad exposure that wasn't used. So the 20220127 is the only exposure remaining for this tile.

I think this is below the efftime threshold, but could be released for more observations.

from desisurveyops.

schlafly avatar schlafly commented on August 19, 2024

Resetting to QA = none. Confirmed that this tile now has EFFTIME_SPEC < GOALTIME in $DESI_SPECTRO_REDUX/daily/tiles.csv, so this should be scheduled for future observation. Closing.

from desisurveyops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.