Marc Pound

Results 8 comments of Marc Pound

One issue to bear in mind is that the twocolumn style imposes strong restrictions on how the author can show a code example and makes it less readable. Appendices are...

Also if the author provides a DOI for all listings, then making code selectable in the journal becomes less important, i.e., a nice feature but not imperative. To reduce the...

Was convolution with Herschel filters ever solved? I have attempted it myself, unsuccessfully. I followed what I thought was the correct prescription from Robitaille et al 2007 Appendix A, but...

I second this! Or at least make it clear in the doc for Filter.read() and in the example section "Preparing Filters". (blink tag, anyone?) My model convolution was always coming...

Did you get reasonable fitting results with this approach? My understanding was that the Herschel filter response functions needed to be normalized by integration over frequency since Herschel passbands refer...

ok, **H** changes to **(XT W X)-1 XT W**, where **W** are the weights. I'm not yet reproducing the correct answer with W=1 but I think the above is correct.

Hi Samuel. Yes, the simple regression problem could be solved in other ways. I am trying to teach myself using the simple understandable case before moving on to more complex...

@sfarrens Here is a sample method for applying weights to a fit. I tested it on the linear and polynomial fit examples in inverse_problems_1.ipynb. ```python # This function implements the...