OSSOS / MOP

The Moving Object Pipeline: discovery & tracking of trans-Neptunian objects
GNU General Public License v3.0
4 stars 9 forks source link

Merging and upgrade of scripts/cutout.py and scripts/postage_stamp_builder.py #338

Closed mtbannister closed 9 years ago

mtbannister commented 9 years ago

I'm going to focus dev effort on the latter as the name is more appropriate, and then remove cutout.py entirely. Will point script at the VOSpace clone of dbaseclone as default.

mtbannister commented 9 years ago

Merge is now completed following 2ae7b69c9277b72f1a18d81510cebf942d4d4e08.

However, I'm being denied write access to http://www.canfar.phys.uvic.ca/vosui/#/OSSOS/postage_stamps/v4 so the call to storage.mkdir is failing.

@ijiraq, could you please try running it to see if the problem is indeed my access permissions? (It's particularly odd given I created the v4 folder via command line tools originally).

ijiraq commented 9 years ago

Sure. I'll give it a whirl. Also. A syntax error crept into the version of step2.py that I committed. That's going to require me taking some time to fix. Hoping to get to this for Tuesday AM.

On Sunday, December 7, 2014, Michele Bannister notifications@github.com wrote:

Merge is now completed following 2ae7b69 https://github.com/OSSOS/MOP/commit/2ae7b69c9277b72f1a18d81510cebf942d4d4e08 .

However, I'm being denied write access to http://www.canfar.phys.uvic.ca/vosui/#/OSSOS/postage_stamps/v4 so the call to storage.mkdir is failing.

@ijiraq https://github.com/ijiraq, could you please try running it to see if the problem is indeed my access permissions? (It's particularly odd given I created the v4 folder via command line tools originally).

— Reply to this email directly or view it on GitHub https://github.com/OSSOS/MOP/issues/338#issuecomment-65965333.

mtbannister commented 9 years ago

Thanks. Access refusal has shifted; I can now make the folders for the postage stamps, but creating the cutouts for the postage stamps is throwing: ERROR:root:401 Client Error: Unauthorized

ijiraq commented 9 years ago

I think this might a CANFAR. Try getting a new certificate and trying again. I’m in meetings till Friday it seams.

JJ

On Dec 8, 2014, at 11:41 PM, Michele Bannister notifications@github.com wrote:

Thanks. Access refusal has shifted; I can now make the folders for the postage stamps, but creating the cutouts for the postage stamps is throwing: ERROR:root:401 Client Error: Unauthorized

— Reply to this email directly or view it on GitHub.

mtbannister commented 9 years ago

A small bug in the directory creation is fixed. Unfortunately the permissions issue hasn't cleared.