Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implemented FITS header reader and added quotation marks in CMakeLists #120

Merged
merged 2 commits into from
Nov 23, 2018

Conversation

aalexr
Copy link
Contributor

@aalexr aalexr commented Nov 4, 2018

Check this GUI features before merge:

  • Positive and negative BITPIX images
  • Zoom, rotate and flip
  • Level control
  • Color maps
  • Open new image in the same window and in new window

@hombit
Copy link
Collaborator

hombit commented Nov 4, 2018

Please, add a title to the table window

@matwey matwey self-requested a review November 4, 2018 19:07
@matwey
Copy link
Owner

matwey commented Nov 5, 2018

Could you please add your outlook.com email to your GitHub account settings? Now GitHub cannot link the email with your account.

Copy link
Owner

@matwey matwey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks. I like this pull-request. I am looking forward to merge it after minor comments (below) will be fixed.

@@ -264,7 +264,7 @@ void MainWindow::setState(std::unique_ptr<MainWindowState>&& new_state) {
}

void MainWindow::openFileHere() {
const auto filename = QFileDialog::getOpenFileName(this, tr("Open FITS file in current window"));
const auto filename = QFileDialog::getOpenFileName(this, tr("Open FITS file in current window"), tr(""), tr("*.fits;*.fit"));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please put this into separate commit?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, provide an option to show and select all files, some FITS files may have different extension.

@aalexr aalexr force-pushed the master branch 3 times, most recently from 35a63dd to f1ddda1 Compare November 23, 2018 08:48
@matwey matwey merged commit 1512b40 into matwey:master Nov 23, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants