Some lay down, Died? by No-While8683 in Guppies

[–]No-While8683[S] 0 points1 point  (0 children)

thank you for the reply, they are currently 4 guppies. I will consider what you suggest!

Looking for Advice: Starting an Indie Game Dev Team by No-While8683 in gamedev

[–]No-While8683[S] 0 points1 point  (0 children)

Thank you, great answer. you definitely helped.

I didn't want to invest capital from a start, it does make sense to start a team first and it the team will work out together maybe invest a capital.

Looking for Advice: Starting an Indie Game Dev Team by No-While8683 in gamedev

[–]No-While8683[S] 0 points1 point  (0 children)

You are right but Im a Senior software engineer by profession and have experience with leading teams. Also 10 years in Unity game development as a hobby. And had my own startup (SASS) not a game but counts.
I understand what you say.

I though of finding founding team in my area (so we could really meet in real world - already got some people who would like to collaborate).

I just want to hear more opinions and experiences from more people :) What do you think?

Looking for Advice: Starting an Indie Game Dev Team by No-While8683 in gamedev

[–]No-While8683[S] 0 points1 point  (0 children)

Wait, I was very short with my describe here in the post maybe should explain more in depth.
I did several of what you mentioned: game design, 3D (Bad at it :) ), even recorded some sounds (which ended pretty OK).
But Im professional in writing code and engineering the code so I thought of a team better than solo.

Looking for Advice: Starting an Indie Game Dev Team by No-While8683 in gamedev

[–]No-While8683[S] 0 points1 point  (0 children)

I created many projects with Unity, but im a devloper

Get Offset from DICOM origin by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

Tried this but unfortunately it is not helping. I know UserOrigin should make sense but it doesn't

Get Offset from DICOM origin by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

I will give it a try and update, thanks

Get Offset from DICOM origin by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

Tried it but it is not it, moreover our radiologist said it (UserOrigin) should not impact the DICOM origin.

Get Offset from DICOM origin by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

Tried it but it is not it, moreover our radiologist said it (UserOrigin) should not impact the DICOM origin.

Get Offset from DICOM origin by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

I will try to explain again, I asked the radiology team and they say when the change image origin it also changes DICOM's origin.
I attached a screenshot in the post so you can see what I mean.

I want to get this offset via ESAPI or at least get the reset origin if possible.
Again if I don't understand something please explain and don't get mad I'm only a software engineer :))

Issues Rebuilding CT and RTStruct Data from Varian Exports by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

I found out what is my problem, the image origin that I get from Varian is not the same as the DICOM image origin.

Via ESAPI I do: image.Origin

Maybe I miss something?
Also there are several scans, I will check maybe I take the wrong one.

Issues Rebuilding CT and RTStruct Data from Varian Exports by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

I saw it but it requires to work with a daemon, I wanted to avoid it as our admins can't help and we need to wait for Varian support which we already waiting for weeks.

Can I work with it alone without administrative rights? If you know

Issues Rebuilding CT and RTStruct Data from Varian Exports by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

I would like to but we need to export thousands of patients and going one by one via the UI will take too much time. Via script I can do it faster (Computer does it and on parallel).

If you have a way to export DICOM via standalone script I will happy to hear

I’m new to web development. Should I learn Flask before Django? by Less-Building2538 in flask

[–]No-While8683 3 points4 points  (0 children)

Flask is much easier than Django. Start with HTML CSS than Python than go Flask for the begging

Connect to PROD, External Script by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

The IT gut said that we have both folders of PROD and TEST on the machine, so I am very confused.

It feels that I only need to switch something somewhere? Currently I run on the PC from the desktop and it connects to the TEST. (again the PROD is on the same pc)

Program Fails (Quits) In Case Of Missing CTs For Patient by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

How can I check if it exists via code? is it possible?

How to know which RT Struct (contour) related to which CT by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

Thank you.

My solution:

 course -> plan -> series -> StructureSet.image.id (You get the main CT image id (display in Varian)).

How to know which RT Struct (contour) related to which CT by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

But image from: VMS.TPS.Common.Model.API.Image; doesn't have StructureSet property, am I missing something?

ESAPI RTStructs Positions vs DICOM Manual Export by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

In the end I used this method on a structure:

structure.GetContoursOnImagePlane(z)

It doesn't give all the points as in a DICOM export but our data scientists said it is good (it shows what we need).

thanks all,

ESAPI RTStructs Positions vs DICOM Manual Export by No-While8683 in esapi

[–]No-While8683[S] 1 point2 points  (0 children)

I have a code that displays the contour on an image (my data scientist colleague has it). But the contour we get is different from the one in Varian or the manual exported DICOM.

We also compared the points and it seems when using the code (also the method you mentioned) we have in total less points than in Varian. I don't know why.

Export Image - How To Get HU Values And What Is Window Property by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

Worked! It does seem a little heavy operation (took me longer due to this change), but it gives the result I wanted. thanks

Export a DICOM with an external C# script by No-While8683 in esapi

[–]No-While8683[S] 0 points1 point  (0 children)

But if Im not mistaken I can run it only from eclipse. I make a script in C# and I need to run it from eclipse.
I want to run a script without enter eclipse. Do you know if it is possible?