<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">OK it looks like some of what I may want are in meas_modelfit, meas_extensions_shapeHSM, and meas_extesions_photometryKron repositories. It looks like meas_modelfit is installed with a common `eups disturb install last_apps`.<div class=""><br class=""></div><div class="">— Are there eups distributions for the extensions or should I clone the github repositories and associate them with the loadLSST.bash some how?</div><div class=""><br class=""></div><div class="">I also realized that I should be using lsst.meas.base instead of lsst.meas.algorithms and thus SingleFrameMeasurementConfig rather than SourceMeasurementConfig (a previous suggestion by Jim makes sense now). And on a related note I guess I should something like:</div><div class=""><br class=""></div><div class="">measureConfig = SingleFrameMeasurementConfig()</div><div class="">measureConfig.algorithms.names = [‘base_SdssShape’]<br class=""><div class=""><br class=""></div><div class="">where ‘base_SdssShape’ has been used rather than ‘shape.sdss’.</div><div class=""><br class=""></div><div class="">— Is all of this correct?</div><div class="">— If so then what algorithms.names should I use if I want to specify meas_modelfit or one of the extensions? I don’t a plugins.py file in these repositories like I do in meas_base.</div><div class=""><br class=""></div><div class="">Thank you,</div><div class="">Will</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 12, 2015, at 12:08 PM, Will Dawson <<a href="mailto:will@dawsonresearch.com" class="">will@dawsonresearch.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Is there a way (preferably easy) for me to see what measurement algorithm names are available? For example, thanks to Chris’ ipython notebooks I know that I can do things like:<div class=""><br class=""></div><div class=""><pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 14px; color: rgb(51, 51, 51); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; line-height: 17.000059127807617px; word-break: break-all; word-wrap: break-word; white-space: pre-wrap; border: none;" class=""><span class="n" style="margin: 0px; padding: 0px;">schema</span> <span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">=</span> <span class="n" style="margin: 0px; padding: 0px;">afwTable</span><span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">.</span><span class="n" style="margin: 0px; padding: 0px;">SourceTable</span><span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">.</span><span class="n" style="margin: 0px; padding: 0px;">makeMinimalSchema</span><span class="p" style="margin: 0px; padding: 0px;">()</span></pre><div class=""><pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 14px; color: rgb(51, 51, 51); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; line-height: 17.000059127807617px; word-break: break-all; word-wrap: break-word; white-space: pre-wrap; border: none;" class=""><span class="n" style="margin: 0px; padding: 0px;">measureSourcesConfig</span> <span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">=</span> <span class="n" style="margin: 0px; padding: 0px;">measAlg</span><span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">.</span><span class="n" style="margin: 0px; padding: 0px;">SourceMeasurementConfig</span><span class="p" style="margin: 0px; padding: 0px;">()</span></pre><div class=""><pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-size: 14px; color: rgb(51, 51, 51); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; line-height: 17.000059127807617px; word-break: break-all; word-wrap: break-word; white-space: pre-wrap; border: none;" class=""><span class="n" style="margin: 0px; padding: 0px;">measureSourcesConfig</span><span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">.</span><span class="n" style="margin: 0px; padding: 0px;">algorithms</span><span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">.</span><span class="n" style="margin: 0px; padding: 0px;">names</span> <span class="o" style="margin: 0px; padding: 0px; color: rgb(102, 102, 102);">=</span> <span class="p" style="margin: 0px; padding: 0px;">[</span><span class="s" style="margin: 0px; padding: 0px; color: rgb(186, 33, 33);">'shape.sdss'</span><span class="p" style="margin: 0px; padding: 0px;">]</span></pre><div class=""><br class=""></div></div></div></div><div class="">But I want to step beyond this MinimalSchema and algorithms. For example, I imagine that there are other algorithms such as the de Vaucouleur and exponential model fits used in SDSS (see e.g. <a href="https://www.sdss3.org/dr8/algorithms/classify.php" class="">https://www.sdss3.org/dr8/algorithms/classify.php</a>). I would also like to implement the <a href="https://confluence.lsstcorp.org/display/LSWUG/Measurement+in+the+LSST+Stack#MeasurementintheLSSTStack-Multi-Fit" class="">Multi-Fit algorithm</a>. I just don’t know how to specify them.</div><div class=""><br class=""></div><div class="">Any help would be greatly appreciated,</div><div class="">Will</div><div class=""><br class=""></div></div></div></blockquote></div><br class=""></div></div></body></html>