Releases: Caltech-IPAC/firefly
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
8247dc2 - DM-11569:  Plotly 3d bug fixes, merge pr #439 [2017-08-11]
0954762 - Merge branch 'dev' into DM-11569_chart3d [2017-08-11]
9624608 - Heatmap - support using the same XY space for multiple plots [2017-08-11]
465a5a2 - Merge pull request #440 from Caltech-IPAC/DM-11556-ffapislatetest2 [2017-08-11]
c51f109 - DM-11556 update title for heatmap chart. [2017-08-11]
050d4d1 - DM-11569: a little clean up of the icon [2017-08-10]
0d59354 - DM-11556 update the content and cosmetic stuffs of the charts on ffapi-slate-test2.html [2017-08-10]
2e69fe9 - DM-11569 Plotly 3d bug fixes [2017-08-10]
815444b - Icons: two icons for 3-D plot toolbar, eventually we will need to make better ones [2017-08-10]
9a637b3 - DM-11563: MergePR #438 from dm-11563 [2017-08-10]
e9d7914 - DM-11563: bug several small bugs [2017-08-10]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
c4fed28 - fix standalone build file pointing to the wrong webapp location [2017-08-10]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
3d02f2f - jsdoc bugs fixed [2017-08-09]
41d9850 - docker: more build file cleanup [2017-08-05]
d412c3d - DM-11398: Merge PR #437 from dm-11398-ts [2017-08-04]
9750c4e - DM-11398: fixes some time series display issues [2017-08-04]
6e9ada3 - DM-11475: Merge PR #436 from dm-11475-grid [2017-08-04]
90dda7f - DM-11475: fixes from feedback [2017-08-04]
e8d4800 - Merge pull request #433 from Caltech-IPAC/DM-11349-TSDataDisplay [2017-08-04]
ca03f49 - Docker: more changes [2017-08-04]
12154e5 - More security in docker build [2017-08-04]
9fba609 - DM:11475: add second demo and support plot.ly general charts [2017-08-04]
d8a4ea8 - DM-11349 fix the dispatch functions for attaching draw layer to and detaching draw layer from the plot, and the use of these two functons. [2017-08-03]
420dd6f - Merge pull request #434 from Caltech-IPAC/DM-11458_periodogram_table_select [2017-08-03]
62d3d01 - Merge pull request #435 from Caltech-IPAC/DM-11424_filter_selected_row_fail [2017-08-03]
63619f8 - Merge pull request #430 from Caltech-IPAC/IRSA-257-timeseries-loggedin [2017-08-03]
76ff4e5 - Merge pull request #432 from Caltech-IPAC/IRSA-667-Add-band-in-PTF-label [2017-08-03]
fb769bb - IRSA-667 some clean up [2017-08-03]
fb470ad - IRSA-636 add all filter names as band in image label [2017-08-03]
9846c69 - IRSA-667 add all filter names for image band label [2017-08-03]
1dfbcb8 - DM-11424: filter on selected row fails on sorted table. [2017-08-03]
41c28a9 - DM-11458: Periodogram table rows are no longer selectable and highlighted [2017-08-03]
2517643 - Merge pull request #431 from Caltech-IPAC/DM-11387_filter_bgJobs_from_app [2017-08-03]
de31231 - DM-11349 Add ra, dec colunmn name info the table meta for LSSTLightCurveQuery. Solve the issue to attach the existing drawing layers to the newly created plots. [2017-08-02]
5a89d09 - RSA-667 Add band name in PTF image label [2017-08-02]
638b1d4 - DM-11387: fixes width discrepancies between safari, firefox, and chrome [2017-08-02]
8931253 - DM-11387: fix several issue related to backgrounding - added a checkbox to enable email notification - sync the checkbox and email field between download dialog and background monitor - remove 'resend email' feature which is confusing - when email notification is enabled, an email will be sent for each job when it's completed. [2017-08-02]
c767d51 - Merge branch 'dev' into DM-11387_filter_bgJobs_from_app [2017-08-01]
3c9af9b - DM-10520: fixed type from branch [2017-08-01]
d7afdf8 - Merge pull request #425 from Caltech-IPAC/DM-11376_bg_search_error [2017-08-01]
198b143 - DM-11387: Add ability to limit what will appears as background jobs [2017-08-01]
d6f3ba9 - change http://themes.google to protocol-relative path. [2017-08-01]
302537d - DM-11376: set backgroundable defaults to false.  Enable backgrounding for catalog and suit searches. [2017-08-01]
111676f - DM-11376: backgrounding job bug - on fail search, mask panel remained without error messages. - API should have backgroundable set to false, since background monitor may not be available. [2017-08-01]
9e4cfa0 - IRSA-257: add cookies to PTF ibe LC for loggedin user [2017-07-31]
f328fb6 - Merge pull request #429 from Caltech-IPAC/dm-10520-restore [2017-07-31]
a392bc5 - IRSA-613: Merge PR #428 from irsa-613-wcs-match [2017-07-31]
2f6604c - IRSA-613: fixed more issues from feedback [2017-07-31]
c96b5b8 - DM-10520: fixed "restore to defaults" changing the active image [2017-07-28]
d66f0ff - IRSA-613: fixed: WCS match not working right for image that are very far apart [2017-07-28]
f9c53ce - IRSA-642-DM-11250: Merge PR #427 from IRSA-642-DM-11250 [2017-07-28]
d7e37f8 - IRSA-642-DM-11250: fix a bug [2017-07-28]
3c7ffd3 - change http://themes.google to protocol-relative path. [2017-07-28]
1e6f7a8 - DM-11376: set backgroundable defaults to false.  Enable backgrounding for catalog and suit searches. [2017-07-28]
540714f - DM-11376: backgrounding job bug - on fail search, mask panel remained without error messages. - API should have backgroundable set to false, since background monitor may not be available. [2017-07-28]
63dcb7d - IRSA-642-DM-11250: fixed two bugs [2017-07-28]
01a2991 - Set Upload dropdown panel size in upload component (FileUploadViewPanel) itself. [2017-07-28]
63e9d58 - update the FormPanel size for Upload dropdown panel. [2017-07-27]
f9f36a3 - Merge branch 'DM-7725-FileUpload' into dev [2017-07-27]
1dc4f50 - Merge branch 'dev' into DM-7725-FileUpload [2017-07-27]
b1e99b1 - DM-7225 change tabs for selecting upload method to be in radio button style. clean and update the styling for upload dropdown panel. [2017-07-27]
b128527 - Merge pull request #426 from Caltech-IPAC/IRSA-636-PTF-TST-no-band-selection [2017-07-27]
396bc3c - IRSA-636 Disable the band selection for PTF [2017-07-27]
791df2a - IRSA-636: remove border [2017-07-27]
15ed830 - IRSA-636 Disable the band selection for PTF [2017-07-27]
20a82f9 - Merge pull request #416 from Caltech-IPAC/IRSA-572-3ColorStretch [2017-07-27]
eb6440e - IRSA-572: fixed a related stetch problem [2017-07-27]
0caf645 -  fix package name to lower case [2017-07-27]
0c806d3 - Merge DM-11299 Coadded images displayed ignoring cutout size; pr #424 [2017-07-26]
dc97bae - merge DM-11013 More meaningful errors, pr #422 [2017-07-26]
b617161 - DM-11013 Response to review comments - fixed error message from backgrounded search - added check for failed status before tracking fetch - now returning DAX message rather then DAX error type - added error message to 'Unexpected error' [2017-07-26]
5120428 - fixed ignored cutout size in WISE SDSS timeseries ignore invalid (0 or below) cutout size - a workaround for DM-11386 [2017-07-26]
0b97205 - DM-7725 fixed the case that the return file analysis result contains the same characters as the separator in the response. [2017-07-26]
f979199 - Merge pull request #421 from Caltech-IPAC/IRSA-629-add-ptf-image-downloader [2017-07-26]
2dd9a9c - Merge pull request #423 from Caltech-IPAC/IRSA-581_api_table_selectinfo [2017-07-26]
533c768 - Merge DM-11094: use default 'Time Series Tool' title, pr #419 [2017-07-26]
eff30bd - IRSA-629: refactor and clean code based on reviewer feedback [2017-07-25]
f9431eb - IRSA-629: refactor and clean code based on reviewer feedback [2017-07-25]
11f4baa - fix 'Get Download Script' regression bug [2017-07-25]
ac798cb - fix broken package download after recent changes [2017-07-25]
518e277 - DM-11299 Coadded images displayed ignoring cutout size [2017-07-25]
dcc2f44 - IRSA-629: rename ids to avoid confusion [2017-07-25]
52be0e3 - IRSA-581: Expose to public Firefly API table selection info. [2017-07-25]
d53cf5e - DM-11013 More meaningful errors [2017-07-24]
5a1133e - IRSA-629 and IRSA-630: add generic way to get mission specific download processor and PTF in particular [2017-07-24]
9f9db2f - Merge pull request #420 from Caltech-IPAC/IRSA-514-Add-PTF-Image-TSV [2017-07-24]
48a06e0 - Merge pull request #418 from Caltech-IPAC/DM-11308_enforce_pdac_user [2017-07-24]
f2c6658 - added comments to OidcAdapter.java [2017-07-21]
825f0c1 - DM-11094: use default 'Time Series Tool' title when appTitle is undefined or empty string [2017-07-21]
0e02ce4 - IRSA-514-Add-PTF-Image-Retrieve-TSV [2017-07-21]
fae7941 - IRSA-514-Add-PTF-Image-Retrieve-TSV [2017-07-21]
db3c608 - DM-11308: setup PDAC to only allow access to user with 'lsst_pdac' role [2017-07-21]
7352857 - Merge pull request #417 from Caltech-IPAC/IRSA-371-histogram-unitTest [2017-07-20]
3979a50 - IRSA-371:   Updated and added unit test after HistogramProcessor changed showEmptyBin's default [2017-07-20]
103aa39 - IRSA-572:   Fixed color stretch issue [2017-07-20]
1da5141 - Merge branch 'rc' into dev [2017-07-20]
a657766 - change directory 'PTF' to 'ptf'. src/firefly/js/templates/lightcurve/PTF [2017-07-20]
990e924 - Merge pull request #415 from Caltech-IPAC/DM-10345_background_searches [2017-07-19]
cdadabb - update made per review [2017-07-19]
4bcc8e0 - Merge pull request #414 from Caltech-IPAC/IRSA-611-PeriodValue [2017-07-19]
36ac8ad - IRSA-611:   After using plotly, the period is no longer displayed.   Thie reason is that  LcPeriodPlotly failed to save the period value to the store. [2017-07-18]
ce5cec5 - DM-10345: provide management for long running searches [2017-07-18]
53efe27 - Merge pull request #409 from Caltech-IPAC/IRSA-540-IRSA-541-PTF [2017-07-18]
ff453d1 - RSA-540-IRSA-541-PTF:    Add comments [2017-07-18]
a7d2820 - IRSA-540-IRSA-541-PTF:   clean up none used codes [2017-07-18]
3407035 - minor tweak to the functions added to TableUtils.js [2017-07-18]
86268a0 - DM-7225 Show the right selection and highlight after the summary table is sorted and fix the masking during the uploading course. [2017-07-18]
5624418 - IRSA-540: cleanup TableUtil.js and remove non ascii characters from LcUtils.js [2017-07-17]
7a4c569 - DM-10832 Heatmap (density) plot in multitrace chart, pr #411 [2017-07-17]
42002e4 - - multiple colorbars positioned vertically - show Color field only of marker.color is sopported for this trace type - move legend to the bottom if default colorbars are added [2017-07-17]
1215c1c - Merge pull request #413 from Caltech-IPAC/IRSA-601-asymbar-labels-change [2017-07-17]
7ff0600 - Merge pull request #412 from Caltech-IPAC/IRSA-595-axis-scale-format [2017-07-17]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
dd74beb - Merge pull request #374 from Caltech-IPAC/dm-10461-wcs-match-off [2017-05-04]
3f1de4a - DM-10370: Merge PR #371 from dm-10370-mem-half [2017-05-04]
dcc3d5c - DM-10370: response from feedback [2017-05-04]
05892ef - DM-10461: Fixed: wcs match a little off for almost north plots [2017-05-04]
634ace1 - DM-10275: merge download plotly image as PNG; pr #373 [2017-05-04]
3c2c0bf - Saving chart as PNG: filename is chart title or chart id [2017-05-04]
a0d8ac1 - DM-10379,DM-9824: Merge PR #372 from dm-10379-global-cov-bug [2017-05-03]
33eb49c - download plotly image as PNG [2017-05-03]
523fff4 - DM-10379: fixed: After a catalog search with a globe coverage map, the catalog search doesn't work anymore. [2017-05-03]
d70c294 - DM-10439: removed experimental code that create getRotationAngle bug [2017-05-03]
0f5c5ea - DM-10370: forgot to commit ObjectSizeEngineWrapper.java [2017-05-03]
c31e780 - DM-10370: Optimize server memory usage for fits images [2017-05-03]
c564f67 - Merge pull request #365 from Caltech-IPAC/DM-10115-ChartColSelDropdown [2017-05-03]
ab44e20 - fixed the bug: reducer function for histogram options fields was not updating with new colValStats [2017-05-02]
ffa9e65 - DM-10115 reset the chart column select dropdown content whenever the active table is changed. [2017-05-02]
369fb6f - DM-10115 revise the method to reset value of column select dropdown form. [2017-04-28]
14ffe97 - DM-10115 Reset the column select dropdown and table column stats when starting a new catalog search [2017-04-27]
6b3ff9d - DM-10369: Merge PR #364 from dm-10369-mask-color-change [2017-04-27]
0db4ad1 - DM-10369: changes from review [2017-04-27]
2a1defb - DM-10369: client side mask color change [2017-04-27]
04299da - Merge pull request #348 from Caltech-IPAC/dm-10065-canvas [2017-04-27]
9893a18 - Merge pull request #361 from Caltech-IPAC/DM-10241-CompassPolar [2017-04-27]
e91df72 - DM-10241 fix east arrow direction in thumbnail image. [2017-04-26]
da6fb06 - Updates using the HTTPS to access JPL HORIZON server. Related tickets IRSA-214, IRSA-227, IRSA-228. Patches for SHA,PTF,WISE were released to irsa ops [2017-04-26]
fbb4944 - Merge pull request #360 from Caltech-IPAC/DM-10188-FPMarkerHandleOff [2017-04-26]
784ea10 - DM-10188 Fixed rotation handle on flipped image case and rearrange the line with center information in footprint drawlayer UI. DM-10188 Fix vertextDef setting under the drawing layer for mutiple plots [2017-04-26]
6746f52 - DM-10241 Fix East arrow  in the North/East compass [2017-04-24]
c8e6411 - DM-10188 Fix drawing related issues on markers and footprints with new rotation scheme [2017-04-24]
5293ee7 - Merge rc in dev with latest highchart and fix nearest point tooltip [2017-04-20]
ff29e4f - DM-10065: fixed more bugs with  wcs match when flipped [2017-04-20]
7bedf61 - Merge pull request #357 from Caltech-IPAC/DM-10149-PeriodogramIssues [2017-04-20]
57cf350 - Merge pull request #353 from Caltech-IPAC/IRSA-355-add-main-lc-title [2017-04-20]
cd96b75 - Merge pull request #356 from Caltech-IPAC/IRSA-337-improve-plot-selection [2017-04-20]
2fba617 - Merge pull request #350 from Caltech-IPAC/dm-9944_xyplotly [2017-04-19]
35230e9 - Add weight to highlighted point, When selection rectangle contains no points, remove it Move color bar to the left, when axis is on the right Do not adjust tick width when tick width obrained is not reasonable. [2017-04-19]
e5387a7 - DM-10149 fixed the phase value range of phase folded chart. [2017-04-18]
b8c2454 - IRSA-337: updating highchart to latest version and using latest option to fin nearest point [2017-04-18]
298bda8 - Merge pull request #351 from Caltech-IPAC/DM-9395-OnlyHistogram [2017-04-14]
42cbc1d - DM-9394 detecting 'showTables' only which handling 'table loaded' action in Firefly viewer manager. [2017-04-14]
e1a6957 - DM-9395 add 'OK' button to hide the chart dropdown which shows the error message for adding chart.. [2017-04-14]
4f820ab - fixed mask not updating with zoom [2017-04-14]
3fd4d34 - Disable animation for data with more than 250 rows [2017-04-14]
e3ccedc - IRSA-355: add extra style option to the LC viewer [2017-04-14]
31ba0a8 - DM-10065: Fixes and improvements [2017-04-13]
72ce228 - DM-10065: Client side Rotation [2017-04-13]
bdf1a72 - Merge branch 'rc' into dev [2017-04-12]
49de059 - merged [2017-04-12]
1889e98 - Merge pull request #341 from Caltech-IPAC/DM-9803-multiObjectSearch [2017-04-12]
947cbb2 -  DM-9803:   Remove unused class and methods [2017-04-12]
36d4e32 - IRSA-142:   Remove the duplication code line [2017-04-12]
6b1482b - added tooltips to selected and highlights, modified colors for log scale, general cleanup [2017-04-12]
c78c392 - DM-9803:   Add a utility class for concurrent search [2017-04-12]
31878f5 - Heatmap now working with tooltips, highlight, and log clor scale; margin adjusted for yticks length; tooltips are generated for new data (Firefox performance is very bad with plotly_hover) [2017-04-11]
3380ef3 - Merge pull request #349 from Caltech-IPAC/IRSA-142 [2017-04-11]
8dc2a5e - IRSA-142:   Changed the codes as Trey requested. [2017-04-11]
956cca3 - IRSA-142:   Fixed WcsMatch bug [2017-04-10]
0aa44d8 - handling lost click event (when plotly_click is emitted instead); handling zoom and reversed axes (when both limited range and reversed axis are requires, autorange should be false and range array should be reversed). [2017-04-10]
1dae543 - Merge branch 'dev' into dm-9944_xyplotly [2017-04-10]
5e647fb - Merge pull request #345 from Caltech-IPAC/IRSA-327-periogoram-period-increase-precision [2017-04-10]
97a5776 - Merge pull request #347 from Caltech-IPAC/IRSA-336-reorder-peridogoram-tables [2017-04-10]
ad34ce2 - Merge pull request #343 from Caltech-IPAC/DM-9943-plotlyhistogram [2017-04-08]
ce5fd8d - DM-9943 add mouse click event handler to the div enclosing the histogram to solve the chart panel selection issue. [2017-04-08]
9ede0b0 - IRSA-336: reorder periodogram tables [2017-04-07]
f5cd445 - DM-9943 some fixings based on the review and update the left margin (the side with y axis title) based on the tick string length dynamically. [2017-04-07]
48f20e4 - IRSA-327: fix rounding problem by setting a default min precision for VOTable, reading precision VOTable if it exists [2017-04-07]
4f43635 - Merge pull request #344 from Caltech-IPAC/IRSA-323-fix-cancel-button [2017-04-06]
a3e11e0 - RSA-263: Atlas results table column selector broken [2017-04-06]
a69eee0 - IRSA-323: fix cancel button to dispatch id correctly to hide dialog [2017-04-05]
6ce59c8 - missed XYPlot [2017-04-05]
c04b4a0 - basic support for heatmap, bug fixes in scatter [2017-04-05]
d4e280c - DM-9943 Create Plotly version of histogram [2017-04-05]
d3fad5b - IRSA-280: update error mesage for WISEE valid table in TSViewer. [2017-04-04]
2d64768 - DM-9803:   Split the LSSTMultiObjectSearch.java to two files, LSSTMultiObjectSearch.java and LSSTConcurrentSearch.java.  The LSSTConcurrentSearch.java can be re-used. [2017-04-04]
23d41c5 - Merge pull request #342 from Caltech-IPAC/DM-8854-UnitTestForRotate [2017-04-04]
7efabc9 - DM-8854:   Add the documentation in the Rotate.java [2017-04-04]
73ee143 - DM-8854:   Add another unit test and commented out the algorithm verfication. [2017-04-04]
70ebc31 - DM-9944: fixed deferred plotly loading and added way to set options from this api [2017-04-03]
9a847e4 -  DM-8854:   Add unit test for Rotate class   Add the algorithm descriptions [2017-03-31]
af46328 - replace special character Lomb-scargle [2017-03-29]
68c3b22 - DM-9803:   Fixed typo bugs which caused input columns data missing in the final result table. [2017-03-29]
8e83de8 - DM-9944 Use Plotly to create scatter version of the charts - basic scatter plot functionality (zoom, highlight, select) [2017-03-29]
276b334 - Merge pull request #340 from Caltech-IPAC/dm-9942-add-plotly [2017-03-29]
0d17a80 - DM-4492: removed some y-axis grid options but it does not seem to make much difference [2017-03-29]
07add8f -  DM-9803:    Add mutli-object search processor that uses Java Concurrent to do a parallel search  DM-9920:      Fixed bug in CatalogSelectViewPanel.  The IRSA's catalog search does not work due to this bug  Fixed bug in LSSTCatalogSelectViewPanel  Eable multi-object search in LSSTCatalogSelectViewPanel.jsx  DM-9964:    Changed the empty result behavior in LSSTCatalogSearch so that the multi-object search is not blocked. [2017-03-28]
e9d772a - DM-9942: Add plotly support [2017-03-24]
a6d0295 - change LSST Data search tab from 'Search Catalogs' to 'Search'. [2017-03-21]
46de48c - DM-8685 merge options to plot asymmetric errors, pr #339 [2017-03-20]
26696e0 - DM-8685 fixed clear and reset behavior for asymmetric errors [2017-03-20]
53c5c42 - xyplot: support asymmetric errors [2017-03-17]
5a80b5e - IRSA-194: Handle bad ipac table upload.  Merge pull request #337. [2017-03-17]
358f0c5 - IRSA-194: also clean files coming in via IpacTableFromSource. [2017-03-17]
84dcd2f - Merge branch 'DM-9743-TSTimeColName' into dev [2017-03-17]
1bdc92c - Merge branch 'dev' into DM-9743-TSTimeColName [2017-03-17]
1be7594 - DM-9743 create functions to get columns of string and numeric types and modify function on time column name change based on review comments [2017-03-16]
f7c717a - remove sort info for basic table upload [2017-03-16]
f7f88dd - DM-9743 Time column name handling for Time Series Viewer. [2017-03-16]
a6a0571 - IRSA-194: Handle bad ipac table upload [2017-03-15]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
921c40f - Fixed unrecoverable error when chart is added from dropdown while single view multi-chart is expanded. Also made histogram API backward compatible. [2017-03-16]
f922fa6 -  DM-9342:   Fixed the bug introduced that made Bayesian Block fail.   Change all the data type of all numberical properties in HistogramOptions PropTypes.oneOfType([PropTypes.string,PropTypes.number]) [2017-03-16]
412be80 - fixed jsdoc errors [2017-03-16]
2387ae1 - Merge pull request #335 from Caltech-IPAC/DM-9342-HistogramOption [2017-03-16]
12e59cb - DM-9342:   Hide the tempory "infinity" when the number of bins field is empty [2017-03-16]
e34373f - DM-9342:   When number of bins, or min or max changes, the bin width will change accoringly   Set the bin width to 6 digit [2017-03-16]
a084955 - IRSA-174: TSV mission list should display only WISE and Basic for now. Merge pull request #336. [2017-03-16]
7f990e2 - dm-9827: changed basic to other [2017-03-15]
03102d7 - DM-9342:   Set the min/max,binWidth to empty when the column is an expression [2017-03-15]
8194754 - DM-9342:   Refill the min/max and bin width values   Disable the input bin width/number of bins when the radio button is diseleced. [2017-03-15]
60dd941 - IRSA-174: TSV mission list should display only WISE and Basic for now [2017-03-14]
2f3a3b2 - Merge pull request #334 from Caltech-IPAC/DM-9589-remove-constraint-columns [2017-03-14]
61df40a - DM-9342:   Fixed the inital value if fixedSizeBin radio button [2017-03-14]
c3eb5ad - fix help id in background monitor [2017-03-13]
abbd51b - DM-9589: validate table before result layout and fixed popup index [2017-03-13]
e6351cc -  DM-9342:     Change the label in fixed bin. [2017-03-13]
bede658 - DM-9787: Add and automate API doc and JSDoc publishing tasks [2017-03-13]
9ff1d0f -  DM-9342:    Fixed clear/reset issue [2017-03-13]
fa21035 - Merge pull request #330 from Caltech-IPAC/DM-9638-AddHistogramColumn [2017-03-13]
675f475 - DM-9271: fix unselected columns appearing in downloaded tables. Merge pull request #332. [2017-03-13]
13fa15d - DM-9342:   Add the bin width,min and max options [2017-03-13]
130bbbb - DM-9589: add functions to validate tbale upload and images to be displayed check for basic case, add all numerical column suggestion and band selection radio buttons in WISE case [2017-03-13]
f575d33 - Use updated 'isMetaDataTable' to detect if the loaded table for column selection is metadata table. Remove the use of 'onlyData' to catagorize the table which is neither a metadata table nor a catalog table. [2017-03-13]
9cfe087 - Merge pull request #333 from Caltech-IPAC/DM-9594-ScatterPlotRestButton [2017-03-13]
c48e39c - DM-9638: isMetaDataTable function not more strict [2017-03-13]
487a566 - DM-9590 merge  XY plot is unrecoverable after failure, pr #329 [2017-03-13]
5b8c1fc - - invalid initial value should produce warning - full height suggest box rendering should not cause flicker [2017-03-13]
9340db0 - Merge pull request #326 from Caltech-IPAC/DM-9471-remove-flux-error-input [2017-03-11]
636608d - Fix error message and column field not being validated for histogram. [2017-03-10]
769e54b - DM-9594:   Fixed the bug in RadioGroupInputView.jsx [2017-03-10]
992da7e - DM-9271: fix unselected columns appearing in downloaded tables. Also: - fixed downloaded file with 'undefined.tbl' name. [2017-03-09]
af8b2d7 - DM-9638 Remove unexpected image tab and not unmount the column selection popup after a column for Histogram is selected. [2017-03-08]
31dbb68 - Merge pull request #328 from Caltech-IPAC/dm-9691-image-issues [2017-03-05]
9c4ec38 - DM-9590 XY plot is unrecoverable after it fails [2017-03-04]
d41f208 - DM-9691: time series image problems fixed [2017-03-04]
68eff97 - add suggestion list for generic table field entry on time, value, datasource, ra, and dec. [2017-03-03]
3cd6e21 - DM-7803: add time series launch capability to suit app. Merge pull request #325. [2017-03-03]
150e339 - update peirodogram service url to irsatest [2017-03-03]
aeefc2c - DM-9080-LabelCutoff Fix label cutoff on the tab header and popup pa. Merge pull request #327. [2017-03-03]
79aa271 - DM-7803: fix generic not working after merge. [2017-03-03]
7934b97 - Merge pull request #324 from Caltech-IPAC/DM-9581-RotaionMSXImage [2017-03-03]
84f03ed - DM-7803: add time series launch capability to suit app. [2017-03-02]
25d71a4 - DM-9343:   Fixed the bug introduced (refering an undefined object:x.columnOrExpr when columnOrExpr is not defined) [2017-03-02]
42406cc - DM-9471: remove error flux column input field in setting box area [2017-03-02]
fde1c34 - DM-9080-LabelCutoff [2017-03-02]
ac7697a - Merge branch 'DM-9491-GenericTSTable' into dev [2017-03-02]
4f4d103 - Merge branch 'dev' into DM-9491-GenericTSTable [2017-03-02]
404c780 - Update based on the review and add functions to process metadata tags on position coordinate and add relevant fields into the UI. [2017-03-01]
e8e633a - DM-9371 Merge Display cutouts in LSST timeseries viewer pr #323 [2017-03-01]
2c3ab59 - response to review comments [2017-03-01]
4f1fc7e - Merge pull request #321 from Caltech-IPAC/DM-9343-ChartZoom [2017-03-01]
ca3ef67 - correct behavior when data boundary falls inside zoomed area [2017-03-01]
09807f9 - DM-9581:   Fixed rotation issue on MSX iamge [2017-03-01]
e98f036 - DM-9371 Display cutouts in LSST timeseries viewer [2017-03-01]
c902def - DM-9343:  Reset zoom when the x or y column changes [2017-02-28]
79288ae - DM-9491 Add support for generic time series tables in the TS viewer [2017-02-28]
1165020 - Merge pull request #320 from Caltech-IPAC/DM-9467-change-lc-labels [2017-02-28]
8ac0c39 - DM-9343: Fixed the zoom bug [2017-02-28]
89a2443 - Merge pull request #319 from Caltech-IPAC/dm-9359-restore-err [2017-02-28]
490034d - DM-9467: changed labels accordingly to the reviewers feedback [2017-02-27]
456f33e - Merge pull request #317 from Caltech-IPAC/DM-9164-add-lc-help-links [2017-02-27]
a9aa5ed - DM-9164: added jsdoc missing [2017-02-27]
86dbe30 - DM-9578: Merge PR #318 from dm-9578-error-showing [2017-02-26]
d495eb7 - DM-9164: improved anchors position [2017-02-24]
95abddf - DM-9359: Fixed: Restoring coverage image after cropping it shows an empty tab entitled 'FITS data [2017-02-24]
ae3d525 - Merge branch 'rc' into dev [2017-02-24]
268b5df - DM-9578: warning message does not disappear [2017-02-24]
f4edba7 - DM-9164: adding help links everywhere in TSV [2017-02-23]
2f4c4de - DM-9164: adding help links [2017-02-23]
efa8641 - DM-9565 merge Support Hidden Filters pr #316 [2017-02-23]
b8b403f - DM-9565 - support for hidden filters [2017-02-23]
06ff1a7 - Merge pull request #315 from Caltech-IPAC/dm-9552-mouse-pixel-off [2017-02-22]
b5ec704 - DM-9550:   Replace " band = Band[bandSelect.toUpperCase()];"  by " band= Band.get(bandSelect);" [2017-02-22]
6804c96 - Merge pull request #314 from Caltech-IPAC/DM-9500-FITSDownLoagBugs [2017-02-22]
af8f993 - DM-9552: Fixed: Reported mouse position on mouse click is a couple of pixels off [2017-02-22]
cdf40eb - DM-9348 Merge LSST - time series viewer results (part 2) pr #313 [2017-02-22]
07b4bc7 - DM-9348 LSST - small UI tweaks [2017-02-22]
1dd3371 - DM-9550:   Fixed the color band radio button bug   Fixed saving color band FITS file issue   Correct the alignment issue   Hide the color band radio buttons when the file type is png or reg [2017-02-22]
4ee1b20 - Merge pull request #311 from Caltech-IPAC/DM-8845-UnitTestForImagePlot [2017-02-22]
d70cf5a - DM-8845:   Add unit test for ImagePlot class [2017-02-22]
3018fb4 - DM-9543: calling showXYPlot API without xcol/ycol name fails.  Merge pull request #312. [2017-02-22]
b5e97bd - DM-9348 LSST - time series viewer results (part 2) [2017-02-21]
6a0fd06 - DM-9339: image means full image polygon search fix [2017-02-21]
bd3df8e - DM-9543: calling showXYPlot API without xcol/ycol name fails [2017-02-21]
72d99a5 - Merge pull request #309 from Caltech-IPAC/dm-9490-python-api [2017-02-21]
5e60a26 - DM-9327: Create IFE app for Time series viewer. Merge pull request #307. [2017-02-21]
a05cf8d - DM-9272: Clean up IRSA Time series viewer to prepare RC. Merge pull request #310. [2017-02-21]
4655290 - DM-9490: python api enhancements [2017-02-21]
83bd553 - DM-9272: Clean up IRSA Time series viewer to prepare RC [2017-02-17]
f87095b - Merge pull request #308 from Caltech-IPAC/DM-9430-CompassLayout [2017-02-17]
62f28f6 - no compass is rendered for the fits  with no world coordinate. [2017-02-17]
10f30e4 - Merge pull request #306 from Caltech-IPAC/DM-9162-magnitude-reverse [2017-02-17]
dfe3542 - DM-9430: fixed: projection.isImplement was not working correctly [2017-02-17]
c18c4b4 - DM-9430 Fix Compass Layout - render compass at the left corner on various image processing. [2017-02-17]
e4c68e5 - peaks table SDE column sort order fixed [2017-02-16]
e34eaf0 - Merge pull request #305 from Caltech-IPAC/DM-8989-sql-constraints-gator [2017-02-16]
828aa37 - fix mispelled word [2017-02-16]
c182dcb - DM-9327: Create IFE app for Time series viewer [2017-02-16]
7f13e2f - Merge pull request #304 from Caltech-IPAC/DM-8839-ImageHeaderUnitTest [2017-02-16]
e595b47 - DM-9162: magnitude should be plotted in reversed order Yaxis [2017-02-16]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
7e95232 - DM-8566: build related fixes. Merge PR #266. [2017-01-09]
22f01cd - DM-8566: build related fixes [2017-01-09]
86bd65a - DM-8566: build related fixes [2017-01-09]
4db36cc - wise calalog name change (remove 'wise_' prefix) [2017-01-09]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
4dbd7b0 - DM-8566: build related fixes [2017-01-06]
8ab2c36 - DM-8833: Creates a basic download dialog based on selected rows. Merge PR #264. [2017-01-06]
f092f19 - DM-8302 merge opposite axis location pr #265 [2017-01-06]
d938872 - DM-8302 response to review comments [2017-01-06]
2d64994 - Merge pull request #263 from Caltech-IPAC/DM-7781-UpdateZscaleTest [2017-01-05]
40072f4 - DM-8302 options for opposite axis location: X on top, Y on right Also refactored code to separate ColumnOrExpression field to use in histogram. [2017-01-05]
08f411a - DM-8833: Creates a basic download dialog based on selected rows  - create download dialog with extendable options  - create download button that connects to single table or active table of a named group  - update LcResults.jsx to use this new download dialog as an example [2017-01-05]
40eb6c4 - DM-7781-UpdateZscaleTest: Added setUp() and tearDown(); Directly called Zscale.cdl_zscale; [2017-01-05]
e71d2ae - Merge pull request #262 from Caltech-IPAC/DM-8548-addMoreInfo [2017-01-05]
f3da63b - DM-8548: fixed ScienceCcdExposure's title issue [2017-01-04]
d5b345e - DM-8548 fixed the wrong deepCoaddId in the image title [2017-01-04]
1a093fe - Merge pull request #260 from Caltech-IPAC/DM-8648-WrongFluxUnit [2017-01-04]
99a2a3b - DM-8598: Dispatch TBL_RESULTS_ACTIVE when table is removed.  Merge PR #261. [2017-01-03]
bf2df1a - DM-8598: Dispatch TBL_RESULTS_ACTIVE when table is removed [2017-01-03]
8fbff34 - DM-8648:fixed the flux unit bug [2017-01-03]
3aee25f - DM-8385: PDAC v1 deployment. Merge PR #259. [2016-12-22]
c68a439 - DM-8385: PDAC v1 deployment  - setup LSST/suit repo  - added lsst logo onto the banner  - make sure build scripts are fully functional  - minor code refactoring [2016-12-21]
7fb7394 - DM-7965 - merged pr #258: consistent highlight and select colors; fixed histogram tooltip. [2016-12-16]
8f040c8 - Fixed the issue with histogram tooltip formatter: in Highcharts 5 split: true is causing tooltip to be shared, perhaps a bug in Highcharts. Anyway it's not needed. Added a way to handle shared tooltips, commented out split. [2016-12-16]
576cada - DM-7970: 'dm-7970-lc-image-defaults' into dev [2016-12-16]
c086548 - DM-7970: Merge branch 'dev' into dm-7970-lc-image-defaults [2016-12-16]
cc1f1d4 - DM-7965 make consistent highlight and selection colors [2016-12-16]
6cc1f1d - DM-7970: fixed bug found in review [2016-12-16]
3f32880 - Merge pull request #257 from Caltech-IPAC/DM-7947-UnitTestForCircle [2016-12-16]
de73aef - Merge pull request #255 from Caltech-IPAC/DM-8542-DLSymbolSize [2016-12-16]
304c80f - DM-7966: Default table sorting in LC viewer.  Merge pr #251. [2016-12-16]
a73d3ac - DM-8542 -fix setState error -move color utility routines to Color.js -change the symbol dialog to be only one as color dialog. -update drawlayer in color dialog [2016-12-16]
3e962e2 - DM-7947:Add unit test for Circle class [2016-12-16]
1262191 - Merge pull request #254 from Caltech-IPAC/dm-3612_errorbars [2016-12-16]
3bbe3b2 - DM-7970: Image settings for Light curve [2016-12-16]
595e734 - DM-8310: Merge PR #252 from dm-8310-wcs-move-target [2016-12-16]
56acc7b - DM-8310: changes from feedback [2016-12-16]
0483784 - DM-8542  -add color name to rgb conversion -render one symbol dialog for each drawing layer [2016-12-15]
5a3a6a7 - bring errors (rather than low-high values from the server) to make sure the errors are displayed with the precision set on the server [2016-12-15]
c50da88 - DM-8542 Add support for changing draw layer symbol and the size [2016-12-15]
ba051be - DM-3612 XY plot errorbars [2016-12-14]
990c374 - DM-8310: search Target match [2016-12-14]
96872d0 - DM-7966: Default table sorting in LC viewer  - set default sorting on raw, phase, and peak tables  also:  - allow for raw table upload only, but added option to specify time and flux column  - code cleanup  - fix table index out-of-bound when navigate via arrow keys  - change popup phase folded values from 3 decimal places to 8 to match the server-side version [2016-12-14]
d384654 - Merge pull request #250 from Caltech-IPAC/DM-7829-use-irsa-lc-api [2016-12-08]
ce1d613 - DM-8181: Add script download dialog. Merge PR #249. [2016-12-08]
0b8aad3 - DM-8181: Add script download dialog [2016-12-08]
7da28db - DM-7829: more cleanup, use local file in unit test instead. [2016-12-08]
0da1138 - DM-7829: fix couple of minor issues found by reviewer [2016-12-08]
0c91815 - DM-7829: adapt LC viewer to fetch IRSA api, also add tests and setup to load properties in general for unit test [2016-12-07]
bbc41d1 - Merge pull request #238 from Caltech-IPAC/DM-7784-7963-image-url-retrieve [2016-12-07]
249205c - DM-8181: Add script download dialog [2016-12-07]
c614f02 - Charts bug fixed: 1. when table removed - chart is not in sync, 2. empty string in xy options min-max (when changed from another value) is interpreted as 0. [2016-12-07]
a793d50 - JSDocs fix: fixed a jsdoc build error [2016-12-07]
0d4d30f - DM-8157: URLFileInfoProcessor was not giving progress feedback [2016-12-06]
2f120c7 - DM-8157: Cleanup of URLFileInfoProcessor, removed redudent logging, and better handling of URL status 500 [2016-12-06]
0450a65 - DM-8157: Cleanup of URLFileInfoProcessor, removed redudent logging, and better handling of URL status 500 [2016-12-06]
0a1df68 - Merge pull request #242 from Caltech-IPAC/DM-8157-ImgSearchProcessor [2016-12-06]
bbd566a - DM-8157:removed fieldId in the URL since it is no needed [2016-12-06]
a7e5e6d - Fixed the follo: [2016-12-06]
39ae8fa - DM-8157: fixed the padding bug in patch field and changed the 'lsst-' back to 'lsst-sdss' [2016-12-06]
bfc6fb8 - Merge branch 'DM-8543-ActivateCoverage' into dev [2016-12-06]
eb093a6 - Merge branch 'dev' into DM-8543-ActivateCoverage [2016-12-06]
07c5d6e - DM-8543 replace 'plot' with 'item' for functions related to set active item in MultiViewCntlr.js [2016-12-06]
6584558 - Bug Fix: not checking for undefined in an array caused ImageMetaDataWatcher saga to exit [2016-12-06]
4fc334d - DM-8157: change the extended class to URLFileInfoProcessor in LSSTImageSearchProcessor and use the tract, patch, filterId and filterName to search the image in DeepCoadd [2016-12-06]
cddc1c5 - DM-7781: Merge pr #239 from DM-7781-JUnitTestForZscale [2016-12-06]
d4b5ed5 - DM-8579: Merge pr #247 vis server cleanup from dm-8579-cleanup [2016-12-06]
c58d3be - DM-8579: a little more cleanup [2016-12-06]
06e05f6 - update logic for changing the active plot ID under the viewer. [2016-12-06]
1e2f556 - keep the state of last active plot into the multi-image viewer object [2016-12-05]
fb25928 - DM-8310: vis server cleanup [2016-12-02]
de2e663 - Merge pull request #246 from Caltech-IPAC/DM-8449-LSSTCatalogUI [2016-11-30]
ae20ad4 - add ra, dec to the title of lsst searched image table tabs [2016-11-30]
1193b02 - DM-8449 resolve LSST catalog search panel running bugs [2016-11-30]
e8eaef7 - fix DataGroupWriter not flushing data when needed. [2016-11-30]
b102e46 - DM-7784-7963:  refactor code. [2016-11-30]
a9bc0ea - Merge pull request #245 from Caltech-IPAC/dm-8376-via-url [2016-11-30]
b64d0b3 - DM-8376: added url test launch [2016-11-30]
e27e9c2 - DM-8361: PDAC related issues. Merge PR #243 [2016-11-29]
a2185fb - DM-8361: PDAC related issues [2016-11-29]
b133a76 - DM-8214 handling server errors in charts, merge pr #244 [2016-11-29]
d1b3c44 - add search type string to the title on LSST searched image table. [2016-11-29]
650983f - DM-8157:   1: add image search processor   2: add methods in LssSdssRequestList.js to create the WebRequest which calls the image search processor [2016-11-29]
6df7a23 - Merge pull request #241 from Caltech-IPAC/DM-8334-CatagLogImageSearch [2016-11-29]
2b9e59b - DM-8376: url will now work for image plot [2016-11-29]
1d7545c - DM-8214 - handling server errors in charts [2016-11-29]
93c3f67 - DM-8361: PDAC related issues [2016-11-29]
a57af64 - Merge branch 'DM-8334-CatagLogImageSearch' of https://github.com/Caltech-IPAC/firefly into DM-8334-CatagLogImageSearch [2016-11-29]
7dcaa19 - check if catalog panel object is mounted or not while setting the state after async query. [2016-11-29]
890ba22 - DM-8334: add the temporary client side constructions of image URLS [2016-11-28]
3bae000 - DM-7784-7963: getting the cutout value and pass it to the URL retrieve fixed [2016-11-28]
b319e11 - DM-8334: change the search sql expression for catalog's image search based on the image's intersect. [2016-11-28]
0ac9c66 - Merge pull request #240 from Caltech-IPAC/DM-8308-LSSTImageCatalog [2016-11-28]
b607a28 - DM-8308 Update LSST search panel to work for both catalog and image searches [2016-11-23]
6db2acf - DM-7781. Moved the test class to the package matching the main class location. [2016-11-23]
18f8fa0 - DM-7784-7963 * LC image retireve use url instead of ibe for general purpose LCViewer * Add user input image cutout size in Phase Fold Panel. [2016-11-22]
7adee44 - bug: link error [2016-11-22]
3fb6099 - Merge pull request #237 from Caltech-IPAC/DM-7964-prefilled-period [2016-11-22]
b38bc13 - DM-7964: simpler - no need for array comparison for now [2016-11-22]
c6ba3af - Merge pull request #236 from Caltech-IPAC/DM-8303-useQervFunctions [2016-11-22]
a1d0e01 - DM-8182:  send email when package successfully completed.. Merge PR #234. [2016-11-21]
8fac9b4 - DM-8182:  send email when package successfully completes.  - fixed email sent on immediate download  - fixed email erroroneously sent on email fiel...
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
b41eb7c - Merge pull request #235 from Caltech-IPAC/DM-7967-sort-magnitude-reversed [2016-11-18]
71fdb5c - DM-7967: y-axis reversed in popup dialog too [2016-11-18]
4d8a642 - DM-8208 merge Improve error handling on external task failure, pr #233 [2016-11-18]
e9be089 - DM 8208 - moved getJSONFromTask to ffapi-pylaunch-test.html, added tests for image and table - updated external task launcher documentation [2016-11-18]
9a50d5d - DM-7967: reverse axis for magnitude [2016-11-18]
437aca7 - DM-8288: Merge PR #231 from DM-8288-client-images [2016-11-17]
409e532 - DM-8288: fix multiple issues. [2016-11-17]
98ceafb - DM 8208 Improve error handling on external task failure [2016-11-17]
cde67e6 - Merge pull request #229 from Caltech-IPAC/DM-8006-PhaseFold2DChart [2016-11-17]
c89d206 - fix the tooltip from hicharts to show numbers in consistent floating digits. [2016-11-17]
6df7588 - DM-8179: Preserve background jobs and statuses beyond a browser session.  PR #230 [2016-11-17]
d3043ed - DM-8179: one more time. [2016-11-16]
eede639 - change the style of slider, remove 'phase folding' tab and  move the button for starting phase folding dialog to be under 'phase folding' tab. [2016-11-16]
47c197c - DM-8179: one more clean-up missed in previous commit. [2016-11-16]
08bdb80 - DM-8179: sync email and minor cleanup in response to review. [2016-11-16]
f1d471d - DM-8288: Add support to show LSST SDSS images in triview [2016-11-16]
fd9bae8 - Merge pull request #228 from Caltech-IPAC/DM-6617-fix-master-cat-parsing [2016-11-16]
30a744d - fix the status comparison in xy chart error and that improve the performance. update the precision of the number displayed on the slide bar. [2016-11-15]
e0f061c - DM-8179: Preserve background jobs and statuses beyond a browser session. [2016-11-15]
fd2b7e2 - BUG Fix: viewer id cannot be defaulted.  A plot can be added to multiple viewers. [2016-11-15]
fe15260 - DM-8252: add the proper meta infor the TableMeta for the image tables [2016-11-15]
0c3c402 - BUG FIX: redux flux added undefined reducer, TablesCntlr: extra character after merger [2016-11-15]
ed92679 - DM-8006 Add xy chart to phase folding parameter setting panel using hicharts. [2016-11-15]
568891b - DM-8252:add a method to handle the type discrepency [2016-11-15]
6646464 - DM-8010:add comments [2016-11-15]
3de08d6 - DM-8010: added the constraints to the SQL query if any [2016-11-15]
1dc22a3 - DM-6617: fix parsing info link [2016-11-14]
734d8fa - Merge pull request #227 from Caltech-IPAC/DM-7969-input-time-offset [2016-11-14]
93fb2ba - Remove incorrect plot option [2016-11-14]
c92c288 - Removed some unused test searches [2016-11-14]
073d30a - DM-7969: Fix min/max period for the slider. Add xMax = 2 to ploting options. [2016-11-11]
73e7083 - DM-8216 merge pr #224 - histogram for long values [2016-11-11]
83249ab - Merge pull request #225 from Caltech-IPAC/DM-8245-LSSTCatalogImage [2016-11-10]
10a4c8e - DM-7119, changed FIrefly Tools to Firefly APIs [2016-11-10]
2688234 - DM-8245 Add image tables into LSST catalog search panel. [2016-11-10]
8ad9f2f - Merge branch 'rc' into dev [2016-11-10]
d760cd0 - DM-8162: Call IRSAViewer to display images directly via URL. Merge pr #222. [2016-11-10]
c2bd639 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-11-09]
44f65d5 - add TblUtil to createErrorTbl. (it was removed due to previous merge) [2016-11-09]
7a89fa1 - DM-8175: RECENTER action will ignore bounds checking when given a center point. [2016-11-09]
867431b - dm-8216 Histogram for long values [2016-11-09]
9a239a5 - DM-8010:change the timeout as a parameter which can be stored as a property, its default value is 30seconds [2016-11-08]
19b6dc8 - DM-8010: set timeout for URLConnection to provent from long waitinng when the DAX server is not running [2016-11-08]
3d6ac6f - DM-8010: set the default database name to , use table name only in the SQL query [2016-11-08]
773d37a - fixed a javascript error, missing } [2016-11-08]
c418be5 - Merge pull request #223 from Caltech-IPAC/dm-8176-tweeks [2016-11-08]
402465e - DM-8176: Based on feedback, I made several changes [2016-11-08]
7c74f50 - swith the order of the radio button items on LSST Catalogs sesarch. [2016-11-08]
6fe5f8c - remove unnecessary request parameter for LSST parameter search. [2016-11-07]
cbaa5b7 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-11-07]
60a5d65 - Merge branch 'DM-8189-TableModelErrHandle' into dev [2016-11-07]
523f2e1 - Merge branch 'dev' into DM-8189-TableModelErrHandle [2016-11-07]
98a050d - Merge pull request #215 from Caltech-IPAC/DM-7782-UnitTestForCrop [2016-11-07]
9df077a - Merge pull request #220 from Caltech-IPAC/DM-8005-PhaseFolding [2016-11-07]
5d40c1c - Move adding default chart to a separate saga to make sure it triggers layout update. [2016-11-07]
87d1336 - Merge pull request #218 from Caltech-IPAC/DM-8010-Access_DAC [2016-11-07]
f8685ae - DM-8010: added the error handling for sever error code>=500, fixed the unit bag in box search [2016-11-07]
4cbced9 - DM-8176: tweeks for lsst entry points and options [2016-11-07]
f328037 - Chart flow related bugs: 1. synchronizing the default chart viewer with the active table is moved to a separate saga, this synchronization happens on CHART_ADD and on TBL_RESULTS_ACTIVE; 2. when a chart is replaced, 'mounted' attribute should be that of the previous chart. 3. the chart area did not show in Firefly Viewer (on the first catalog search). [2016-11-07]
a943aef - DM-8162: Call IRSAViewer to display images directly via URL [2016-11-07]
6c894b3 - break the RangeSlider smart and UI portion as suggested by Trey. [2016-11-04]
189fed4 - fix every line which calls 'createErrorTbl()' due to location change of 'createErrorTbl()' [2016-11-04]
07a8115 - DM-8189 handling fetch error for the catalog constraint panel. [2016-11-04]
5ec9345 - DM-7830: Hook image display into raw table as well. Merge pr #219 [2016-11-04]
457239b - DM-8005 Create phase folding parameter setting panel and move the phase folding algorithm to the client side.         Make client-only TableMode works like one from the server. [2016-11-03]
239e132 - Bug Fix: mask overlays were not aligned correctly with image [2016-11-03]
9666e27 - DM-7830: Hook image display into raw table as well. [2016-11-02]
5b590ec - Merge branch 'dev' of https://github.com/Caltech-IPAC/Firefly into dev [2016-11-02]
0c305c0 - minor: add placeholder [2016-11-02]
c3437cc - DM-8010: URLDownload modified to handle errors better and log post data [2016-11-02]
f2d57a5 - DM-6286 Charts Container, merge pr #216 [2016-11-01]
bf8cd0d - DM-8010:handled the data type issue in the data, convert the degree to arcsec for elliptical method search, and all columns are selected if the selcol=null [2016-11-01]
c503b3e - - Fixed the bug in old chart api demo - Moved 'Close' button to the extreme left - Chart remove icon is now on the chart - Use Chart, Options, Toolbar functional components instead of renderChart, renderOptions, renderToolbar [2016-11-01]
48b09a7 - DM-8010: the radius passed as degree, convert to arsec in the Elliptical search [2016-11-01]
5b3f410 - DM-8149: changes based on feedback [2016-11-01]
8d2f4e3 - refactoring to support better controller registration and sage registration [2016-11-01]
1f829cc - change the size value sent to the server for LSST catalog search in the unit of 'degree' [2016-11-01]
a2610c6 - DM-8149: Merge PR #217 from dm-8149-registration [2016-11-01]
3ce98c0 - DM-8149: changes based on feedback [2016-11-01]
2d383dd - DM-8010: Add LSSTMetaSearch and LSSTCatalogSearch processors [2016-11-01]
9f59dc0 - refactoring to support better controller registration and sage registration [2016-10-31]
2c06d23 - Merge branch 'rc' into dev [2016-10-31]
f21d29c - BUG FIX: Fixes a bad very performance problem in making a very large viewport size and fixes a Magnifier exception [2016-10-31]
c28f77b - MultiChartViewer: handling active chart [2016-10-31]
9fe6ca2 - MultiChartViewer using active chart toolbar. [2016-10-28]
2c329ec - fix LC image count options to be string to avoid prop error warning [2016-10-28]
abe48eb - revert change because toolbar would not work right. [2016-10-27]
91ee8d0 - fixed RadioGroup's prop type validation warnings [2016-10-27]
34f3a4e - ChartsTableViewPanel.jsx is completely replaced by ChartPanel.jsx [2016-10-27]
95f3762 - DM-6286 Refactored charts display (from ChartsTableViewPanel.jsx to ChartPanel.jsx [2016-10-27]
8a9d6ca - DM-6286 Charts container [2016-10-25]
75222fd - Merge branch 'DM-4593_background_monitor' into dev [2016-10-25]
26e9b44 - Merge branch 'dev' into DM-4593_background_monitor [2016-10-25]
72b5f9b - fixed ServCommand.doCommand being called twice [2016-10-25]
4ea4688 - DM-4593: background monitor review edits [2016-10-24]
100a9f0 - fix bad temp file location. [2016-10-24]
7575426 - add missing stop.gif [2016-10-24]
18589f1 - DM-4593: background monitor for Firefly [2016-10-21]
9b2342c - DM-7782: add unit test for Crop class [2016-10-21]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
a662548 - add request back into package.json because it's used by publish-to-github.js script. [2016-10-24]
ada2156 - Bug fix in AREA_SELECT extension [2016-10-24]
b74bf37 - Merge pull request #213 from Caltech-IPAC/DM-7761-LSSTCatalogGenSearch [2016-10-21]
a3eea8f - fixed as review. [2016-10-21]
d7979ea - DM-7761: fixed CatalogWatch to recongnize the meta data [2016-10-21]
1b1d8df - DM-7761 Build LSST Catalog search form using the components from IRSA catalog search form [2016-10-21]
be6d797 - Merge branch 'DM-7783-HistogramUnitTest' into dev [2016-10-20]
8a94209 - Merge branch 'dev' into DM-7783-HistogramUnitTest [2016-10-20]
2ec3e1f - DM-8028:add a utility class [2016-10-20]
b5bb5f3 - DM-7783: add HistogramTest class, add the unit tests and end to end test [2016-10-20]
0068713 - Merge pull request #212 from Caltech-IPAC/DM-8028-UnitTestUtility [2016-10-20]
df92144 - DM-7995: fixed icon case problem [2016-10-20]
5f47879 - DM-8028:add a utility class [2016-10-20]
ea7f3c8 - DM-7783: add HistogramTest class, add the unit tests and end to end test [2016-10-20]
6a15922 - DM-7995: bug fixes [2016-10-20]
74504da - DM-7995: Merge PR #211 from dm-7995-lsst-ops [2016-10-19]
969b5ef - DM-7995: changes/fixes after review [2016-10-19]
e2cf385 - Merge pull request #209 from Caltech-IPAC/DM-8007-pip-installable [2016-10-19]
4c05ce5 - DM-8007 repackage firefly_client to make pip-installable [2016-10-19]
bde0c6c - DM-7995: options for lsst [2016-10-19]
d4d8c35 - Merge pull request #210 from Caltech-IPAC/DM-7800-searchProcessors [2016-10-18]
12371df - DM-7800: add the short description as a attibute [2016-10-18]
b9de08b - DM-7800: add the unit and description, display the meta table contents [2016-10-17]
caff8f1 - DM-7800: cleaned up some of the testing codes [2016-10-17]
81bd935 - DM-7800:produced dummy data files OK [2016-10-17]
af2f2d8 - DM-7800:more testing codes [2016-10-17]
3450415 - DM-7800: add two search processor and create the test GUI [2016-10-17]
cda4f07 - don't update xyplot when tbl is loading (to avoid extra chart updates on tbl sort, etc.) [2016-10-14]
ebccc30 - DM-7920 Merge pull request #206, refactor chart data and actions [2016-10-14]
5cc66d2 - - define chart data types at ReduxFlux level, use closure to pass them to action creators - move code defining chart data types under dataTypes directory - support optional fetch on table sort - other minor cleanup in response to review comments [2016-10-14]
8b79d55 - Merge pull request #208 from Caltech-IPAC/dm-7986-fix [2016-10-14]
cb6ab79 - DM-7986: fix circles connecting & add way to reorder image tabs [2016-10-14]
0999061 - Merge pull request #207 from Caltech-IPAC/DM-7948-bugfixes-irsaviewer [2016-10-13]
0fa1780 - fixed typo [2016-10-13]
e815def - 1.Fixed problem with extra help icon on select a new image panel. 2. Updated some help links per Luisa's feedbacks. 3.. Updated the LC viewer panels. [2016-10-13]
d1bffbf - Merge branch 'rc' into dev [2016-10-12]
fc5cafa - DM-7920 response to review comments: - moved adding a default chart to FireflyViewerManager - renamed XYPlotCntlr to ChartDataTypeXYCols - renamed HistogramCntlr to ChartDataTypeHistogram - a bit of cleanup in docs [2016-10-12]
8d6f980 - fixed the bug which breaks table filtering. [2016-10-12]
a933c56 - DM-7920 Refactor chart data and generalize actions [2016-10-11]
ad5f8b9 - Merge pull request #205 from Caltech-IPAC/DM-7918-CatalogConstraints [2016-10-11]
1ecdc6a - fix fftools:jsTest not found error [2016-10-10]
3cabf98 - solve to highlight the column 'constraints' which is with invalid constraint string. [2016-10-10]
bfb18f4 - Merge pull request #203 from Caltech-IPAC/dm-7921_multihistogram [2016-10-08]
d606ac9 - Update the calculation of tbl_id based on short form, long form or no form cases. Show error message for invalid search constraint. [2016-10-08]
7f6ff0e - fix long & stardard form selection error [2016-10-07]
e4da128 - DM-7918 Fixed the error for displaying constraint string and update the state when the constraint string changes. [2016-10-07]
b4f6713 - Merge pull request #202 from Caltech-IPAC/dm-7912-multiviewcntlr [2016-10-07]
ec96558 - DM-7912: refactor MultiViewCntlr, and DM-7924 mask overlay bug fix [2016-10-07]
f666956 - [DM-7921] Multiple series histogram display (not connected to table) [2016-10-06]
b59ad0c - DM-7912: refactor MultiViewCntlr to work with more than just images [2016-10-06]
a75e9cd - DM-7767 fixed jsdoc errors [2016-10-06]
6c9e262 - Merge pull request #200 from Caltech-IPAC/dm-7767-lc-multi-image [2016-10-05]
ba59c0e - DM-7767: change from feedback [2016-10-05]
01c88ee - Merge pull request #201 from Caltech-IPAC/DM-7789-javascriptUnitTest [2016-10-05]
58a2f34 - DM-7789:remove karma usaged from package.json in src/firefly [2016-10-05]
6cc6365 - DM-7789: JavaScript unit testing   - add jsTest into gradle 'test'   - remove .babelrc   - remove karma.config.js files   - remove unused libraries related to testing, ie.  karma, istanbul, rewire, sinon. [2016-10-04]
02ea9bd - DM-7789: JavaScript unit testing   - add jsTest into gradle 'test'   - remove .babelrc   - remove karma.config.js files   - remove unused libraries related to testing, ie.  karma, istanbul, rewire, sinon. [2016-10-04]
e56355c - DM-7789:updated all javascript unit test related libraries [2016-10-04]
291f53a - DM-7789: add .babelrc and modified karma.conf.js [2016-10-04]
bdc6d79 - DM-7767 Make Multi image viewer support light curve type layout [2016-10-03]
23cb7d4 - remove everything from ehcache ignore list. [2016-08-30]
cb569c1 - TT-9268 Fix the bug with multi-object search not passing the login credentails [2016-08-19]
91a68ff - TT9259: Spitzer footprint label changed [2016-07-30]
68b5649 - fix VO endpoint findings test [2016-07-28]
c2770c5 - TT9183: setting the access url value as safe url instead. (cherry picked from commit 5f895ae) [2016-07-28]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
cacbc9e - DM-7825: Use custom http headers to pass ws connection info.  Merge pr #199. [2016-10-03]
e6a031e - LC: Fix test and wording [2016-10-03]
f92ee6d - fixed the bug in StretchDropDownView.jsx [2016-10-03]
abde390 - DM-7825: Use custom http headers to pass ws connection info [2016-09-30]
a164baa - Merge pull request #198 from Caltech-IPAC/dm-7805_reversed [2016-09-30]
551c699 - DM-7805 Changing column to plot doesn't reset the 'flip' option to unchecked state [2016-09-30]
8baecdd - DM-7824: merge hiistogram doc and bug fixes, pull request #197 from [2016-09-30]
e3e18a2 - Exposed histogram to API, added documentation, fixed histogram bugs:  - y log scale  - tooltip misaligned with bin boundaries [2016-09-30]
b105dc0 - revert the changes in StretchDropDownView.jsx [2016-09-30]
e84f993 - Merge pull request #190 from Caltech-IPAC/DM-7336-rotation [2016-09-30]
37199e0 - Merge pull request #195 from Caltech-IPAC/DM-7765-PNGText [2016-09-29]
3f19259 - update jsdoc on file region.js [2016-09-29]
eec0bc5 - Merge pull request #196 from Caltech-IPAC/DM-7488_text_view [2016-09-28]
0925535 - fix VAO url for VO search [2016-09-28]
444727d - DM-7700: Atlas table filtering doesn't work properly.  pr #193 [2016-09-28]
579b1dd - DM-7700: implements change request [2016-09-28]
9b145db - DM-7488: Text View does not show column's label, only name. [2016-09-28]
57e4a8b - DM-7765 Render the text defined as the 'text' property value of a region on PNG [2016-09-28]
496f472 - Merge pull request #194 from Caltech-IPAC/dm-7760 [2016-09-28]
a702694 - Merge pull request #192 from Caltech-IPAC/DM-7164-LCviewer-ibe-preprocessor [2016-09-27]
92225c6 - Merge pull request #189 from Caltech-IPAC/DM-4127-maskOverLay [2016-09-27]
b151914 - Double.NaN == Double.NaN always returns false, use Double.isNaN() [2016-09-27]
ff14b50 - DM-7164: clean up import and add xy-plots options for each CL curves [2016-09-27]
d8132f8 - DM-7760: Fixed: WCS Match not working correctly if image start out unlocked. [2016-09-27]
9e3b08c - DM-7700: Atlas table filtering doesn't work properly [2016-09-26]
314e953 - Merge pull request #160 from Caltech-IPAC/DM-6438-unitTest_Using_firefly_test_data [2016-09-26]
bfc7dae - DM-4127: cleaned up the codes which were introduced by debugging [2016-09-26]
cc1a096 - replace the use of strem() & lambda expression with for loop in RegionFactory.js to pass GWT compile. [2016-09-26]
4b6f6c9 - put 'allowHeader' test back to parsePart() in RegionFactory.java (it was deleted in DM-7655). [2016-09-23]
93cf9b1 - Merge pull request #191 from Caltech-IPAC/DM-7655-RegionPropText [2016-09-23]
4153d3e - Add ibe server request retrieve the images. Fixed  the makeProcessorRequest bug and few eslint errors in WebPLotRequest. [2016-09-23]
501f55d - move function 'getStringUnits' out of some function which calls reduce in RegionFactory.js. [2016-09-23]
ca9f1f1 - fixed a typo in 'refactorRegionValueUnit' of file 'RegionFactory.js' [2016-09-23]
353761c - DM-7665: fixed the region parsing issue regarding region used separators in the values of some properties which have string type values. [2016-09-22]
0ac765b - DM-7336:fixed the algorithm bug in Geom.java [2016-09-22]
652f208 - update the function call to access prime plot instead in catalog polygon search [2016-09-22]
c421ae6 - update the function call to accss prime plot in getDialogBuilder of DrawLayerPanel.jsx [2016-09-22]
31a5aac - DM-7695:fixed bug in StretchDropDownView.jsx [2016-09-22]
58f19f9 - DM-7508: testing more rules [2016-09-22]
3389870 - DM-7695: fixed the bug in StretchDropDownView.jsx [2016-09-22]
d5d2e7c - DM-7702: fixed bug, function PlotState.getRangeValues was accidently removed. [2016-09-22]
852f6f4 - Merge pull request #187 from Caltech-IPAC/DM-7116-DrawLayerDialog [2016-09-20]
d5d7ab7 - DM-4127:fixed the flipped bugs which caused the mask layer flipped wrongly [2016-09-20]
8113a26 -  DM-4127: added codes in FlipXY to handle mask flips [2016-09-20]
862c31c - DM-7508: testing more rules [2016-09-20]
b843c79 - Merge pull request #183 from Caltech-IPAC/DM-6980-MarkerPNG [2016-09-19]
755a387 - Merge pull request #186 from Caltech-IPAC/DM-7159-lc-prototype [2016-09-19]
83d108d - Merge pull request #188 from Caltech-IPAC/dm-7681-vis-jsdoc [2016-09-19]
c16b98b - DM-7681 - add some visulization documentation [2016-09-19]
2332243 - change the rendering color of compass labels 'N' and 'E'. [2016-09-19]
7c91b38 - DM-7159: add phase folded code, ibe single exp fetch and periodogram example fetch [2016-09-19]
ab0fe4e - Merge pull request #184 from Caltech-IPAC/DM-7487-catalog-search-default-polygon [2016-09-19]
6ea32b8 - DM-7487: remove unused helper functions [2016-09-19]
59833e0 - DM-7630: Display null_string when value is null. Merge pr #185. [2016-09-19]
46221e3 - fix the issues for png download made from catalogs. [2016-09-17]
e91e88b - DM-7487: add polygon values from active image in catalog search [2016-09-16]
24e6442 - DM-7630: Display null_string when value is null [2016-09-16]
b2e781b - change the title baesd on the image file on the drawlayer popup dialog. [2016-09-16]
e832eae - update jsdoc of DrawLayerCntlr.js [2016-09-16]
979a1dd - DM-6438: add a test to check the projection name [2016-09-08]
9ca5231 - DM-6438: used the original Projection.js when the unit test was written [2016-08-31]
a720e79 - DM-6438: cleaned up the source coded and removed many indivisua unit test cases added in June [2016-08-31]
e2ef8ee - DM-6438: commented out the problem lines in TablesCntlr-test.js [2016-08-30]
6ad4b0b - DM-6438: Add unit test for projection and conv for java and javascript [2016-08-30]