Skip to content

Commit cde67e6

Browse files
authored
Merge pull request #229 from Caltech-IPAC/DM-8006-PhaseFold2DChart
DM-8006 Add xy chart to phase folding parameter setting panel using Highcharts
2 parents 6df7588 + c89d206 commit cde67e6

File tree

6 files changed

+446
-212
lines changed

6 files changed

+446
-212
lines changed

src/firefly/js/templates/lightcurve/LcPhaseFoldingPanel.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import {dispatchTableSearch} from '../../tables/TablesCntlr.js';
2828

2929
import {loadXYPlot} from '../../charts/dataTypes/XYColsCDT.js';
3030
import {RAW_TABLE, PHASE_FOLDED} from '../../templates/lightcurve/LcManager.js';
31+
import {showPhaseFoldingPopup} from './LcPhaseFoldingPopup.jsx';
3132

3233
import './LCPanels.css';
3334

@@ -269,7 +270,10 @@ export function LcPFOptionsPanel ({fields}) {
269270
<b>Reset</b>
270271
</button>
271272

272-
<br/>
273+
<br/> <br/>
274+
275+
<button type='button' className='button std hl'
276+
onClick={() => showPhaseFoldingPopup('Phase Folding')}>Phase Folding Dialog</button>
273277
</InputGroup>
274278
</FieldGroup>
275279

0 commit comments

Comments
 (0)