-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bossplot 4020-55332-425 #83
Comments
@kgage If you dump the fits file with something quick'n'dirty like:
you'll see that most of the pixels are anded out (meaning the same pixel was judged bad in every exposure for those same reasons, encoded in bits) leaving only 14 or 15 wavelength buckets (if I counted right). This is, in brief, what the classes For instance 131076 = 10 0000 0000 0000 0100 looks common in there, so bits 2 and 17 are set, so by http://dr12.sdss3.org/datamodel/files/BOSS_SPECTRO_REDUX/RUN2D/PLATE4/spPlate.html I don't know what those mean. In any case, skyserver is clearly not filtering these and, apparently, no zwarning flag is set for this (would conceivably be ZWARNING=2, from http://www.sdss3.org/svn/repo/idlutils/trunk/data/sdss/sdssMaskbits.par) |
The verbose bossplot output above already gives a summary of the mask bits set for each pixel:
You can also display masked regions on the plot if you add the
|
I think the issue here is if bossplot should show masked flux values? or at On Tue, Jul 14, 2015 at 11:02 AM dkirkby notifications@github.com wrote:
|
There are already two options to override the default behavior:
The second option lets you see everything (included any unmasked ivar=0 pixels, if there are any):
Note that the |
Those both seem very convenient! Should showing the masked values be the Side note: the noise appears maybe slightly larger compared to the SDSS There are already two options to override the default behavior: bossplot --plate 4020 --mjd 55332 --fiber 425 --allow-mask 'LOWFLAT|BADFLAT' [image: allow] The second option lets you see everything (included any unmasked ivar=0 bossplot --plate 4020 --mjd 55332 --fiber 425 --show-invalid [image: invalid] Note that the --show-invalid option implies --scatter since we cannot — |
I agree that it is not clear why the flat was considered bad enough to mask, given what the unmasked data look like, but that's a problem with the pipeline, not this package. I filed SDSS4 ticket #2407 about the fact that skyserver (and also, it turns out, the SAS webapp) appear to ignore the mask, but now I think our work here is done. |
The following command (with verbose output)
Gives the following image:
Using
gives this:
These are very different from the spectrum shown on the SDSS object explorer:
at http://skyserver.sdss.org/dr12/en/get/SpecById.ashx?id=4526234538074632192
The text was updated successfully, but these errors were encountered: