William Setterberg

Results 30 comments of William Setterberg

Sure, we can probably modify the existing photon power law to support _N_ breaks. We would need to think about normalization but that shouldn't be too bad. How is it...

Additionally the loaded data in the `Instrument` should have its time bins accessible. That way the user can make a spectrogram in 1-2 lines of code should they wish.

I think that would be an excellent addition. I believe OSPEX implements it as a “pseudo-model” but it shouldn’t be too hard to add if we look up the proper...

hey i am working to get a bracelet going too. do you know if yours is the infrared or a radio version? can you take it apart and look? william

It looks like IR based on the little dot on the front, but I think some concerts over in Europe are using the RF modules. As for powering the wrist...

@ianan can you make a pull request that updates the .sav file download in the code?

I'll take a peek @ianan. Maybe @DanRyanIrish can provide some support too. I think he wrote the thermal emission code. -WS

Ok, dumb question: how do you get that pair of `.sav` files?

I believe OSPEX only allows spectroscopy to be performed when `SUMFLAG=1` (see [here](https://hesperia.gsfc.nasa.gov/ssw/packages/spex/idl/object_spex/spex_hessi_fits2drm.pro)): ```idl sum_flag = fxpar (hdr, 'SUMFLAG', count=count) if count gt 0 and sum_flag eq 0 then begin...