×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

New astro imaging catalog software. Help testing needed

  • Posts: 249
  • Thank you received: 62
Hi Doug, I noticed that error too. It s already fixed in 0.2.9 and pushed to github repo and pypi.
Thanks for your feedback.
Edit: it was not related to python3, I simply forgot to check for an empty selection when the file widget is closed .
Last edit: 3 years 10 months ago by Ferrante Enriques.
3 years 10 months ago #54436

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
So, before I do my own CSV path string conversion from Windows to Linux, are you sure you don't want AD to be architecture independent for this particular detail? Grabbing the path string from the CSV and converting to local form for all might be better than me doing this for myself only... As I said before, the preferred method would be two strings (to,from) to accommodate filesystem mount point differences.

A second question for you is whether the astrodom_linux_upgrade.sh script down in resources works correctly for minor updates. I did the full pull/install last time, and if the update script works more simply for minor patches like this latest one, that would be preferred. Can you comment on that script? Thanks.
3 years 10 months ago #54438

Please Log in or Create an account to join the conversation.

  • Posts: 249
  • Thank you received: 62
The upgrade script works the same way as install except the first doesn't recreate the 'venv' virtual environment. So yes, it is more suited for small updates . Just be aware that the config files will be overwritten in both cases, so prepare a back up ( I will fix this soon because it's annoying ). The database should not be affected but I would do a backup in any case.

Ok I will implement the path conversion because it happens quite often to move files around. It will be set in the settings tab and in the csv tab you can check/uncheck if conversion has to be applied.
The following user(s) said Thank You: Doug S
3 years 10 months ago #54440

Please Log in or Create an account to join the conversation.

  • Posts: 249
  • Thank you received: 62
now with v 0.2.11 you can replace (part) of a path to search for CSV file.
Path input is in CSV import tab. Was a better location than Settings.

Usage example:
Actual FITS file is on Windows: C:\users\ferrante\IC434\Luminance\test.fits
CSV file was made when on Linux: /home/ferrante/IC434/Luminance/test.fits
So replace From: /home/ferrante/
To: C:\users\ferrante\

- It works the other way around too (FITS saved on Linux, CSV on Windows) and of course with both coming from the same OS.
- Don't worry about creating mixed path like C:\users\ferrante\IC434/Luminance/test.fits AstroDom will fix it.
- It relies on a function that detects the OS separator. Only tested on Linux, hope it works on Windows too.
- If From is not empty while To is, replace is still applied with an empty string. If From is empty no replacement is applied.


3 years 10 months ago #54458
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
Ok! Now we're talking. Congrats on a very nice project. I confirm platform independence works for CSV file paths via the conversion strings. Having PI stats with DB search/filters is very nice. I'll look forward to having a few more important fields in the future (focus position, focus HFR, seeing, etc.). I'd recommend a CSV interface for those fields too, with keywords TBD.

A couple more thoughts. Currently, when you double click on an image, a Details View pops up. I recommend reducing white space between fields (minimize vertical space). Next is the image viewer. Can you support association (via settings) for launching a different viewer? If so, this would really amp up presentation. The kstars FITS viewer would be an ideal candidate to allow. It's very nice for OSC subexposures. Images are nicely stretched and colored with bells/whistles for movement etc. The current viewer could serve as a good default....

In any case, even if you can't associate/launch another viewer, at this point, I will use AD and recommend it to others as well. Good Job! Cheers, Doug
The following user(s) said Thank You: Ferrante Enriques
3 years 10 months ago #54490

Please Log in or Create an account to join the conversation.

  • Posts: 249
  • Thank you received: 62
thank you Doug! your feedback has been really valuable.

As you say, there are many other software that are already good at showing images, I will not try to replicate them. Launching an external viewer seems the best option, even if I had issues when I tried to open external softwares from AD. For example it was a good idea to open a file browse pointing at the directory containing the file when clicking on its name. But on Linux I struggled to find how to do it.

Reducing the interline in the details window will result to be less readable. What if I change layout to landscape orientation? I mean image preview on the left and fields description on a right pane.

cheers,
ferrante
3 years 10 months ago #54501

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
No need to reduce the spacing if it detracts. I suspect changing orientation would be arbitrary too. If you figure out how to launch the Kstars FITS viewer on the selected filename (and probably want to limit this to some number 1-5 to avoid user select mis-steps), I'd say maybe the next thing to consider might be a CSV data export (for user selected lines & columns). This enables other tools (Python, Excel, etc) to take advantage of the growing info content of DB fields.

If you do decide to add CSV export, I would recommend you add both row index selector and column selector. There's no current row index (but users can mouse select/drag). Selecting a column is currently reserved for sort order (asc/decend). A minimum column rectangle above each column heading could serve to allow users to select the entire column contents. On row index, folks are so used to seeing line number, I'd just include it and use it as the entire row selector.

BTW, I couldn't figure out how to see hidden fields after hiding, then unchecking. How is that accomplished? If no auto-refresh on the GUI, then should a refresh button be added to see the fields again?
3 years 10 months ago #54517

Please Log in or Create an account to join the conversation.

  • Posts: 249
  • Thank you received: 62
I succeeded in opening the default external viewer associated with fits files; on my system it launches Pixinsight. Again, as this is OS dependent hope it works with Win too.
But for each file it opens a new instance of the external software. Hoped that files would be opened in the same instance but I don't know how to control this.

Basic CSV export is easy, will add in next release; it will not export selection of cells but the whole data set (as selected with filters applied) .
As the export is based on the model of data and not the view (what you see in the table) it will export also hidden columns and coordinates columns without proper formatting (ad decimals).
So part of the work still have to be made using Excel: delete unwanted columns, format data.

About hidden columns: after applying hide/show to any column AD has to be restarted and columns width preferences will be reset. I had to do this because when column width preferences were reloaded they were overriding the hide/show settings. Not optimal behavior I know.

ferrante
Last edit: 3 years 10 months ago by Ferrante Enriques.
3 years 10 months ago #54539

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
On update to 0.2.12, I was able to have the Kstars FITS viewer launch (via a full Kstars launch). Nice add, but with an unintended kstars launch (likely caused by no separate executable for the viewer). Maybe this is something the Kstars senior developers might want to comment on. Having the Kstars viewer for AD is definitely an improvement, but having a full kstars launch (one per selected image) is not as nice. Ideally, each file select would be passed to the viewer without a new kstars launch (similar to what happens during normal image capture sequences).

I think because of the above, and due to single mouse click function overload (delete rows), I suggest the FITS viewer launch be invoked only by double click mouse operation.

Finally, I'm noticing a bit of odd behavior of delete rows (Image and FITS Import tabs). Deletes definitely work, but on import tab, only one row deletes at a time (no matter how many rows you've selected). On the Image tab, multi-selected rows can be deleted, but sometimes less than all rows selected are deleted. It seems inconsistent....not quite sure what's going on there.
3 years 9 months ago #54816

Please Log in or Create an account to join the conversation.

  • Posts: 249
  • Thank you received: 62
On my pc .fits files are associated to Pixinsight and fits are opened in the same instance of PI.

About clicking rows, as of now behavior is:
- single click selects a row. Used when selecting a single night or deleting row(s).
- double click launches the Detail window.
- double click on the file name only , opens the default fits software.
If double click would open kstars, there should another option to launch detail windows. Any suggestion?

You're right: the behavior when deleting rows is not consistent. I'll fix it.

thanks again for your feedback
ferrante
3 years 9 months ago #54826

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
Hi Ferrante, on my system, Import fits tab has a left index for selecting entire rows. I don't have a similar selector index on the Images tab (but would like it). I hadn't realized that a double click on other fields would bring up the old Detail window. That's fine. On my system's Images tab, I don't get the opportunity to double click on filename. As soon as a single click is sensed, I get a Kstars and FITS viewer launch. So, I think my recommendation would change in favor of adding an index for row selection consistent with the import tab, and do nothing about the single vs double click.

We need help from someone who understands FITS viewer better. We'd prefer to avoid multiple copies of kstars. Not sure if that means a stand-alone copy of FITS viewer, or a different interface/setting. One copy of Kstars is ok (can always minimize). Several copies are undesirable. Cheers, Doug
3 years 9 months ago #54835

Please Log in or Create an account to join the conversation.

  • Posts: 249
  • Thank you received: 62
hi Doug,
some fixes in v 0.2.13:
- Delete multiple rows in Fits import and CSV imports.
- Added index column in image list. There's still an issue when sorting: the index keep always the same ordering.
- In the table, single click only selects an item. Double click opens the external viewer (if clicked on the file name) or the detail windows if clicked elsewhere.

ferrante
3 years 9 months ago #54908

Please Log in or Create an account to join the conversation.

Time to create page: 0.221 seconds