Jump to content

Banner.jpg.b89429c566825f6ab32bcafbada449c9.jpg

coatesg

Members
  • Posts

    820
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by coatesg

  1. Hints/Notes: There are instances where the catalogue isn't present in VizieR - mainly older obscure catalogues - I offer the Bernes catalogue (Bernes, 1977) as an example here. Bernes 100 (written in Aladin/CDS speak as: "[B77] 100") is a small bright neb just to the north of M78. In these instances, you might be able to find it in a separate catalogue, or if not (as in Bernes 100!) just be better off making the data file by hand! This is equally the case if there's only a couple of items you want to add onto the image. You can look up the items by loading a Simbad layer in Aladin - this allows you to click on known items and get the details you need. In Aladin desktop, this is available under the tree on the left under Collections > Database. Note that catalogues get added into VizieR on a regular basis as long as the catalogue is in a standard format. Details are in the news items on the VizieR homepage: http://vizier.u-strasbg.fr/vizier/index.gml ===== If the image fails to solve (or you have a non-linear version that won't solve for example - I had this problem with a processed version of the Coathanger; the non-linear nature appears to upset the star matching algorithms in use). In this instance, check your parameters first - the closer the params, the easier the solve is. If this still fails, you could try doing a solve on a linear version of the image, and then transfer the coordinates using the DynamicAlignment process, followed by the ManualImageSolver script in Pixinsight. The PI documentation is quite good for this: https://pixinsight.com/doc/scripts/ManualImageSolver/ManualImageSolver.html . The first stage is to solve the linear image. Then start DynamicAlignment - choose the solved image as source, with the other image as target. Then, if the geometry is the same/similar, clicking on source stars all over the source image should produce matching stars in the target. Choose tens of stars all over the image, and then drag the DynamicAlignment window onto the desktop to make a process icon for the alignment. After this, fire up the Manual Solver script and, choosing the linear image as the source, and the icon you created as the Control Points Icon, you can get PI to apply a solution across from one image to another. This should then allow Annotate to run. Hope this has all helped!
  2. So by this stage, we should have a tab separated file with the catalogue we want to include in the annotate script. To add this catalogue into the Annotate script, we use the "+" button on the Annotate script window, and then choose "Custom Catalogue" towards the bottom of the list in the Add Layer dialog. Once the "Custom Catalog" option is selected and added, you have to then choose the Catalog Path (where you saved the tab separated txt file), set the colours, and then hit OK again to re-run the annotation using the new catalog. With the final result (note the two LBN objects): And that's the basics of obtaining a custom catalogue from VizieR and using it - here's a few catalogues I've already made: Lynd's Bright Nebulae : lbn.txt Lynd's Dark Nebulae: ldn.txt Bologna Catalogue of M31 Globular clusters: revised_bologna.txt
  3. Quite often, you'd like to use the Annotate script to use custom catalogues to annotate your images. If you can't find the catalogue to download online, then you can make your own for use in the script. The script uses tab separated files with the following headers: RA DEC NAME DIAMETER RA and DEC are set in the file as decimal values - RA going from 0 to 360, DEC from 90 to -90. NAME is freetext (and what is used in the annotation), and the DIAMETER is in arcmin. If you only have a couple of objects you want to add onto an image, you can create the file by hand - here is an example of a file as viewed in Notepad++ (with the tabs visible in the file to make it clear how the file is constructed): You might feel that copying this out for large catalogues is beyond your patience in data entry (!) - at this point, we need a way of downloading and manipulating the data on a computer. Here, I'm going to use the web site "VizieR" (http://vizier.u-strasbg.fr/viz-bin/VizieR) to grab a catalogue in computer format to allow me to get it into PI. VizieR has what appears to be a rather complicated interface, but you simply need to search for the catalogue you are after - most of the time, the prefix is fairly easy to sort out - here I'm searching for the LBN (Lynd's Bright Nebula) catalogue. The search feature will also search for Author as a keyword: Hitting "Find..." results in the following result: From this screen we can choose what information we'd like to return from the search. We don't need to return all the columns to be sufficient to feed Annotate. VixieR will calculate RA/Dec coordinates in J2000 epoch from the data in the catalogue (here the catalogue is in J1950 epoch, so this is very handy...) - the checkbox for this is in Preferences on the left and set by default. From the main section, we need to deselect everything and then select "Seq" (Running number) and "Diam1" (Largest dimension - already in arcmin). Make sure you change the Dropdowns in preferences to "ascii text plain" (to force text output rather than a web page), and set "max:" to "Unlimited" once you're happy you have the correct parameters [NB: I have a feeling there is a hard limit on the size of result set that can be returned - there's something in the VizieR FAQ about this - I've not hit it yet myself....]. Also ensure the position is calculated in decimal using the option at the bottom of the Preferences box. [NB: it may not always be this easy - sometimes the diameter is missing (this is OK for the annotations as it produces a cross) or you have something else like diameter so you'll have to convert.)] Result is as follows: From here, we need just the data in the table after the headers - copying this out into a text file is sufficient to allow its import into Excel using the option to import delimited data (with a space as the delimiter). At this point, we need to add the headers into the file as per the file example above, and add the catalogue prefix onto the data in the Seq (ie the NAME) column. Here's an example of the file in excel after the fiddling around with the name column (HINT: the CONCATENATE() function is useful here). The final step here is to save the file in the right format - Excel does it fo you by choosing "Text (Tab delimited)" as the format option in the save as dialog: Next up is how to use the custom catalogues.
  4. At @swag72's request, I'm putting together a quick guide as to how to use the Pixinsight annotate script, including how to produce and use custom catalogues. [Mods - please feel free to move as needed if this isn't the right place to put this!] I'll use an image to demonstrate this - this is the (unprocessed!) L channel from an image of the region containing and to the north of the Coathanger. First step is to solve the image - most of the time, this is simple to do using the Image Solver script. The Image Solver needs some initial coordinates to setup the search. You can search for the image coordinates using the Search function if they aren't already set - if they are being dragged through from the image (eg from SGP) they will already be populated (or at least be close). The coordinates don't need to be accurate, but the closer the better - at the least, make sure the image contains the seed coordinates. Here, I've searched for "Collinder 399" and it returns the coordinates of the Coathanger (at the bottom of the image). Set the focal length, pixel size, and hit OK - you shouldn't need to change params unless it fails to solve (beyond the scope of this guide!). If it all goes OK, then you'll get a set of coordinates, image size displayed in the Process Console. (HINT: It's sometimes easier to solve a linear image if a non-linear refuses to solve). At this point, the image has a solution, and it will be retained as long as you don't crop, rotate, scale, resize, etc the image. (it'll warn you if the action you are performing will affect the solution). At this point, we can move onto the annotation. The default settings for the Annotate script (Script > Render) are shown - this is a very simple set of parameters (though, the NamedStars and Tycho catalogues will result in a very busy annotated image!!). The options available for each of the catalogues allows the user to set options such as the colour of the marker/text, the size of the text and the relative position of the text with regards to the centre of the object. The user can also choose to include other catalogues in the routine - there are quite a few catalogues available to the user by default - these can be found by using the "+" button below the "Layers" list of catalogues: At this point, hitting "OK" is usually good enough to get an annotated image produced - the result of using the script with the VdB and Sharpless catalogues added, and with the Tycho/Named stars catalogues off. Next up is how to create new catalogues for more obscure targets....
  5. From the album: Imaging Challenge #15 - The Milky Way - Now Closed

    This is a first light using a QHY 163M camera with a Canon 200mm L series lens - total exposure 5h56m through a Baader hydrogen alpha filter. Gain 200, offset 104. Taken 7th/8th Aug 2018 from Cassagnabère-Tournas, Haute-Garonne, France. Picture shows the North America nebula (NGC7000) and the Pelican nebula (IC5070) and surrounds in the light of hydrogen alpha - a gas that pervades and fuelled the development of all the stars we see that makes up the band of light we call the Milky Way.

    © Graeme Coates, 2018

  6. From the album: Imaging Challenge #15 - The Milky Way - Now Closed

    Image of the Coathanger asterism and the area that surrounds VdB126/LBN134 and nearby dark nebulae. A typically rich area of the Milky Way showing the gas and dust silhouetted against the golden glow of the galaxy's stars, as well as reflected blue starlight from foreground stars. QHY163M on Canon 200mm f2.8/L II (@f3.85), mounted on GM8. LRGB: 166 (1m exp): 98:90:88 (in 2m subs) - all at gain:offset=75:27, using Baader filters. Taken from Sainte-Nathalene, Perigord, 10/11th Aug 2018.

    © Graeme Coates, 2018

  7. Mine has a coat now (in 2 bits!). Shrouds from Heather at scope shrouds. I must do a construction thread!
  8. I'd agree with comments on the Flame - the HH and surrounding emission look super, and the palette really works, and there's great detail in the faint wispy stuff; but the Flame in lemon yellow doesn't really do it for me I'm afraid :-/.
  9. Apologies to everyone: I reasoned that it had been cloudy for so long this spring, I could buy kit and get away with it... hopefully not cursed it for next week... I picked up a good deal on a Canon 200mm f2.8 L USM II on Ebay that arrived on Tues - and also have just found a new QHY camera well... (need a new FW and filters now :-O )
  10. That or you can use an extension tube (though you might land up vignetting at the drawtube if it's too far out). I have to use a 2" extension to come to focus as I designed the scope for imaging and so have 60 mm between lowest travel and focal plane. Works fine
  11. Just seen this thread - thought I'd throw in some pics of my double truss newt. Optics were from an Orion SPX350, but I got fed up of the thin walled tube that just wasn't enough to take the weight of everything for imaging. Bought the spider and new mirror cell, and reused the Moonlite CR2, but everything else I designed and made with help from a couple of mates, one who can weld ally, and one has a mill in his garage. I need shrouds, to wire up the secondary dew heater, and to mount the new PC on the scope, but it's otherwise working! Mount underneath is a Losmandy Titan - might need another counterweight too :-/
  12. Lovely image Gav - great colour too (very reddened due to the intervening dust!) Faint/obscure objects: Use Aladin and Simbad! See screenshot below. The faint patch to the lower left of the galaxy has catalog LEDA 166077 - this almost looks like an extension of one of the spiral arms but is catalogued in its own right. The tiddler right at the left hand side of the frame is 2MASX J03450118+6747228 (from the 2MASS IR survey). HTH!
  13. More good words from me - adaptor I ordered needed to be ordered from manufacturer, but excellent comms detailing how long it would be - and turned up before expected too!
  14. coatesg

    Images

  15. From the album: Images

    Open clusters M35 and NGC2158 in Gemini imaged on the 8th Feb. ST2000XM, FLT110 and Losmandy Titan. LRGB = 20m:9m:9m:9m (1min subs)

    © Graeme Coates

  16. From the album: Images

    Comet Lovejoy on 8th Feb 2015 - median combine aligned on comet, processed for tail/coma detail, displayed in negative.
  17. From the album: Images

    Comet Lovejoy on 8th Feb 2015. Processed using Hubl's method to freeze the comet vs static starfield.
  18. coatesg

    coatesg equipment images

  19. coatesg

    6 point cell

    From the album: coatesg equipment images

    modded Orion cell (now 6 point)

    © G Coates

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.