-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert flux cubes to per-square-pixel surface brightness cubes (#3156)
* checkpoint * clean up * code style * remove debugging * fixed equivs, more tests passing? * fix untranslatable units for per pixels * fixed mm * . * fix mouseover for sr * fixed batch ap phot * fix lingering issues * change log * code style * doc * checkpoint * removing example from docstring because it keeps causing issues * line analysis fixes * code style * fix docs * test * . * reverting wrong change selected in rebase * more missing code from main * review comment * small review changes * code style * fix formatting of unit after appending angle * review comments, skip test * review comments, counts support * code style * added test, cleanup * skip test in viewers * skip test in parsers * remove var def to avoid line overflow * remove new traitlet in ap_phot * code style ; * added back in old test, updated docstrings * review comments * pllim review from 3192 * update for imviz aperphot * final review comments from kyle * Fix NaN handling in cube fitting and initial fixes for unit conversion/model fitting interaction * Remove debugging prints, add comment for context * Codestyle, changelog * Reestimate parameters when cube fitting is toggled * Only reestimate if spectral y type isn't SB * Codestyle * Changelog * Fix initializing linear component for cube fit * Handle linear component estimation for cube case * Only reshape here in 3D case * Skip tests that need #3156 * Respect selected display units when initializing model components * Use app._get_display_unit instead of relying on Unit Conversion * Add equivalency here * Only reestimate here if sb unit != spectral_y unit * Don't automatically reestimate when toggling cube fit, make the user do it * Remove print * Check for warning in test after cube toggle Fix test Codestyle * Add test for cube fitting after flux unit change * Add a to-do about a test for unit conversion with equivalency * Fix failing test * review comments * . * model fitting tests * Back to parallel processing post-debugging * review comments * code style * move import --------- Co-authored-by: Ricky O'Steen <[email protected]>
- Loading branch information
1 parent
91c6ff3
commit 7391556
Showing
28 changed files
with
913 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.