Jump to content

Banner.jpg.b89429c566825f6ab32bcafbada449c9.jpg

D4N

Members
  • Posts

    2,150
  • Joined

  • Last visited

Posts posted by D4N

  1. Ok after fixing all the damage Yosemite did to my programs I have got it working in both nova and local modes in OS X 10.10.

    I added the following code after line 311:

        else:        # OSX local        #        exe = '/usr/local/Cellar/astrometry.net/0.44/bin/solve-field '        if not self.havescale:            # first rough estimate of scale            options = opt1 + "--crpix-center -b /usr/local/Cellar/astrometry.net/0.44/etc/astrometry4100.cfg "            cmd = exe + options + filename             print '___________________________________________________________'            print cmd             os.system(cmd)            self.update_scale(hint)            print ("estimated scale: %.3f" % self.scale)            print '___________________________________________________________'        else:            # fine tune with finer indices            print "known scale ", self.scale, " used: ", self.help_scale.get()            options = opt1 + "-b /usr/local/Cellar/astrometry.net/0.44/etc/astrometry4200.cfg "            if self.help_scale.get() == 1:                up_lim = self.scale*1.1                lo_lim = self.scale*0.9                options = options + "-u app -L "+("%.2f" % lo_lim)+" -H "+ ("%.2f" % up_lim) + " "            cmd = exe + options + filename             print cmd             os.system(cmd)            self.update_scale(hint)

    Local solves of the test files take about 6 seconds, this is similar to what I get solving my images so I am happy with that :)

    When I get some clear skies I will try this out for real.

  2. Well I had some good progress but messed it all up by installing Yosemite. It seems to have killed my Python and homebrew installs :(

    Gonna take a while to fix that.

    I think the install location would be the same as Linux if I built astrometry from scratch but I used homebrew so it goes into Cellar.

    I added an else after the windows os elif and put my install location there.

    Once I get Python working again I should be able to test it properly.

    TSED70Q, iOptron Smart EQ pro, ASI-120MM, Finepix S5 pro.

  3. Will it be possible to use a local astrometry install via the solve-field command?

    I imagine that a few user inputs would be required to keep it quick, the downsampling level, scale high and scale low values.

    It should solve very quickly indeed if you use --dec 85 --radius 5 since you know it is going to be looking near polaris.

    My solves only take a few seconds when I run them like this.

    This would offer a complete standalone solution to all platforms, obviously astrotortilla is windows only at the moment.

  4. I don't know about your specific chip but I did notice when I took mine out to remove the IR filter that there are no exposed wires like there are on other chips. I would guess that there will be a lot of variety in chip designs, the problem is that means you can't even be sure that the bayer matrix will actually come off without damaging the sensor unless someone else has managed it on the same sensor.

    Sent from my iPad using Tapatalk

    • Like 1
  5. I believe it has a larger buffer so should have less dropped frames even on USB 2, whether this is the case in reality I don't know as I don't have one.

    You didn't update the firmware did you? Your only supposed to do that if the camera isn't working properly, like if you try to use it on a Mac. You can roll back the firmware with the same program that updates it if you did.

    Sent from my iPad using Tapatalk

  6. Well with 6 elements even if you know the correct order there are 64 different combinations just depending which way each is facing. If you don't know the correct order then there are 46080 combinations!

    And that's assuming the spacers are all the same, if they aren't your looking at 5529600 combinations.

    If you test a combination every five minutes for 12 hours a day every day it would take over 105 years to try them all.

    I think I'd rather send it back to the manufacturer :o

    TSED70Q, iOptron Smart EQ pro, ASI-120MM, Finepix S5 pro.

×
×
  • 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.