Author Topic: Annotation script  (Read 151815 times)

Offline Solidarity

  • Member
  • *
  • Posts: 58
Re: Annotation script
« Reply #270 on: 2013 August 26 02:32:48 »
Hi Andres,

ok I will do that. maybe they have a solution.


Offline Solidarity

  • Member
  • *
  • Posts: 58
Re: Annotation script
« Reply #271 on: 2013 August 27 01:31:35 »
Hi Anders,

I had a try with the manual solver and it worked very well. Thanks for the great Tutorial.

Offline psjshep

  • Newcomer
  • Posts: 9
Re: Annotation script
« Reply #272 on: 2013 December 02 14:36:31 »
I have been using this script for some time and it has proven most useful for many situations & sparked great interest on the forum I frequent.... well done for developing it  8)

One enhancement I would request to make it complete would be an easy way of obtaining a list of the objects detected in the image - maybe in text format?

Thanks

Phil

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: Annotation script
« Reply #273 on: 2014 January 30 09:36:40 »
Hi

Just to say this is a fantastic script  :-*

Would be great if we could get more information on the identified objects  i.e Mag etc

probably to much to ask , but I asked anyway  ;D

Harry
Harry Page

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Annotation script
« Reply #274 on: 2014 January 30 09:48:48 »
Hi

Just to say this is a fantastic script  :-*

Would be great if we could get more information on the identified objects  i.e Mag etc

probably to much to ask , but I asked anyway  ;D

Harry

You can do this using the script AnnotateImage. You can define up to 8 labels for each star with values extracted from the catalogs. Please, watch the attache image.

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: Annotation script
« Reply #275 on: 2014 January 30 10:31:54 »
Hi
Well I should have looked harder  :-[

Again many thanks

Harry
Harry Page

Offline lorenzi

  • Newcomer
  • Posts: 8
Re: Annotation script
« Reply #276 on: 2014 May 08 08:40:07 »
I use time to time annotate script and I find it quit neat. I have one request: is it possible to get on a output file (txt) with the list of the objects found? It would be great to use this list (or a partial one) to create the "tags" of the image analyzed to for search robots when the image is posted on a website..

Clear skies
Marco

Offline psjshep

  • Newcomer
  • Posts: 9
Re: Annotation script
« Reply #277 on: 2014 May 08 09:48:13 »
This exactly what I mentioned a few posts earlier - no reply though  :sad:

Phil

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Annotation script
« Reply #278 on: 2014 May 08 11:36:40 »
I use time to time annotate script and I find it quit neat. I have one request: is it possible to get on a output file (txt) with the list of the objects found? It would be great to use this list (or a partial one) to create the "tags" of the image analyzed to for search robots when the image is posted on a website..

Clear skies
Marco

It is an interesting idea but I don't know when I could implement it since I am currently quite busy.

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Annotation script
« Reply #279 on: 2014 May 11 12:14:06 »
Finally I have found some time for implementing this request: AnnotateImage has now an option for saving a text file with the objects of the catalogs inside the image.

It is important to take into account that the script doesn't "detect" the objects. It simply reads the objects from the catalogs and draws them where they should be. The objects can be too dim to be visible or the catalog can be wrong.

The text file has a block of lines for each active catalog. The first line of each catalog is the identifier of the catalog, the second is the description of the catalog. The next lines are a semicolon separated table. In this table the first line contains the headers of the columns and next there is a line for each object. The lines are ended with a simple carriage return so in Windows it will be necessary a text editor which can read this kind of files. You can use Notepad++, OpenOffice, WordPad or MSOffice (ie. Excel). You can use the function "Text to columns" in Excel for splitting the file in columns.

If the image has a file path, the text file will be saved using the same directory and filename but with the extension ".objects.txt". If the image has not a file path the script will ask for the path of the text file using the standard file dialog.

The code of the scripts is in the attached "AdP.7z" file.

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: Annotation script
« Reply #280 on: 2014 May 11 12:31:47 »
That is excelent Andres, Thank you.  :)

Offline psjshep

  • Newcomer
  • Posts: 9
Re: Annotation script
« Reply #281 on: 2014 May 12 11:43:32 »
Hi,

Tried it out....  That is EXACTLY what I was after - superb  8)  8)

Thanks,

Phil

Offline lorenzi

  • Newcomer
  • Posts: 8
Re: Annotation script
« Reply #282 on: 2014 May 12 20:06:44 »
Great! I also tested it and works great :)

Thanks a lot for the very fast implementation (upon the fantastic script itself) :)

Clear skies
Marco

Offline KapHn8d

  • Newcomer
  • Posts: 1
  • 96.85840735 percent clayton... the rest is just pi
Re: Annotation script
« Reply #283 on: 2014 July 07 18:25:34 »
One thing that I'm even newer at than astrophotography as a hobby is PixInsight for post processing, but as I learn, I continue to run into absolute spellbinding wonderment. Today was one of those days... when I found your Image Solver and Annotation scripts. They were intuitive and easy for even a beginner such as myself to use and I'm simply amazed.

Thank you so very much for this tool.

Cheers,
Clayton
« Last Edit: 2014 July 08 12:49:08 by KapHn8d »

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Annotation script
« Reply #284 on: 2014 July 08 00:07:12 »
Thanks Clayton  :) :)